mbox series

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

Message ID CACRpkdbR2Ssr1WWfS2HZ-jd6XFgEvEsqrjVAcgPsR8RerE-xfQ@mail.gmail.com
State New
Headers show
Series [GIT,PULL] pin control fixes for v5.5 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git

Message

Linus Walleij Jan. 9, 2020, 9:51 p.m. UTC
Hi Linus,

some two fixes for pin control, not much to say about
it, it's just regular driver fixes.

Please pull them in!

Yours,
Linus Walleij

The following changes since commit fd6988496e79a6a4bdb514a4655d2920209eb85d:

  Linux 5.5-rc4 (2019-12-29 15:29:16 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v5.5-4

for you to fetch changes up to 35c60be220572de7d6605c4318f640d133982040:

  pinctrl: meson: Fix wrong shift value when get drive-strength
(2020-01-07 11:21:07 +0100)

----------------------------------------------------------------
Pin control fixes for the v5.5 kernel cycle:

- Fix erroneous shift in the Meson driver

- Make Lochnagar select the GPIOLIB Kconfig symbol

----------------------------------------------------------------
Arnd Bergmann (1):
      pinctrl: lochnagar: select GPIOLIB

Qianggui Song (1):
      pinctrl: meson: Fix wrong shift value when get drive-strength

 drivers/pinctrl/cirrus/Kconfig        | 1 +
 drivers/pinctrl/meson/pinctrl-meson.c | 1 +
 2 files changed, 2 insertions(+)

Comments

pr-tracker-bot@kernel.org Jan. 10, 2020, 12:15 a.m. UTC | #1
The pull request you sent on Thu, 9 Jan 2020 22:51:04 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git tags/pinctrl-v5.5-4

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

Thank you!