mbox series

[GIT,PULL] pin control fixes for the v5.12 kernel

Message ID CACRpkdazjQ0jPdXYPNsC6BmYEHZgf7_zUObHTEa+B9LZCmaT8g@mail.gmail.com
State New
Headers show
Series [GIT,PULL] pin control fixes for the v5.12 kernel | expand

Pull-request

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

Message

Linus Walleij March 31, 2021, 12:31 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org March 31, 2021, 6:05 p.m. UTC | #1
The pull request you sent on Wed, 31 Mar 2021 14:31:36 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/39192106d4efd482f96a0be8b7aaae7ec150d9ee

Thank you!