mbox series

[GIT,PULL] intel-gpio for 5.20-1

Message ID YsiZ8XJAo3UYwtyl@smile.fi.intel.com
State New
Headers show
Series [GIT,PULL] intel-gpio for 5.20-1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git tags/intel-gpio-v5.20-1

Message

Andy Shevchenko July 8, 2022, 8:56 p.m. UTC
Hi Linux GPIO  maintainers,

For next cycle just a couple of cleanups for gpio-pch, were sitting in Linux
Next for weeks. Please pull.

Thanks,

With Best Regards,
Andy Shevchenko

The following changes since commit b93a8b2c5161696e732185311d309e0aaf0575be:

  gpio: dln2: make irq_chip immutable (2022-06-06 14:09:16 +0300)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git tags/intel-gpio-v5.20-1

for you to fetch changes up to b65bb2c148913c4020d06c9798e5e1bc18105f4f:

  gpio: pch: Change PCI device macros (2022-06-21 18:01:11 +0300)

----------------------------------------------------------------
intel-gpio for v5.20-1

* Clean up the GPIO driver of Intel EG20 PCH

The following is an automated git shortlog grouped by driver:

pch:
 -  Change PCI device macros
 -  Use dev_err_probe()

----------------------------------------------------------------
Andy Shevchenko (2):
      gpio: pch: Use dev_err_probe()
      gpio: pch: Change PCI device macros

 drivers/gpio/gpio-pch.c | 43 ++++++++++++++++++-------------------------
 1 file changed, 18 insertions(+), 25 deletions(-)

Comments

Bartosz Golaszewski July 11, 2022, 8:12 a.m. UTC | #1
On Fri, Jul 8, 2022 at 10:56 PM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:
>
> Hi Linux GPIO  maintainers,
>
> For next cycle just a couple of cleanups for gpio-pch, were sitting in Linux
> Next for weeks. Please pull.
>
> Thanks,
>
> With Best Regards,
> Andy Shevchenko
>
> The following changes since commit b93a8b2c5161696e732185311d309e0aaf0575be:
>
>   gpio: dln2: make irq_chip immutable (2022-06-06 14:09:16 +0300)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git tags/intel-gpio-v5.20-1
>
> for you to fetch changes up to b65bb2c148913c4020d06c9798e5e1bc18105f4f:
>
>   gpio: pch: Change PCI device macros (2022-06-21 18:01:11 +0300)
>
> ----------------------------------------------------------------
> intel-gpio for v5.20-1
>
> * Clean up the GPIO driver of Intel EG20 PCH
>
> The following is an automated git shortlog grouped by driver:
>
> pch:
>  -  Change PCI device macros
>  -  Use dev_err_probe()
>
> ----------------------------------------------------------------
> Andy Shevchenko (2):
>       gpio: pch: Use dev_err_probe()
>       gpio: pch: Change PCI device macros
>
>  drivers/gpio/gpio-pch.c | 43 ++++++++++++++++++-------------------------
>  1 file changed, 18 insertions(+), 25 deletions(-)
>
> --
> With Best Regards,
> Andy Shevchenko
>

Pulled, thanks!

Bart