On Thu, Aug 12, 2021 at 3:46 PM Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote: > > Hi Linux GPIO maintainers, > > Mostly DesignWare changes, but really small update for v5.15 for the Intel / > ACPI stuff. Has been in Linux Next for a couple days without any complains > from bots nor people. > > Thanks, > > With Best Regards, > Andy Shevchenko > > The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3: > > Linux 5.14-rc1 (2021-07-11 15:07:40 -0700) > > are available in the Git repository at: > > git@xxxxxxxxxxxxxxxxxxx:pub/scm/linux/kernel/git/andy/linux-gpio-intel.git tags/intel-gpio-v5.15-1 > > for you to fetch changes up to 5111c2b6b0194b509f47e6338c4deeeb4497bda8: > > gpio: dwapb: Get rid of legacy platform data (2021-08-11 16:01:06 +0300) > > ---------------------------------------------------------------- > intel-gpio for v5.15-1 > > * Rework DesignWare driver to use software nodes instead of platform data > * Drop duplication of forward declaration for ACPI in consumer.h > * Get rid of legacy PCI PM code in ML IOH driver > > The following is an automated git shortlog grouped by driver: > > dwapb: > - Get rid of legacy platform data > - Read GPIO base from gpio-base property > - Unify ACPI enumeration checks in get_irq() and configure_irqs() > > gpiolib: > - Deduplicate forward declaration in the consumer.h header > > mfd: > - intel_quark_i2c_gpio: Convert GPIO to use software nodes > > ml-ioh: > - Convert to dev_pm_ops > > ---------------------------------------------------------------- > Andy Shevchenko (5): > gpiolib: Deduplicate forward declaration in the consumer.h header > gpio: dwapb: Unify ACPI enumeration checks in get_irq() and configure_irqs() > gpio: dwapb: Read GPIO base from gpio-base property > mfd: intel_quark_i2c_gpio: Convert GPIO to use software nodes > gpio: dwapb: Get rid of legacy platform data > > Vaibhav Gupta (1): > gpio: ml-ioh: Convert to dev_pm_ops > > drivers/gpio/gpio-dwapb.c | 56 +++++++++++++++---------- > drivers/gpio/gpio-ml-ioh.c | 49 +++++----------------- > drivers/mfd/intel_quark_i2c_gpio.c | 71 +++++++++++++++++--------------- > include/linux/gpio/consumer.h | 6 +-- > include/linux/platform_data/gpio-dwapb.h | 25 ----------- > 5 files changed, 84 insertions(+), 123 deletions(-) > delete mode 100644 include/linux/platform_data/gpio-dwapb.h > > -- > With Best Regards, > Andy Shevchenko > > Pulled, thanks! Bart