[PATCH 0/3] Hi655x powerkey support for HiKey (v3)

From: John Stultz
Date: Fri Jun 10 2016 - 01:34:55 EST


This patchset enables the pmic powerkey to function on HiKey.

New in v3:
* Integrated feedback from Lee Jones suggesting DT not be used
to describe fixed functionality of the PMIC. Instead we use
a mfd cell and mfd_add_device. This makes the patchset a bit
shorter and I've dropped the DT reviewers.
* Reordered the patches so they make more sense.

Review and feedback are always appreciated!

thanks
-john


Cc: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx>
Cc: Rob Herring <robh+dt@xxxxxxxxxx>
Cc: Lee Jones <lee.jones@xxxxxxxxxx>
Cc: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@xxxxxxxxxx>
Cc: Feng Chen <puck.chen@xxxxxxxxxxxxx>
Cc: Wei Xu <xuwei5@xxxxxxxxxxxxx>
Cc: Guodong Xu <guodong.xu@xxxxxxxxxx>

John Stultz (2):
mfd: hi655x-pmic: Fixup issue with un-acked interrupts
mfd: hi655x-pmic: Add powerkey device to hi655x PMIC driver

Jorge Ramirez-Ortiz (1):
drivers: input: powerkey for HISI 65xx SoC

drivers/input/misc/Kconfig | 9 +++
drivers/input/misc/Makefile | 1 +
drivers/input/misc/hisi_powerkey.c | 149 +++++++++++++++++++++++++++++++++++++
drivers/mfd/hi655x-pmic.c | 38 ++++++++--
4 files changed, 192 insertions(+), 5 deletions(-)
create mode 100644 drivers/input/misc/hisi_powerkey.c

--
1.9.1