linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] pin control fixes for v5.4
@ 2019-11-10  0:26 Linus Walleij
  2019-11-10 21:00 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2019-11-10  0:26 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: open list:GPIO SUBSYSTEM, linux-kernel, Andy Shevchenko, Amelie Delaunay

Hi Linus,

some late pin control fixes, mostly Intel stuff.

Details in the signed tag and the commits!

Please pull it in!

Yours,
Linus Walleij

The following changes since commit d6d5df1db6e9d7f8f76d2911707f7d5877251b02:

  Linux 5.4-rc5 (2019-10-27 13:19:19 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 63e006c107ff4235d2a8fd52704f283d23642537:

  pinctrl: stmfx: fix valid_mask init sequence (2019-11-07 10:06:46 +0100)

----------------------------------------------------------------
Pin control fixes for v5.4:

- Fix glitch risks in the Intel GPIO

- Fix the Intel Cherryview valid irq mask calculation.

- Allocate the Intel Cherryview irqchip dynamically.

- Fix the valid mask init sequency on the ST STMFX driver.

----------------------------------------------------------------
Amelie Delaunay (1):
      pinctrl: stmfx: fix valid_mask init sequence

Andy Shevchenko (2):
      pinctrl: intel: Avoid potential glitches if pin is in GPIO mode
      pinctrl: cherryview: Allocate IRQ chip dynamic

Hans de Goede (1):
      pinctrl: cherryview: Fix irq_valid_mask calculation

Linus Walleij (1):
      Merge tag 'intel-pinctrl-fixes-v5.4-2' of
git://git.kernel.org/.../pinctrl/intel into fixes

 drivers/pinctrl/intel/pinctrl-cherryview.c | 26 +++++++++++++-------------
 drivers/pinctrl/intel/pinctrl-intel.c      | 21 ++++++++++++++++++++-
 drivers/pinctrl/pinctrl-stmfx.c            | 14 --------------
 3 files changed, 33 insertions(+), 28 deletions(-)

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

* Re: [GIT PULL] pin control fixes for v5.4
  2019-11-10  0:26 [GIT PULL] pin control fixes for v5.4 Linus Walleij
@ 2019-11-10 21:00 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2019-11-10 21:00 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Linus Torvalds, open list:GPIO SUBSYSTEM, linux-kernel,
	Andy Shevchenko, Amelie Delaunay

The pull request you sent on Sun, 10 Nov 2019 01:26:26 +0100:

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

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

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 v5.4
  2019-10-22  8:57 Linus Walleij
@ 2019-10-22 11:20 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2019-10-22 11:20 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Linus Torvalds, linux-kernel, open list:GPIO SUBSYSTEM, Dmitry Torokhov

The pull request you sent on Tue, 22 Oct 2019 10:57:10 +0200:

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

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

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 v5.4
@ 2019-10-22  8:57 Linus Walleij
  2019-10-22 11:20 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2019-10-22  8:57 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, open list:GPIO SUBSYSTEM, Dmitry Torokhov

Hi Linus,

here is a bunch of pin control fixes. I was lagging behind
on this one, some fixes should have come in earlier,
sorry about that.

Anyways here it is, pretty straight-forward fixes, the Strago
fix stand out as something serious affecting a lot of
machines.

Yours,
Linus Walleij

The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

  Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)

are available in the Git repository at:

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

for you to fetch changes up to d6e7a1a5119c4e719b0d63651f09762d7384bfed:

  pinctrl: aspeed-g6: Rename SD3 to EMMC and rework pin groups
(2019-10-16 15:58:27 +0200)

----------------------------------------------------------------
Pin control fixes for v5.4:

- Handle multiple instances of Intel chips without complaining.
- Restore the Intel Strago DMI workaround
- Make the Armada 37xx handle pins over 32
- Fix the polarity of the LED group on Armada 37xx
- Fix an off-by-one bug in the NS2 driver
- Fix error path for iproc's platform_get_irq()
- Fix error path on the STMFX driver
- Fix a typo in the Berlin AS370 driver
- Fix up misc errors in the Aspeed 2600 BMC support
- Fix a stray SPDX tag

----------------------------------------------------------------
Amelie Delaunay (1):
      pinctrl: stmfx: fix null pointer on remove

Andrew Jeffery (4):
      dt-bindings: pinctrl: aspeed-g6: Rework SD3 function and groups
      pinctrl: aspeed-g6: Sort pins for sanity
      pinctrl: aspeed-g6: Fix I2C14 SDA description
      pinctrl: aspeed-g6: Make SIG_DESC_CLEAR() behave intuitively

Andy Shevchenko (1):
      pinctrl: intel: Allocate IRQ chip dynamic

Chris Packham (1):
      pinctrl: iproc: allow for error from platform_get_irq()

Dan Carpenter (1):
      pinctrl: ns2: Fix off by one bugs in ns2_pinmux_enable()

Dmitry Torokhov (1):
      pinctrl: cherryview: restore Strago DMI workaround for all versions

Jisheng Zhang (1):
      pinctrl: berlin: as370: fix a typo s/spififib/spdifib

Johnny Huang (3):
      pinctrl: aspeed-g6: Fix I3C3/I3C4 pinmux configuration
      pinctrl: aspeed-g6: Fix UART13 group pinmux
      pinctrl: aspeed-g6: Rename SD3 to EMMC and rework pin groups

Linus Walleij (2):
      pinctrl: bcm-iproc: Use SPDX header
      Merge tag 'intel-pinctrl-fixes-v5.4' of
git://git.kernel.org/.../pinctrl/intel into fixes

Patrick Williams (2):
      pinctrl: armada-37xx: fix control of pins 32 and up
      pinctrl: armada-37xx: swap polarity on LED group

 .../bindings/pinctrl/aspeed,ast2600-pinctrl.yaml   |  86 +++++++-------
 drivers/pinctrl/aspeed/pinctrl-aspeed-g6.c         | 124 +++++++++------------
 drivers/pinctrl/aspeed/pinmux-aspeed.h             |   3 +-
 drivers/pinctrl/bcm/pinctrl-iproc-gpio.c           |  12 +-
 drivers/pinctrl/bcm/pinctrl-ns2-mux.c              |   4 +-
 drivers/pinctrl/berlin/pinctrl-as370.c             |   2 +-
 drivers/pinctrl/intel/pinctrl-cherryview.c         |   4 -
 drivers/pinctrl/intel/pinctrl-intel.c              |  27 ++---
 drivers/pinctrl/mvebu/pinctrl-armada-37xx.c        |  26 ++---
 drivers/pinctrl/pinctrl-stmfx.c                    |   2 +-
 10 files changed, 131 insertions(+), 159 deletions(-)

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

end of thread, other threads:[~2019-11-10 21:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-10  0:26 [GIT PULL] pin control fixes for v5.4 Linus Walleij
2019-11-10 21:00 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2019-10-22  8:57 Linus Walleij
2019-10-22 11:20 ` 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).