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