mbox series

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

Message ID CACRpkdY4_vWpeKKKNrKPuMy8wJ52Y0z6MjyxpM5RwQXM4652KA@mail.gmail.com
State New
Headers show
Series [GIT,PULL] pin control fixes for v5.18 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git tags/pinctrl-v5.18-3

Message

Linus Walleij May 19, 2022, 12:47 p.m. UTC
Hi Linus,

some late pin control fixes for the v5.18 series. Only driver fixes
as is appropriate.

Details in the signed tag.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit 672c0c5173427e6b3e2a9bbb7be51ceeec78093a:

  Linux 5.18-rc5 (2022-05-01 13:57:58 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v5.18-3

for you to fetch changes up to e199975b775a37750903025915f7bc0ccda829e5:

  pinctrl: sunxi: f1c100s: Fix signal name comment for PA2 SPI pin
(2022-05-14 01:07:08 +0200)

----------------------------------------------------------------
Pin control fixes for the v5.18 series:

- Fix an altmode in the Ocelot driver
- Fix the IES control pins in the Mediatek MT8365 driver
- Fix the UART2 function pin assignments in the
  Sunxi (AMLogic) driver
- Fix the signal name of the PA2 SPI pin in the Sunxi
  (AMLogic) driver

----------------------------------------------------------------
Andre Przywara (1):
      pinctrl: sunxi: f1c100s: Fix signal name comment for PA2 SPI pin

Horatiu Vultur (1):
      pinctrl: ocelot: Fix for lan966x alt mode

IotaHydrae (1):
      pinctrl: sunxi: fix f1c100s uart2 function

Mattijs Korpershoek (1):
      pinctrl: mediatek: mt8365: fix IES control pins

 drivers/pinctrl/mediatek/pinctrl-mt8365.c     | 2 +-
 drivers/pinctrl/pinctrl-ocelot.c              | 4 +++-
 drivers/pinctrl/sunxi/pinctrl-suniv-f1c100s.c | 4 ++--
 3 files changed, 6 insertions(+), 4 deletions(-)