mbox series

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

Message ID ZYBJzHyrI92KiPSP@black.fi.intel.com
State New
Headers show
Series [GIT,PULL] intel-gpio for 6.8-1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git tags/intel-gpio-v6.8-1

Message

Andy Shevchenko Dec. 18, 2023, 1:31 p.m. UTC
Hi Linux GPIO  maintainers,

A small set of cleanups for the Tangier family of drivers. 
Has been a while in Linux Next without any error reported.
Please, pull for v6.8-rc1.


Thanks,

With Best Regards,
Andy Shevchenko

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git tags/intel-gpio-v6.8-1

for you to fetch changes up to 92fc925f838660eec25862a7fa7e6ef79d22f3ea:

  gpio: tangier: simplify locking using cleanup helpers (2023-11-20 13:33:31 +0200)

----------------------------------------------------------------
intel-gpio for v6.8-1

* Use RAII for locking in the Tangier family of drivers (Raag)
* Update Tangier family of drivers to use new PM helpers (Raag)

The following is an automated git shortlog grouped by driver:

elkhartlake:
 -  reuse pm_ops from Intel Tangier driver

tangier:
 -  simplify locking using cleanup helpers
 -  unexport suspend/resume handles
 -  use EXPORT_NS_GPL_SIMPLE_DEV_PM_OPS() helper

----------------------------------------------------------------
Andy Shevchenko (1):
      Merge patch series "Use the standard _PM_OPS() export macro in Intel Tangier GPIO driver"

Raag Jadav (4):
      gpio: tangier: use EXPORT_NS_GPL_SIMPLE_DEV_PM_OPS() helper
      gpio: elkhartlake: reuse pm_ops from Intel Tangier driver
      gpio: tangier: unexport suspend/resume handles
      gpio: tangier: simplify locking using cleanup helpers

 drivers/gpio/gpio-elkhartlake.c | 14 +--------
 drivers/gpio/gpio-tangier.c     | 63 +++++++++++++----------------------------
 drivers/gpio/gpio-tangier.h     |  4 +--
 3 files changed, 22 insertions(+), 59 deletions(-)

Comments

Bartosz Golaszewski Dec. 18, 2023, 3:33 p.m. UTC | #1
On Mon, Dec 18, 2023 at 2:32 PM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:
>
> Hi Linux GPIO  maintainers,
>
> A small set of cleanups for the Tangier family of drivers.
> Has been a while in Linux Next without any error reported.
> Please, pull for v6.8-rc1.
>
>
> Thanks,
>
> With Best Regards,
> Andy Shevchenko
>
> The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:
>
>   Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git tags/intel-gpio-v6.8-1
>
> for you to fetch changes up to 92fc925f838660eec25862a7fa7e6ef79d22f3ea:
>
>   gpio: tangier: simplify locking using cleanup helpers (2023-11-20 13:33:31 +0200)
>
> ----------------------------------------------------------------
> intel-gpio for v6.8-1
>
> * Use RAII for locking in the Tangier family of drivers (Raag)
> * Update Tangier family of drivers to use new PM helpers (Raag)
>
> The following is an automated git shortlog grouped by driver:
>
> elkhartlake:
>  -  reuse pm_ops from Intel Tangier driver
>
> tangier:
>  -  simplify locking using cleanup helpers
>  -  unexport suspend/resume handles
>  -  use EXPORT_NS_GPL_SIMPLE_DEV_PM_OPS() helper
>
> ----------------------------------------------------------------
> Andy Shevchenko (1):
>       Merge patch series "Use the standard _PM_OPS() export macro in Intel Tangier GPIO driver"
>
> Raag Jadav (4):
>       gpio: tangier: use EXPORT_NS_GPL_SIMPLE_DEV_PM_OPS() helper
>       gpio: elkhartlake: reuse pm_ops from Intel Tangier driver
>       gpio: tangier: unexport suspend/resume handles
>       gpio: tangier: simplify locking using cleanup helpers
>
>  drivers/gpio/gpio-elkhartlake.c | 14 +--------
>  drivers/gpio/gpio-tangier.c     | 63 +++++++++++++----------------------------
>  drivers/gpio/gpio-tangier.h     |  4 +--
>  3 files changed, 22 insertions(+), 59 deletions(-)
>
> --
> With Best Regards,
> Andy Shevchenko
>
>

Pulled, thanks!

Bart