linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] pin control fixes for v5.8
@ 2020-06-21 18:24 Linus Walleij
  2020-06-21 20:10 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2020-06-21 18:24 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: open list:GPIO SUBSYSTEM, linux-kernel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [GIT PULL] pin control fixes for v5.8
@ 2020-08-01 14:25 Linus Walleij
  2020-08-01 17:15 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2020-08-01 14:25 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, open list:GPIO SUBSYSTEM

Hi Linus,

a last minute pin control fix to the Qualcomm driver.

Please pull it 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-4

for you to fetch changes up to c3c0c2e18d943ec4a84162ac679970b592555a4a:

  pinctrl: qcom: Handle broken/missing PDC dual edge IRQs on sc7180
(2020-07-16 15:41:41 +0200)

----------------------------------------------------------------
A single patch to the Qualcomm driver fixing missing dual
edge PCH interrupts.

----------------------------------------------------------------
Douglas Anderson (1):
      pinctrl: qcom: Handle broken/missing PDC dual edge IRQs on sc7180

 drivers/pinctrl/qcom/Kconfig          |  2 +
 drivers/pinctrl/qcom/pinctrl-msm.c    | 74 ++++++++++++++++++++++++++++++++++-
 drivers/pinctrl/qcom/pinctrl-msm.h    |  4 ++
 drivers/pinctrl/qcom/pinctrl-sc7180.c |  1 +
 4 files changed, 79 insertions(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-08-01 17:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-21 18:24 [GIT PULL] pin control fixes for v5.8 Linus Walleij
2020-06-21 20:10 ` pr-tracker-bot
2020-08-01 14:25 Linus Walleij
2020-08-01 17:15 ` pr-tracker-bot

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