|
|
@@ -1,7 +1,7 @@
|
|
|
-From 21cb14f3e6d12d666a9ec0fd7cc01d722b04e514 Mon Sep 17 00:00:00 2001
|
|
|
+From 1c8ace2d0725c1c8d5012f8a56c5fb31805aad27 Mon Sep 17 00:00:00 2001
|
|
|
From: Lorenzo Bianconi <[email protected]>
|
|
|
-Date: Wed, 16 Oct 2024 12:07:33 +0200
|
|
|
-Subject: [PATCH 1/2] pinctrl: airoha: Add support for EN7581 SoC
|
|
|
+Date: Wed, 23 Oct 2024 01:20:05 +0200
|
|
|
+Subject: [PATCH] pinctrl: airoha: Add support for EN7581 SoC
|
|
|
|
|
|
Introduce pinctrl driver for EN7581 SoC. Current EN7581 pinctrl driver
|
|
|
supports the following functionalities:
|
|
|
@@ -15,8 +15,10 @@ Tested-by: Benjamin Larsson <[email protected]>
|
|
|
Co-developed-by: Benjamin Larsson <[email protected]>
|
|
|
Signed-off-by: Benjamin Larsson <[email protected]>
|
|
|
Reviewed-by: Linus Walleij <[email protected]>
|
|
|
-Signed-off-by: Lorenzo Bianconi <[email protected]>
|
|
|
Reviewed-by: AngeloGioacchino Del Regno <[email protected]>
|
|
|
+Signed-off-by: Lorenzo Bianconi <[email protected]>
|
|
|
+Link: https://lore.kernel.org/[email protected]
|
|
|
+Signed-off-by: Linus Walleij <[email protected]>
|
|
|
---
|
|
|
MAINTAINERS | 7 +
|
|
|
drivers/pinctrl/mediatek/Kconfig | 17 +-
|
|
|
@@ -25,24 +27,22 @@ Reviewed-by: AngeloGioacchino Del Regno <[email protected]
|
|
|
4 files changed, 2994 insertions(+), 1 deletion(-)
|
|
|
create mode 100644 drivers/pinctrl/mediatek/pinctrl-airoha.c
|
|
|
|
|
|
-# diff --git a/MAINTAINERS b/MAINTAINERS
|
|
|
-# index 8a6ea49e1a9d..ca4a78737dc6 100644
|
|
|
-# --- a/MAINTAINERS
|
|
|
-# +++ b/MAINTAINERS
|
|
|
-# @@ -18331,6 +18331,13 @@ F: drivers/pinctrl/
|
|
|
-# F: include/dt-bindings/pinctrl/
|
|
|
-# F: include/linux/pinctrl/
|
|
|
+--- a/MAINTAINERS
|
|
|
++++ b/MAINTAINERS
|
|
|
+@@ -16870,6 +16870,13 @@ F: drivers/pinctrl/
|
|
|
+ F: include/dt-bindings/pinctrl/
|
|
|
+ F: include/linux/pinctrl/
|
|
|
|
|
|
-# +PIN CONTROLLER - AIROHA
|
|
|
-# +M: Lorenzo Bianconi <[email protected]>
|
|
|
-# +L: [email protected] (moderated for non-subscribers)
|
|
|
-# +S: Maintained
|
|
|
-# +F: Documentation/devicetree/bindings/pinctrl/airoha,en7581-pinctrl.yaml
|
|
|
-# +F: drivers/pinctrl/mediatek/pinctrl-airoha.c
|
|
|
-# +
|
|
|
-# PIN CONTROLLER - AMD
|
|
|
-# M: Basavaraj Natikar <[email protected]>
|
|
|
-# M: Shyam Sundar S K <[email protected]>
|
|
|
++PIN CONTROLLER - AIROHA
|
|
|
++M: Lorenzo Bianconi <[email protected]>
|
|
|
++L: [email protected] (moderated for non-subscribers)
|
|
|
++S: Maintained
|
|
|
++F: Documentation/devicetree/bindings/pinctrl/airoha,en7581-pinctrl.yaml
|
|
|
++F: drivers/pinctrl/mediatek/pinctrl-airoha.c
|
|
|
++
|
|
|
+ PIN CONTROLLER - AMD
|
|
|
+ M: Basavaraj Natikar <[email protected]>
|
|
|
+ M: Shyam Sundar S K <[email protected]>
|
|
|
--- a/drivers/pinctrl/mediatek/Kconfig
|
|
|
+++ b/drivers/pinctrl/mediatek/Kconfig
|
|
|
@@ -1,6 +1,6 @@
|