mbox series

[GIT,PULL] pin control fixes for v5.17

Message ID CACRpkdanZHES7tKFdq6_VjL+1PVCUXHADS+q-KR-MJ3b8tjsEA@mail.gmail.com
State New
Headers show
Series [GIT,PULL] pin control fixes for v5.17 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git tags/pinctrl-v5.17-2

Message

Linus Walleij Feb. 1, 2022, 11:56 p.m. UTC
Hi Linus,

here is a set of pin control fixes for the v5.17 series.
Most interesting and urgent is the Intel stuff affection
Chromebooks and Laptops.

The rest is business as usual.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v5.17-2

for you to fetch changes up to baf927a833ca2c6717795ac131079f485cb7a5dc:

  pinctrl: microchip-sgpio: Fix support for regmap (2022-01-31 12:07:31 +0100)

----------------------------------------------------------------
Pin control fixes for the v5.17 kernel cycle:

- Fix up group name building on the Intel Thunderbay
- Fix interrupt problems on the Intel Cherryview
- Fix some pin data on the Sunxi H616
- Fix up the CONFIG_PINCTRL_ST Kconfig sort order as noted during
  the merge window
- Fix an unexpected interrupt problem on the Intel Sunrisepoint
- Fix a glitch when updating IRQ flags on all Intel pin controllers
- Revert a Zynqmp patch to unify the pin naming, let's find some
  better solution
- Fix some error paths in the Broadcom BCM2835 driver
- Fix a Kconfig problem pertaining to the BCM63XX drivers
- Fix the regmap support in the Microchip SGPIO driver

----------------------------------------------------------------
Andre Przywara (1):
      pinctrl: sunxi: Fix H616 I2S3 pin data

Andy Shevchenko (2):
      pinctrl: Place correctly CONFIG_PINCTRL_ST in the Makefile
      pinctrl: intel: Fix a glitch when updating IRQ flags on a
preconfigured line

Florian Fainelli (1):
      pinctrl: bcm2835: Fix a few error paths

Gerhard Engleder (1):
      pinctrl: zynqmp: Revert "Unify pin naming"

Hans de Goede (1):
      pinctrl: cherryview: Trigger hwirq0 for interrupt-lines without a mapping

Horatiu Vultur (1):
      pinctrl: microchip-sgpio: Fix support for regmap

Julian Braha (1):
      pinctrl: bcm63xx: fix unmet dependency on REGMAP for GPIO_REGMAP

Linus Walleij (1):
      Merge tag 'intel-pinctrl-v5.17-4' of
gitolite.kernel.org:pub/scm/linux/kernel/git/pinctrl/intel into fixes

Rafał Miłecki (2):
      pinctrl: thunderbay: comment process of building functions a bit
      pinctrl: thunderbay: rework loops looking for groups names

Łukasz Bartosik (1):
      pinctrl: intel: fix unexpected interrupt

 drivers/pinctrl/Makefile                    |  2 +-
 drivers/pinctrl/bcm/Kconfig                 |  1 +
 drivers/pinctrl/bcm/pinctrl-bcm2835.c       | 23 +++++---
 drivers/pinctrl/intel/pinctrl-cherryview.c  |  5 +-
 drivers/pinctrl/intel/pinctrl-intel.c       | 64 +++++++++++---------
 drivers/pinctrl/pinctrl-microchip-sgpio.c   |  3 +-
 drivers/pinctrl/pinctrl-thunderbay.c        | 90 +++++++++++------------------
 drivers/pinctrl/pinctrl-zynqmp.c            | 10 ++--
 drivers/pinctrl/sunxi/pinctrl-sun50i-h616.c |  8 +--
 9 files changed, 101 insertions(+), 105 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 2, 2022, 6:04 p.m. UTC | #1
The pull request you sent on Wed, 2 Feb 2022 00:56:51 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git tags/pinctrl-v5.17-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3e5832e923a9c3a12c76980f68853668d4675ecf

Thank you!