[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1418302951-9309-1-git-send-email-octavian.purdila@intel.com>
Date: Thu, 11 Dec 2014 15:02:28 +0200
From: Octavian Purdila <octavian.purdila@...el.com>
To: linus.walleij@...aro.org, lee.jones@...aro.org
Cc: johan@...nel.org, linux-usb@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-gpio@...r.kernel.org,
Octavian Purdila <octavian.purdila@...el.com>
Subject: [PATCH 0/3] DLN2 fixes related to suspend/resume
First patch in the series fixes a GPIO IRQ issues found during
suspend/resume testing, the next simplifies a bit the IRQ code and the
last adds support for suspend/resume to DLN2 to avoid a crash during
suspend caused by the fact that we cant unplug a GPIO controller while
it is in use.
As suggested by Johan, I have tested the suspend/resume on barebone
hardware, in addition to KVM USB pass-through and reset_resume routine
is not neccessary on barebone hardware.
It looks like with KVM USB pass-through the emulated port is reseted
during suspend/resume regardless of the state of the physical port.
Octavian Purdila (3):
gpio: dln2: fix issue when an IRQ is unmasked then enabled
gpio: dln2: use bus_sync_unlock instead of scheduling work
mfd: dln2: add suspend/resume functionality
drivers/gpio/gpio-dln2.c | 141 +++++++++++++++++++----------------------------
drivers/mfd/dln2.c | 41 +++++++++++++-
2 files changed, 94 insertions(+), 88 deletions(-)
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists