mbox series

[GIT,PULL] pin control fixes for v5.8

Message ID CACRpkdasTF7DLFejjC005vuBfcv2upbNjd5Cw9j_d-CUnHOMDg@mail.gmail.com
State New
Headers show
Series [GIT,PULL] pin control fixes for v5.8 | expand

Pull-request

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

Message

Linus Walleij June 21, 2020, 6:24 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org June 21, 2020, 8:10 p.m. UTC | #1
The pull request you sent on Sun, 21 Jun 2020 20:24:40 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/16f4aa9b7c2304e439796bd097b2c0a7663f5d6e

Thank you!