* [PATCH 1/2] pinctrl: samsung: Drop unused S3C24xx driver data
@ 2025-08-30 11:16 Krzysztof Kozlowski
2025-08-30 11:16 ` [PATCH 2/2] dt-bindings: pinctrl: samsung: Drop S3C2410 Krzysztof Kozlowski
2025-09-02 10:32 ` [PATCH 1/2] pinctrl: samsung: Drop unused S3C24xx driver data Krzysztof Kozlowski
0 siblings, 2 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2025-08-30 11:16 UTC (permalink / raw)
To: Krzysztof Kozlowski, Sylwester Nawrocki, Alim Akhtar,
Linus Walleij, Rob Herring, Conor Dooley, Tomasz Figa,
Jonathan Cameron, Greg Kroah-Hartman, Ulf Hansson, Arnd Bergmann,
linux-arm-kernel, linux-samsung-soc, linux-gpio, devicetree,
linux-kernel
Cc: Krzysztof Kozlowski, stable
Drop unused declarations after S3C24xx SoC family removal in the commit
61b7f8920b17 ("ARM: s3c: remove all s3c24xx support").
Fixes: 1ea35b355722 ("ARM: s3c: remove s3c24xx specific hacks")
Cc: <stable@vger.kernel.org>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
drivers/pinctrl/samsung/pinctrl-samsung.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/drivers/pinctrl/samsung/pinctrl-samsung.h b/drivers/pinctrl/samsung/pinctrl-samsung.h
index 1cabcbe1401a..a51aee8c5f89 100644
--- a/drivers/pinctrl/samsung/pinctrl-samsung.h
+++ b/drivers/pinctrl/samsung/pinctrl-samsung.h
@@ -402,10 +402,6 @@ extern const struct samsung_pinctrl_of_match_data exynosautov920_of_data;
extern const struct samsung_pinctrl_of_match_data fsd_of_data;
extern const struct samsung_pinctrl_of_match_data gs101_of_data;
extern const struct samsung_pinctrl_of_match_data s3c64xx_of_data;
-extern const struct samsung_pinctrl_of_match_data s3c2412_of_data;
-extern const struct samsung_pinctrl_of_match_data s3c2416_of_data;
-extern const struct samsung_pinctrl_of_match_data s3c2440_of_data;
-extern const struct samsung_pinctrl_of_match_data s3c2450_of_data;
extern const struct samsung_pinctrl_of_match_data s5pv210_of_data;
#endif /* __PINCTRL_SAMSUNG_H */
--
2.48.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] dt-bindings: pinctrl: samsung: Drop S3C2410
2025-08-30 11:16 [PATCH 1/2] pinctrl: samsung: Drop unused S3C24xx driver data Krzysztof Kozlowski
@ 2025-08-30 11:16 ` Krzysztof Kozlowski
2025-09-01 20:14 ` Rob Herring (Arm)
2025-09-02 10:32 ` [PATCH 1/2] pinctrl: samsung: Drop unused S3C24xx driver data Krzysztof Kozlowski
1 sibling, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2025-08-30 11:16 UTC (permalink / raw)
To: Krzysztof Kozlowski, Sylwester Nawrocki, Alim Akhtar,
Linus Walleij, Rob Herring, Conor Dooley, Tomasz Figa,
Jonathan Cameron, Greg Kroah-Hartman, Ulf Hansson, Arnd Bergmann,
linux-arm-kernel, linux-samsung-soc, linux-gpio, devicetree,
linux-kernel
Cc: Krzysztof Kozlowski
Samsung S3C24xx family of SoCs was removed the Linux kernel in the
commit 61b7f8920b17 ("ARM: s3c: remove all s3c24xx support"), in January
2023. There are no in-kernel users of remaining S3C24xx compatibles.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
.../samsung,pinctrl-wakeup-interrupt.yaml | 19 +------------------
.../bindings/pinctrl/samsung,pinctrl.yaml | 4 ----
2 files changed, 1 insertion(+), 22 deletions(-)
diff --git a/Documentation/devicetree/bindings/pinctrl/samsung,pinctrl-wakeup-interrupt.yaml b/Documentation/devicetree/bindings/pinctrl/samsung,pinctrl-wakeup-interrupt.yaml
index 0da6d69f5991..dd11c73a55da 100644
--- a/Documentation/devicetree/bindings/pinctrl/samsung,pinctrl-wakeup-interrupt.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/samsung,pinctrl-wakeup-interrupt.yaml
@@ -30,8 +30,6 @@ properties:
compatible:
oneOf:
- enum:
- - samsung,s3c2410-wakeup-eint
- - samsung,s3c2412-wakeup-eint
- samsung,s3c64xx-wakeup-eint
- samsung,s5pv210-wakeup-eint
- samsung,exynos4210-wakeup-eint
@@ -59,27 +57,12 @@ properties:
description:
Interrupt used by multiplexed external wake-up interrupts.
minItems: 1
- maxItems: 6
+ maxItems: 4
required:
- compatible
allOf:
- - if:
- properties:
- compatible:
- contains:
- enum:
- - samsung,s3c2410-wakeup-eint
- - samsung,s3c2412-wakeup-eint
- then:
- properties:
- interrupts:
- minItems: 6
- maxItems: 6
- required:
- - interrupts
-
- if:
properties:
compatible:
diff --git a/Documentation/devicetree/bindings/pinctrl/samsung,pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/samsung,pinctrl.yaml
index de8460856141..e48c4f467a28 100644
--- a/Documentation/devicetree/bindings/pinctrl/samsung,pinctrl.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/samsung,pinctrl.yaml
@@ -36,10 +36,6 @@ properties:
compatible:
enum:
- google,gs101-pinctrl
- - samsung,s3c2412-pinctrl
- - samsung,s3c2416-pinctrl
- - samsung,s3c2440-pinctrl
- - samsung,s3c2450-pinctrl
- samsung,s3c64xx-pinctrl
- samsung,s5pv210-pinctrl
- samsung,exynos2200-pinctrl
--
2.48.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 2/2] dt-bindings: pinctrl: samsung: Drop S3C2410
2025-08-30 11:16 ` [PATCH 2/2] dt-bindings: pinctrl: samsung: Drop S3C2410 Krzysztof Kozlowski
@ 2025-09-01 20:14 ` Rob Herring (Arm)
0 siblings, 0 replies; 4+ messages in thread
From: Rob Herring (Arm) @ 2025-09-01 20:14 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Greg Kroah-Hartman, Arnd Bergmann, Conor Dooley,
Sylwester Nawrocki, Linus Walleij, linux-gpio, Jonathan Cameron,
Krzysztof Kozlowski, linux-kernel, devicetree, Alim Akhtar,
linux-samsung-soc, Ulf Hansson, Tomasz Figa, linux-arm-kernel
On Sat, 30 Aug 2025 13:16:59 +0200, Krzysztof Kozlowski wrote:
> Samsung S3C24xx family of SoCs was removed the Linux kernel in the
> commit 61b7f8920b17 ("ARM: s3c: remove all s3c24xx support"), in January
> 2023. There are no in-kernel users of remaining S3C24xx compatibles.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> .../samsung,pinctrl-wakeup-interrupt.yaml | 19 +------------------
> .../bindings/pinctrl/samsung,pinctrl.yaml | 4 ----
> 2 files changed, 1 insertion(+), 22 deletions(-)
>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/2] pinctrl: samsung: Drop unused S3C24xx driver data
2025-08-30 11:16 [PATCH 1/2] pinctrl: samsung: Drop unused S3C24xx driver data Krzysztof Kozlowski
2025-08-30 11:16 ` [PATCH 2/2] dt-bindings: pinctrl: samsung: Drop S3C2410 Krzysztof Kozlowski
@ 2025-09-02 10:32 ` Krzysztof Kozlowski
1 sibling, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2025-09-02 10:32 UTC (permalink / raw)
To: Krzysztof Kozlowski, Sylwester Nawrocki, Alim Akhtar,
Linus Walleij, Rob Herring, Conor Dooley, Tomasz Figa,
Jonathan Cameron, Greg Kroah-Hartman, Ulf Hansson, Arnd Bergmann,
linux-arm-kernel, linux-samsung-soc, linux-gpio, devicetree,
linux-kernel, Krzysztof Kozlowski
Cc: stable
On Sat, 30 Aug 2025 13:16:58 +0200, Krzysztof Kozlowski wrote:
> Drop unused declarations after S3C24xx SoC family removal in the commit
> 61b7f8920b17 ("ARM: s3c: remove all s3c24xx support").
>
>
Applied, thanks!
[1/2] pinctrl: samsung: Drop unused S3C24xx driver data
https://git.kernel.org/pinctrl/samsung/c/358253fa8179ab4217ac283b56adde0174186f87
[2/2] dt-bindings: pinctrl: samsung: Drop S3C2410
https://git.kernel.org/pinctrl/samsung/c/d37db94b078197ec4be1cadebbfd7bf144e3c5e4
Best regards,
--
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-09-02 10:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-30 11:16 [PATCH 1/2] pinctrl: samsung: Drop unused S3C24xx driver data Krzysztof Kozlowski
2025-08-30 11:16 ` [PATCH 2/2] dt-bindings: pinctrl: samsung: Drop S3C2410 Krzysztof Kozlowski
2025-09-01 20:14 ` Rob Herring (Arm)
2025-09-02 10:32 ` [PATCH 1/2] pinctrl: samsung: Drop unused S3C24xx driver data Krzysztof Kozlowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).