public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/2] gpio: dwapb: add gpio-signaled acpi event support for power button
@ 2016-03-26  2:31 qiujiang
  2016-03-26  2:31 ` [PATCH v6 1/2] gpio: dwapb: convert device node to fwnode qiujiang
  2016-03-26  2:31 ` [PATCH v6 2/2] gpio: dwapb: add gpio-signaled acpi event support qiujiang
  0 siblings, 2 replies; 9+ messages in thread
From: qiujiang @ 2016-03-26  2:31 UTC (permalink / raw)
  To: linus.walleij, gnurou
  Cc: mika.westerberg, andy.shevchenko, delicious.quinoa, jamie,
	linux-kernel, linux-gpio, linux-acpi, linuxarm, haifeng.wei,
	charles.chenxin, qiujiang

This patchset adds gpio-signaled acpi events support for power button on hisilicon
D02 board.

The two patches respectively:
        - convert device node to fwnode
        - add gpio-signaled acpi event support

   This patchset is based on
   https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
   branch "devel"

Changes v5 -> v6:
   - merge patch 2~3 to one patch
   - small fixed from Alan's suggestion
   - fixed subject title reference commit history

Changes v4 -> v5:
   - split into three patchs
   - add Andy's ACKs
   
Changes v3 -> v4:
   - re-organize this two patchs by Andy's suggestion

Changes v2 -> v3:
   - fixed the build error reported by Kbuild test robot

Changes v1 -> v2: 
   - rebase to branch "devel" of Linus Walleij's repository
   - split in two patch as suggested by Andy S
   - add Mika's ACKs

qiujiang (2):
  gpio: dwapb: convert device node to fwnode
  gpio: dwapb: add gpio-signaled acpi event support

 drivers/gpio/gpio-dwapb.c                | 69 ++++++++++++++++++++------------
 drivers/mfd/intel_quark_i2c_gpio.c       |  2 +-
 include/linux/platform_data/gpio-dwapb.h |  2 +-
 3 files changed, 46 insertions(+), 27 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-03-31 13:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-26  2:31 [PATCH v6 0/2] gpio: dwapb: add gpio-signaled acpi event support for power button qiujiang
2016-03-26  2:31 ` [PATCH v6 1/2] gpio: dwapb: convert device node to fwnode qiujiang
2016-03-29 16:30   ` Alan Tull
2016-03-30 11:38     ` Andy Shevchenko
2016-03-31  0:51       ` Jiang Qiu
2016-03-31 13:25         ` Andy Shevchenko
2016-03-26  2:31 ` [PATCH v6 2/2] gpio: dwapb: add gpio-signaled acpi event support qiujiang
2016-03-30 11:41   ` Andy Shevchenko
2016-03-31  0:59     ` Jiang Qiu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox