linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Linus Walleij <linus.walleij@linaro.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
	"open list:GPIO SUBSYSTEM" <linux-gpio@vger.kernel.org>,
	Dmitry Torokhov <dmitry.torokhov@gmail.com>
Subject: [GIT PULL] pin control fixes for v5.4
Date: Tue, 22 Oct 2019 10:57:10 +0200	[thread overview]
Message-ID: <CACRpkdbiyY9AT5Y8OwMmFgwgvn_DGUFrJVHWbZwyAxnK_bA7HQ@mail.gmail.com> (raw)

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(-)

             reply	other threads:[~2019-10-22  8:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-22  8:57 Linus Walleij [this message]
2019-10-22 11:20 ` [GIT PULL] pin control fixes for v5.4 pr-tracker-bot
2019-11-10  0:26 Linus Walleij
2019-11-10 21:00 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CACRpkdbiyY9AT5Y8OwMmFgwgvn_DGUFrJVHWbZwyAxnK_bA7HQ@mail.gmail.com \
    --to=linus.walleij@linaro.org \
    --cc=dmitry.torokhov@gmail.com \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).