mbox series

[GIT,PULL] intel-pinctrl for 6.12-1

Message ID ZuADHfjPOZCV_osO@black.fi.intel.com
State New
Headers show
Series [GIT,PULL] intel-pinctrl for 6.12-1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel.git tags/intel-pinctrl-v6.12-1

Message

Andy Shevchenko Sept. 10, 2024, 8:28 a.m. UTC
Hi Linux pin control  maintainers,

Not so big update to the Intel pin control drivers for the next cycle. No
problems were reported for one or more weeks that patches reside in Linux Next.
Please, pull for v6.12.

Thanks,

With Best Regards,
Andy Shevchenko

The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:

  Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel.git tags/intel-pinctrl-v6.12-1

for you to fetch changes up to 1652e95b17d5666375949524c708afef2574a01e:

  pinctrl: intel: Constify struct intel_pinctrl parameter (2024-09-05 18:09:28 +0300)

----------------------------------------------------------------
intel-pinctrl for v6.12-1

* Enable High Impedance pin configuration support for Intel pin control
* Miscellaneous small improvements here and there

The following is an automated git shortlog grouped by driver:

baytrail:
 -  Drop duplicate return statement

intel:
 -  Constify struct intel_pinctrl parameter
 -  Inline intel_gpio_community_irq_handler()
 -  Introduce for_each_intel_gpio_group() helper et al.
 -  Constify intel_get_community() returned object
 -  Implement high impedance support
 -  Add __intel_gpio_get_direction() helper
 -  Refactor __intel_gpio_set_direction() to be more useful
 -  Move debounce validation out of the lock

----------------------------------------------------------------
Andy Shevchenko (9):
      pinctrl: intel: Move debounce validation out of the lock
      pinctrl: intel: Refactor __intel_gpio_set_direction() to be more useful
      pinctrl: intel: Add __intel_gpio_get_direction() helper
      pinctrl: intel: Implement high impedance support
      pinctrl: intel: Constify intel_get_community() returned object
      pinctrl: intel: Introduce for_each_intel_gpio_group() helper et al.
      pinctrl: intel: Inline intel_gpio_community_irq_handler()
      pinctrl: baytrail: Drop duplicate return statement
      pinctrl: intel: Constify struct intel_pinctrl parameter

 drivers/pinctrl/intel/pinctrl-baytrail.c  |   7 +-
 drivers/pinctrl/intel/pinctrl-intel.c     | 326 +++++++++++++++++-------------
 drivers/pinctrl/intel/pinctrl-intel.h     |   3 +-
 drivers/pinctrl/intel/pinctrl-lynxpoint.c |   2 +-
 4 files changed, 190 insertions(+), 148 deletions(-)

Comments

Linus Walleij Sept. 11, 2024, 8:28 a.m. UTC | #1
On Tue, Sep 10, 2024 at 10:28 AM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:

> Not so big update to the Intel pin control drivers for the next cycle. No
> problems were reported for one or more weeks that patches reside in Linux Next.
> Please, pull for v6.12.

Pulled in, thanks Andy!

Yours,
Linus Walleij