[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CACRpkdZZ7j3fciH+J6xu-MGHyxWMy-VK1MkXsfkHLdyy3=q4RA@mail.gmail.com>
Date: Fri, 2 Dec 2022 21:51:52 +0100
From: Linus Walleij <linus.walleij@...aro.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel <linux-kernel@...r.kernel.org>,
"open list:GPIO SUBSYSTEM" <linux-gpio@...r.kernel.org>
Subject: [GIT PULL] pin control fixes for v6.1
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(-)
Powered by blists - more mailing lists