mbox series

[GIT,PULL,fixes] pinctrl: samsung: Fixes for v5.18 (current cycle)

Message ID 20220422102541.33372-1-krzysztof.kozlowski@linaro.org
State New
Headers show
Series [GIT,PULL,fixes] pinctrl: samsung: Fixes for v5.18 (current cycle) | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git tags/samsung-pinctrl-fixes-5.18

Message

Krzysztof Kozlowski April 22, 2022, 10:25 a.m. UTC
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(-)

Comments

Linus Walleij April 22, 2022, 9:04 p.m. UTC | #1
On Fri, Apr 22, 2022 at 12:25 PM Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:

> Two fixes for the current cycle.

Pulled in for fixes, thanks!

Yours,
Linus Walleij