linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Linus Walleij <linus.walleij@linaro.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
	"open list:GPIO SUBSYSTEM" <linux-gpio@vger.kernel.org>,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Lars Povlsen <lars.povlsen@microchip.com>
Subject: [GIT PULL] pin control fixes for the v5.12 kernel
Date: Wed, 31 Mar 2021 14:31:36 +0200	[thread overview]
Message-ID: <CACRpkdazjQ0jPdXYPNsC6BmYEHZgf7_zUObHTEa+B9LZCmaT8g@mail.gmail.com> (raw)

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(-)

             reply	other threads:[~2021-03-31 12:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-31 12:31 Linus Walleij [this message]
2021-03-31 18:05 ` [GIT PULL] pin control fixes for the v5.12 kernel pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CACRpkdazjQ0jPdXYPNsC6BmYEHZgf7_zUObHTEa+B9LZCmaT8g@mail.gmail.com \
    --to=linus.walleij@linaro.org \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=lars.povlsen@microchip.com \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).