linux-gpio.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: "open list:GPIO SUBSYSTEM" <linux-gpio@vger.kernel.org>,
	linux-kernel <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] pin control fixes for v5.8
Date: Sun, 21 Jun 2020 20:24:40 +0200	[thread overview]
Message-ID: <CACRpkdasTF7DLFejjC005vuBfcv2upbNjd5Cw9j_d-CUnHOMDg@mail.gmail.com> (raw)

Hi Linus,

these are some early fixes collected during the first week after the merge
window, all pretty self-evident, with the details in the signed tag. The revert
is the crucial thing.

Please pull them in!

Yours,
Linus Walleij


The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 25fae752156db7253471347df08a2700501eafde:

  pinctrl: single: fix function name in documentation (2020-06-20
22:41:32 +0200)

----------------------------------------------------------------
Pin control fixes for the v5.8 cycle, first take:

- Fix a warning on the Qualcomm SPMI GPIO chip being instatiated
  twice without a unique irqchip struct.
- Use the noirq variants of the suspend and resume callbacks in
  the Tegra driver.
- Clean up the errorpath on the MCP23s08 driver.
- Revert the use of devm_of_iomap() in the Freescale driver as
  it was regressing the platform.
- Add some missing pins in the Qualcomm IPQ6018 driver.
- Fix a simple documentation bug in the pinctrl-single driver.

----------------------------------------------------------------
Dmitry Baryshkov (1):
      pinctrl: qcom: spmi-gpio: fix warning about irq chip reusage

Drew Fustini (1):
      pinctrl: single: fix function name in documentation

Haibo Chen (1):
      Revert "pinctrl: freescale: imx: Use 'devm_of_iomap()' to avoid
a resource leak in case of error in 'imx_pinctrl_probe()'"

Sivaprakash Murugesan (1):
      pinctrl: qcom: ipq6018 Add missing pins in qpic pin group

Vidya Sagar (1):
      pinctrl: tegra: Use noirq suspend/resume callbacks

kernel test robot (1):
      pinctrl: mcp23s08: Split to three parts: fix ptr_ret.cocci warnings

 drivers/pinctrl/freescale/pinctrl-imx.c  |  7 +++----
 drivers/pinctrl/pinctrl-mcp23s08_spi.c   |  5 +----
 drivers/pinctrl/pinctrl-single.c         |  2 +-
 drivers/pinctrl/qcom/pinctrl-ipq6018.c   |  3 ++-
 drivers/pinctrl/qcom/pinctrl-spmi-gpio.c | 21 ++++++++++-----------
 drivers/pinctrl/tegra/pinctrl-tegra.c    |  4 ++--
 6 files changed, 19 insertions(+), 23 deletions(-)

             reply	other threads:[~2020-06-21 18:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-21 18:24 Linus Walleij [this message]
2020-06-21 20:10 ` [GIT PULL] pin control fixes for v5.8 pr-tracker-bot
2020-08-01 14:25 Linus Walleij
2020-08-01 17:15 ` 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=CACRpkdasTF7DLFejjC005vuBfcv2upbNjd5Cw9j_d-CUnHOMDg@mail.gmail.com \
    --to=linus.walleij@linaro.org \
    --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).