Hi Linus, here is a set of two fixes for pin control for v4.16. Details are in the signed tag as usal. Please pull them in! Yours, Linus Walleij The following changes since commit 661e50bc853209e41a5c14a290ca4decc43cbfd1: Linux 4.16-rc4 (2018-03-04 14:54:11 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git tags/pinctrl-v4.16-3 for you to fetch changes up to 93b0beae721b3344923b4b8317e9d83b542f4ca6: pinctrl: samsung: Validate alias coming from DT (2018-03-08 13:02:26 +0100) ---------------------------------------------------------------- Pin control fixes for v4.16: - One fix to the Renesas SH-PFC driver removing a duplicate clkout pin which was causing crashes. - One fix to the Samsung driver for out of bounds exceptions. ---------------------------------------------------------------- Krzysztof Kozlowski (1): pinctrl: samsung: Validate alias coming from DT Niklas Söderlund (1): pinctrl: sh-pfc: r8a7795: remove duplicate of CLKOUT pin in pinmux_pins[] drivers/pinctrl/samsung/pinctrl-exynos-arm.c | 56 +++++++++++++++++++---- drivers/pinctrl/samsung/pinctrl-exynos-arm64.c | 14 +++++- drivers/pinctrl/samsung/pinctrl-s3c24xx.c | 28 ++++++++++-- drivers/pinctrl/samsung/pinctrl-s3c64xx.c | 7 ++- drivers/pinctrl/samsung/pinctrl-samsung.c | 61 ++++++++++++++++---------- drivers/pinctrl/samsung/pinctrl-samsung.h | 40 ++++++++++------- drivers/pinctrl/sh-pfc/pfc-r8a7795.c | 1 - 7 files changed, 154 insertions(+), 53 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