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