Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1419032
| From | John Stultz <john.stultz@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] Hi655x powerkey support for HiKey (v3) |
| Date | 2016-06-10 07:40 +0200 |
| Message-ID | <rInkK-vX-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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@gmail.com> Cc: Rob Herring <robh+dt@kernel.org> Cc: Lee Jones <lee.jones@linaro.org> Cc: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org> Cc: Feng Chen <puck.chen@hisilicon.com> Cc: Wei Xu <xuwei5@hisilicon.com> Cc: Guodong Xu <guodong.xu@linaro.org> 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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] Hi655x powerkey support for HiKey (v3) John Stultz <john.stultz@linaro.org> - 2016-06-10 07:40 +0200 [PATCH 2/3] mfd: hi655x-pmic: Fixup issue with un-acked interrupts John Stultz <john.stultz@linaro.org> - 2016-06-10 07:40 +0200
csiph-web