linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] intel-gpio for 5.15-1
@ 2021-08-12 13:46 Andy Shevchenko
  2021-08-13  7:49 ` Bartosz Golaszewski
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Shevchenko @ 2021-08-12 13:46 UTC (permalink / raw)
  To: Linux GPIO; +Cc: Linus Walleij, Bartosz Golaszewski, Andy Shevchenko

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@gitolite.kernel.org: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



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

* Re: [GIT PULL] intel-gpio for 5.15-1
  2021-08-12 13:46 [GIT PULL] intel-gpio for 5.15-1 Andy Shevchenko
@ 2021-08-13  7:49 ` Bartosz Golaszewski
  0 siblings, 0 replies; 2+ messages in thread
From: Bartosz Golaszewski @ 2021-08-13  7:49 UTC (permalink / raw)
  To: Andy Shevchenko; +Cc: Linux GPIO, Linus Walleij, Bartosz Golaszewski

On Thu, Aug 12, 2021 at 3:46 PM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> 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@gitolite.kernel.org: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

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

end of thread, other threads:[~2021-08-13  7:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-12 13:46 [GIT PULL] intel-gpio for 5.15-1 Andy Shevchenko
2021-08-13  7:49 ` Bartosz Golaszewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).