mbox series

[GIT,PULL] pin control fixes for the v6.0 series

Message ID CACRpkdZZU51xqQgQA3tDC6ccaZ2WbDc_CPk79c3DgXPS6Wsivw@mail.gmail.com
State New
Headers show
Series [GIT,PULL] pin control fixes for the v6.0 series | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git tags/pinctrl-v6.0-2

Message

Linus Walleij Sept. 16, 2022, 12:15 p.m. UTC
Hi Linus,

here are some pin control fixes for the v6.0 series.
Nothing special, just driver fixes. Details in the signed
tag.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v6.0-2

for you to fetch changes up to c297561bc98ad0f2a37ce0178ee3ba89ab586d70:

  pinctrl: ocelot: Fix interrupt controller (2022-09-14 15:00:16 +0200)

----------------------------------------------------------------
Some pin control fixes for v6.0:

- Fix IRQ wakeup and pins for UFS and SDC2 issues on the
  Qualcomm SC8180x
- Fix the Rockchip driver to support interrupt on both rising
  and falling edges.
- Name the Allwinner A100 R_PIO properly
- Fix several issues with the Ocelot interrupts.

----------------------------------------------------------------
Horatiu Vultur (1):
      pinctrl: ocelot: Fix interrupt controller

João H. Spies (1):
      pinctrl: rockchip: Enhance support for IRQ_TYPE_EDGE_BOTH

Michael Wu (1):
      pinctrl: sunxi: Fix name for A100 R_PIO

Molly Sophia (2):
      pinctrl: qcom: sc8180x: Fix gpio_wakeirq_map
      pinctrl: qcom: sc8180x: Fix wrong pin numbers

 drivers/gpio/gpio-rockchip.c                  |   4 +-
 drivers/pinctrl/pinctrl-ocelot.c              | 111 ++++++++++++++++++++++----
 drivers/pinctrl/qcom/pinctrl-sc8180x.c        |  10 +--
 drivers/pinctrl/sunxi/pinctrl-sun50i-a100-r.c |   2 +-
 4 files changed, 105 insertions(+), 22 deletions(-)