Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1345782

[PATCH v4 0/2] gpio: designware: add gpio-signaled acpi event support for power button

From qiujiang <qiujiang@huawei.com>
Newsgroups linux.kernel
Subject [PATCH v4 0/2] gpio: designware: add gpio-signaled acpi event support for power button
Date 2016-02-29 14:10 +0100
Message-ID <r7vKi-3rD-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

The two patches respectively:
        - switch device node to fwnode and add acpi binding
        - 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 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: designware: switch device node to fwnode and add acpi binding
  gpio: designware: add gpio-signaled acpi event support

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

-- 
1.9.1

Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread


Thread

[PATCH v4 0/2] gpio: designware: add gpio-signaled acpi event support for power button qiujiang <qiujiang@huawei.com> - 2016-02-29 14:10 +0100
  [PATCH v4 1/2] gpio: designware: switch device node to fwnode and add acpi binding qiujiang <qiujiang@huawei.com> - 2016-02-29 14:10 +0100
    Re: [PATCH v4 1/2] gpio: designware: switch device node to fwnode and  add acpi binding Andy Shevchenko <andy.shevchenko@gmail.com> - 2016-02-29 15:00 +0100
      Re: [PATCH v4 1/2] gpio: designware: switch device node to fwnode and  add acpi binding Jiang Qiu <qiujiang@huawei.com> - 2016-03-01 02:20 +0100
      Re: [PATCH v4 1/2] gpio: designware: switch device node to fwnode and  add acpi binding Jiang Qiu <qiujiang@huawei.com> - 2016-03-01 07:50 +0100
  [PATCH v4 2/2] gpio: designware: add gpio-signaled acpi event support qiujiang <qiujiang@huawei.com> - 2016-02-29 14:10 +0100
    Re: [PATCH v4 2/2] gpio: designware: add gpio-signaled acpi event support Andy Shevchenko <andy.shevchenko@gmail.com> - 2016-02-29 15:00 +0100

csiph-web