mbox series

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

Message ID CACRpkdZ=EC589q1WpdkzCcswfLRUcVe25Uuht-vqywEn16R7Tg@mail.gmail.com
State New
Headers show
Series [GIT,PULL] pin control fixes for v5.9 | expand

Pull-request

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

Message

Linus Walleij Oct. 2, 2020, 9:45 p.m. UTC
Hi Linus,

some pin control fixes here, some four of them since -rc2.

All of them are driver fixes, the Intel Cherryview being the
most interesting one.

Please pull them in!

Yours,
Linus Walleij


The following changes since commit d012a7190fc1fd72ed48911e77ca97ba4521bccd:

  Linux 5.9-rc2 (2020-08-23 14:08:43 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 39c4dbe4cc363accd676162c24b264f44c581490:

  pinctrl: mediatek: check mtk_is_virt_gpio input parameter
(2020-10-01 09:51:36 +0200)

----------------------------------------------------------------
Pin control fixes for the v5.9 kernel:

- Fix a mux problem for I2C in the MVEBU driver.

- Fix a really hairy inversion problem in the Intel Cherryview
  driver.

- Fix the register for the sdc2_clk in the Qualcomm SM8250
  driver.

- Check the virtual GPIO boot failur in the Mediatek driver.

----------------------------------------------------------------
Chris Packham (1):
      pinctrl: mvebu: Fix i2c sda definition for 98DX3236

Dmitry Baryshkov (1):
      pinctrl: qcom: sm8250: correct sdc2_clk

Hanks Chen (1):
      pinctrl: mediatek: check mtk_is_virt_gpio input parameter

Hans de Goede (1):
      pinctrl: cherryview: Preserve CHV_PADCTRL1_INVRXTX_TXDATA flag on GPIOs

 drivers/pinctrl/intel/pinctrl-cherryview.c       | 14 +++++++++++++-
 drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c |  4 ++++
 drivers/pinctrl/mvebu/pinctrl-armada-xp.c        |  2 +-
 drivers/pinctrl/qcom/pinctrl-sm8250.c            |  2 +-
 4 files changed, 19 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 2, 2020, 9:54 p.m. UTC | #1
The pull request you sent on Fri, 2 Oct 2020 23:45:39 +0200:

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

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

Thank you!