mbox series

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

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git tags/pinctrl-v6.1-3

Message

Linus Walleij Oct. 24, 2022, 7:24 a.m. UTC
Hi Linus,

OK we try again. This time I made sure to have my morning
coffee *before* sending pull requests.

What happened last time was: tag the branch, then screw
something up with the tagging pers se (reuse old tag name
by mistake), so erase it and re-push, re-tag and in the
process forget that I moved back to the master branch,
incidentally a clean v6.1-rc1.

This time I made sure to do the right thing by eating my own
dogfood and pulling the branch I pushed back to make
sure it contains the desired changes.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v6.1-3

for you to fetch changes up to e9945b2633deccda74a769d94060df49c53ff181:

  pinctrl: ocelot: Fix incorrect trigger of the interrupt. (2022-10-18
10:42:10 +0200)

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

- Fix typos in UART1 and MMC in the Ingenic driver.

- A really well researched glitch bug fix to the Qualcomm driver
  that was tracked down and fixed by Dough Anderson from
  Chromium. Hats off for this one!

- Revert two patches on the Xilinx ZynqMP driver: this needs a
  proper solution making use of firmware version information to
  adapt to different firmware releases.

- Fix interrupt triggers in the Ocelot driver.

----------------------------------------------------------------
Douglas Anderson (1):
      pinctrl: qcom: Avoid glitching lines when we first mux to output

Horatiu Vultur (1):
      pinctrl: ocelot: Fix incorrect trigger of the interrupt.

Sai Krishna Potthuri (2):
      Revert "pinctrl: pinctrl-zynqmp: Add support for output-enable
and bias-high-impedance"
      Revert "dt-bindings: pinctrl-zynqmp: Add output-enable configuration"

Siarhei Volkau (1):
      pinctrl: Ingenic: JZ4755 bug fixes

 .../bindings/pinctrl/xlnx,zynqmp-pinctrl.yaml       |  4 ----
 drivers/pinctrl/pinctrl-ingenic.c                   |  4 ++--
 drivers/pinctrl/pinctrl-ocelot.c                    | 17 +++++++++++++----
 drivers/pinctrl/pinctrl-zynqmp.c                    |  9 ---------
 drivers/pinctrl/qcom/pinctrl-msm.c                  | 21 +++++++++++++++++++++
 5 files changed, 36 insertions(+), 19 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 24, 2022, 8:06 p.m. UTC | #1
The pull request you sent on Mon, 24 Oct 2022 09:24:38 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git tags/pinctrl-v6.1-3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/74d5b415a5ec37efd9f764782d3c6d952ba55844

Thank you!