Hi Linus, Two fixes for the current cycle. Best regards, Krzysztof The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17: Linux 5.18-rc1 (2022-04-03 14:08:21 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git tags/samsung-pinctrl-fixes-5.18 for you to fetch changes up to ac875df4d854ab13d9c4af682a1837a1214fecec: pinctrl: samsung: fix missing GPIOLIB on ARM64 Exynos config (2022-04-21 08:58:54 +0200) ---------------------------------------------------------------- Samsung pinctrl drivers fixes for v5.18 1. Fix sparse warning introduced in v5.18-rc1. 2. Fix possible unmet Kconfig dependency with COMPILE_TEST, present since v4.3 or earlier. ---------------------------------------------------------------- Krzysztof Kozlowski (2): pinctrl: samsung: staticize fsd_pin_ctrl pinctrl: samsung: fix missing GPIOLIB on ARM64 Exynos config arch/arm/mach-exynos/Kconfig | 1 - drivers/pinctrl/samsung/Kconfig | 11 ++++------- drivers/pinctrl/samsung/pinctrl-exynos-arm64.c | 2 +- 3 files changed, 5 insertions(+), 9 deletions(-)