mbox series

[GIT,PULL] pin control fixes for v6.1

Message ID CACRpkdZZ7j3fciH+J6xu-MGHyxWMy-VK1MkXsfkHLdyy3=q4RA@mail.gmail.com
State New
Headers show
Series [GIT,PULL] pin control fixes for v6.1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git tags/pinctrl-v6.1-5

Message

Linus Walleij Dec. 2, 2022, 8:51 p.m. UTC
Hi Linus,

some trickling pin control fixes for v6.1, three driver fixes.
Details in the signed tag. The Intel fix looks like the most
important.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit eb7081409f94a9a8608593d0fb63a1aa3d6f95d8:

  Linux 6.1-rc6 (2022-11-20 16:02:16 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v6.1-5

for you to fetch changes up to 6989ea4881c8944fbf04378418bb1af63d875ef8:

  pinctrl: intel: Save and restore pins in "direct IRQ" mode
(2022-11-28 21:41:31 +0100)

----------------------------------------------------------------
Pin control fixes for the v6.1 series:

- Fix a potential divide by zero in pinctrl-singe (OMAP
  and HiSilicon)

- Disable IRQs on startup in the Mediatek driver. This
  is a classic, we should be looking out for this more.

- Save and restore pins in "direct IRQ" mode in the Intel
  driver, this works around firmware bugs.

----------------------------------------------------------------
Andy Shevchenko (1):
      pinctrl: intel: Save and restore pins in "direct IRQ" mode

Maxim Korotkov (1):
      pinctrl: single: Fix potential division by zero

Ricardo Ribalda (1):
      pinctrl: meditatek: Startup with the IRQs disabled

 drivers/pinctrl/intel/pinctrl-intel.c | 27 ++++++++++++++++++++++++++-
 drivers/pinctrl/mediatek/mtk-eint.c   |  9 ++++++---
 drivers/pinctrl/pinctrl-single.c      |  2 +-
 3 files changed, 33 insertions(+), 5 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 3, 2022, 12:30 a.m. UTC | #1
The pull request you sent on Fri, 2 Dec 2022 21:51:52 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git tags/pinctrl-v6.1-5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/63050a5ca130e76af7199c9a3fba1d175f3a1102

Thank you!