linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] pin control fixes for v4.20
@ 2018-11-15  8:29 Linus Walleij
  2018-11-15 17:30 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2018-11-15  8:29 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, open list:GPIO SUBSYSTEM

Hi Linus,

here are some few pin control fixes for v4.20. Just meson
(a very specific hardware) and establishing a git repo for
Intel pin control.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v4.20-2

for you to fetch changes up to 595b0674ce781e38522097b18718ce3c3bffc1a1:

  MAINTAINERS: Add tree link for Intel pin control driver (2018-11-09
11:36:51 +0100)

----------------------------------------------------------------
Pin control fixes for the v4.20 series:

- A bunch of meson fixes for this (Allwinner) platform.

- Establish a git repo for Intel pin control in MAINTAINERS.

----------------------------------------------------------------
Andy Shevchenko (1):
      MAINTAINERS: Add tree link for Intel pin control driver

Jerome Brunet (5):
      pinctrl: meson: fix pinconf bias disable
      pinctrl: meson: fix gxbb ao pull register bits
      pinctrl: meson: fix gxl ao pull register bits
      pinctrl: meson: fix meson8 ao pull register bits
      pinctrl: meson: fix meson8b ao pull register bits

 MAINTAINERS                                | 1 +
 drivers/pinctrl/meson/pinctrl-meson-gxbb.c | 2 +-
 drivers/pinctrl/meson/pinctrl-meson-gxl.c  | 2 +-
 drivers/pinctrl/meson/pinctrl-meson.c      | 2 +-
 drivers/pinctrl/meson/pinctrl-meson8.c     | 2 +-
 drivers/pinctrl/meson/pinctrl-meson8b.c    | 2 +-
 6 files changed, 6 insertions(+), 5 deletions(-)

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

* Re: [GIT PULL] pin control fixes for v4.20
  2018-11-15  8:29 [GIT PULL] pin control fixes for v4.20 Linus Walleij
@ 2018-11-15 17:30 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2018-11-15 17:30 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Linus Torvalds, linux-kernel, open list:GPIO SUBSYSTEM

The pull request you sent on Thu, 15 Nov 2018 09:29:25 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git tags/pinctrl-v4.20-2

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

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

* Re: [GIT PULL] pin control fixes for v4.20
  2018-12-14  8:12 Linus Walleij
@ 2018-12-14 17:45 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2018-12-14 17:45 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Linus Torvalds, open list:GPIO SUBSYSTEM, linux-kernel

The pull request you sent on Fri, 14 Dec 2018 09:12:57 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git tags/pinctrl-v4.20-3

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

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

* [GIT PULL] pin control fixes for v4.20
@ 2018-12-14  8:12 Linus Walleij
  2018-12-14 17:45 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2018-12-14  8:12 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: open list:GPIO SUBSYSTEM, linux-kernel

Hi Linus,

here are some three pin control fixes for the v4.20 series.
Just odd drivers, so nothing particularly interesting. Details
in the signed tag.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit 9ff01193a20d391e8dbce4403dd5ef87c7eaaca6:

  Linux 4.20-rc3 (2018-11-18 13:33:44 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v4.20-3

for you to fetch changes up to 478b6767ad26ab86d9ecc341027dd09a87b1f997:

  pinctrl: sunxi: a83t: Fix IRQ offset typo for PH11 (2018-12-07 13:32:19 +0100)

----------------------------------------------------------------
Pin control fixes for the v4.20 series:
- Set the tile property on Qualcomm SDM60.
- Fix up enable register calculation for the Meson
- Fix an IRQ offset on the Sunxi (Allwinner)

----------------------------------------------------------------
Chen-Yu Tsai (1):
      pinctrl: sunxi: a83t: Fix IRQ offset typo for PH11

Craig Tatlor (1):
      pinctrl: sdm660: Set tile property for pingroups

Jerome Brunet (1):
      pinctrl: meson: fix pull enable register calculation

 drivers/pinctrl/meson/pinctrl-meson.c      |  3 ++-
 drivers/pinctrl/qcom/pinctrl-sdm660.c      | 28 +++++++++++++++-------------
 drivers/pinctrl/sunxi/pinctrl-sun8i-a83t.c |  2 +-
 3 files changed, 18 insertions(+), 15 deletions(-)

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

end of thread, other threads:[~2018-12-14 17:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-15  8:29 [GIT PULL] pin control fixes for v4.20 Linus Walleij
2018-11-15 17:30 ` pr-tracker-bot
2018-12-14  8:12 Linus Walleij
2018-12-14 17:45 ` 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).