Hi Linus, some more pin control fixes have stacked up. If the commits look recent it's because I got chicken about the majority of the fixes (pertaining to the pinctrl-single driver) and deferred that fix to the merge window, picked and pushed all of those towards the HEAD of my branch and stacked the rest (this pull request) for you. They have all rotated in linux-next for some time still. Please pull it in! Details in the signed tag as usual. Yours, Linus Wallej The following changes since commit 1e4b044d22517cae7047c99038abb444423243ca: Linux 4.18-rc4 (2018-07-08 16:34:02 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git tags/pinctrl-v4.18-3 for you to fetch changes up to c29e9da56bebb4c2c794e871b0dc0298bbf08142: pinctrl: nsp: Fix potential NULL dereference (2018-07-14 12:47:04 +0200) ---------------------------------------------------------------- Pin control fixes for v4.18: - A slew of driver fixes for Mediatek mt7622 - Fix a direction inversion bug in the Ingenic driver - Fix unsupported drive strength setting on the PFC r8a77970 - Off by one and NULL dereference fixes in the NSP driver ---------------------------------------------------------------- Dan Carpenter (1): pinctrl: nsp: off by ones in nsp_pinmux_enable() Niklas Söderlund (1): pinctrl: sh-pfc: r8a77970: remove SH_PFC_PIN_CFG_DRIVE_STRENGTH flag Paul Cercueil (1): pinctrl: ingenic: Fix inverted direction for < JZ4770 Sean Wang (5): pinctrl: mt7622: fix error path on failing at groups building pinctrl: mt7622: fix initialization sequence between eint and gpiochip pinctrl: mt7622: fix that pinctrl_claim_hogs cannot work pinctrl: mt7622: stop using the deprecated pinctrl_add_gpio_range pinctrl: mt7622: fix a kernel panic when gpio-hog is being applied Wei Yongjun (1): pinctrl: nsp: Fix potential NULL dereference drivers/pinctrl/bcm/pinctrl-nsp-mux.c | 6 ++-- drivers/pinctrl/mediatek/pinctrl-mt7622.c | 48 +++++++++++++++++++++---------- drivers/pinctrl/pinctrl-ingenic.c | 2 +- drivers/pinctrl/sh-pfc/pfc-r8a77970.c | 14 ++++----- 4 files changed, 44 insertions(+), 26 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html