[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CACRpkdazjQ0jPdXYPNsC6BmYEHZgf7_zUObHTEa+B9LZCmaT8g@mail.gmail.com>
Date: Wed, 31 Mar 2021 14:31:36 +0200
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>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
Lars Povlsen <lars.povlsen@...rochip.com>
Subject: [GIT PULL] pin control fixes for the v5.12 kernel
Hi Linus,
here are some overly ripe fixes for the v5.12 kernel. I should
have sent earlier but had my head stuck in GDB.
All are driver fixes. Details in the signed tag.
Please pull it in!
Yours,
Linus Walleij
The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v5.12-2
for you to fetch changes up to ba845907b23a6584e5944f6fbffda3efb010c28b:
Merge tag 'intel-pinctrl-v5.12-3' of
gitolite.kernel.org:pub/scm/linux/kernel/git/pinctrl/intel into fixes
(2021-03-30 00:46:49 +0200)
----------------------------------------------------------------
Pin control fixes for the v5.12 kernel cycle:
- Fix up some Intel GPIO base calculations.
- Fix a register offset in the Microchip driver.
- Fix suspend/resume bug in the Rockchip driver.
- Default pull up strength in the Qualcomm LPASS
driver.
- Fix two pingroup offsets in the Qualcomm SC7280
driver.
- Fix SDC1 register offset in the Qualcomm SC7280
driver.
- Fix a nasty string concatenation in the
Qualcomm SDX55 driver.
- Check the REVID register to see if the device is
real or virtualized during virtualization in the
Intel driver.
----------------------------------------------------------------
Andy Shevchenko (1):
pinctrl: intel: Show the GPIO base calculation explicitly
Arnd Bergmann (1):
pinctrl: qcom: fix unintentional string concatenation
Jonathan Marek (1):
pinctrl: qcom: lpass lpi: use default pullup/strength values
Lars Povlsen (1):
pinctrl: microchip-sgpio: Fix wrong register offset for IRQ trigger
Linus Walleij (2):
Merge tag 'intel-pinctrl-v5.12-2' of
gitolite.kernel.org:pub/scm/linux/kernel/git/pinctrl/intel into fixes
Merge tag 'intel-pinctrl-v5.12-3' of
gitolite.kernel.org:pub/scm/linux/kernel/git/pinctrl/intel into fixes
Rajendra Nayak (2):
pinctrl: qcom: sc7280: Fix SDC_QDSD_PINGROUP and UFS_RESET offsets
pinctrl: qcom: sc7280: Fix SDC1_RCLK configurations
Roger Pau Monne (1):
pinctrl: intel: check REVID register value for device presence
Wang Panzhenzhuan (1):
pinctrl: rockchip: fix restore error in resume
drivers/pinctrl/intel/pinctrl-intel.c | 9 ++++++++-
drivers/pinctrl/pinctrl-microchip-sgpio.c | 2 +-
drivers/pinctrl/pinctrl-rockchip.c | 13 ++++++++-----
drivers/pinctrl/qcom/pinctrl-lpass-lpi.c | 2 +-
drivers/pinctrl/qcom/pinctrl-sc7280.c | 16 ++++++++--------
drivers/pinctrl/qcom/pinctrl-sdx55.c | 2 +-
6 files changed, 27 insertions(+), 17 deletions(-)
Powered by blists - more mailing lists