-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sunxi-6.10: Delete unused patches and add newly extracted patches.
The patches in the series were applied to the Linux kernel git repository as the "git am" command. And then re-extracted to the target patches.armbian folder using the tools/mk_format_patch script. In this case, the series.armbian file is created anew and all patches in the series strictly correspond to this list. I.e. unused ones will be deleted. The name of the patch file will match the string "Subject:". Signed-off-by: The-going <[email protected]>
- Loading branch information
Showing
118 changed files
with
1,331 additions
and
8,318 deletions.
There are no files selected for viewing
31 changes: 31 additions & 0 deletions
31
...chive/sunxi-6.10/patches.armbian/ARM-dts-sun8i-nanopiduo2-Use-key-0-as-power-button.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
From c2c61310e4f328da39cabdae74cc8a08dc2d4150 Mon Sep 17 00:00:00 2001 | ||
From: Gunjan Gupta <[email protected]> | ||
Date: Mon, 26 Jun 2023 13:29:46 +0000 | ||
Subject: ARM: dts: sun8i: nanopiduo2: Use key-0 as power button | ||
|
||
The onboard button key-0 was not marked as power button. This meant | ||
that once the board was suspended, there was no way to bring it back | ||
to life. Mark key-0 as power button so that it can be used to bring | ||
the board back to life | ||
--- | ||
arch/arm/boot/dts/allwinner/sun8i-h3-nanopi-duo2.dts | 3 ++- | ||
1 file changed, 2 insertions(+), 1 deletion(-) | ||
|
||
diff --git a/arch/arm/boot/dts/allwinner/sun8i-h3-nanopi-duo2.dts b/arch/arm/boot/dts/allwinner/sun8i-h3-nanopi-duo2.dts | ||
index 2b0566d4b386..5b6de5637b0f 100644 | ||
--- a/arch/arm/boot/dts/allwinner/sun8i-h3-nanopi-duo2.dts | ||
+++ b/arch/arm/boot/dts/allwinner/sun8i-h3-nanopi-duo2.dts | ||
@@ -42,8 +42,9 @@ gpio-keys { | ||
|
||
key-0 { | ||
label = "k1"; | ||
- linux,code = <BTN_0>; | ||
+ linux,code = <KEY_POWER>; | ||
gpios = <&r_pio 0 3 GPIO_ACTIVE_LOW>; /* PL3 */ | ||
+ wakeup-source; | ||
}; | ||
}; | ||
|
||
-- | ||
2.35.3 | ||
|
31 changes: 31 additions & 0 deletions
31
.../kernel/archive/sunxi-6.10/patches.armbian/ARM-dts-sun8i-nanopiduo2-enable-ethernet.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
From f2064f53dc7f57e4e07a98ec77e5052b19899d6b Mon Sep 17 00:00:00 2001 | ||
From: Gunjan Gupta <[email protected]> | ||
Date: Mon, 26 Jun 2023 13:53:14 +0000 | ||
Subject: ARM: dts: sun8i: nanopiduo2: enable ethernet | ||
|
||
NanoPi Duo2 has pinout for ethernet. Lets enable the same in dts | ||
--- | ||
arch/arm/boot/dts/allwinner/sun8i-h3-nanopi-duo2.dts | 7 +++++++ | ||
1 file changed, 7 insertions(+) | ||
|
||
diff --git a/arch/arm/boot/dts/allwinner/sun8i-h3-nanopi-duo2.dts b/arch/arm/boot/dts/allwinner/sun8i-h3-nanopi-duo2.dts | ||
index 5b6de5637b0f..c069cb6da85d 100644 | ||
--- a/arch/arm/boot/dts/allwinner/sun8i-h3-nanopi-duo2.dts | ||
+++ b/arch/arm/boot/dts/allwinner/sun8i-h3-nanopi-duo2.dts | ||
@@ -105,6 +105,13 @@ &ehci0 { | ||
status = "okay"; | ||
}; | ||
|
||
+&emac { | ||
+ phy-handle = <&int_mii_phy>; | ||
+ phy-mode = "mii"; | ||
+ allwinner,leds-active-low; | ||
+ status = "okay"; | ||
+}; | ||
+ | ||
&mmc0 { | ||
bus-width = <4>; | ||
cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>; /* PF6 */ | ||
-- | ||
2.35.3 | ||
|
42 changes: 42 additions & 0 deletions
42
...chive/sunxi-6.10/patches.armbian/ARM64-dts-sun50i-h616-BigTreeTech-CB1-Enable-EMAC1.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
From 44e2ed7e9aa6ee3e0b0c7ae520463ebdc29a87c5 Mon Sep 17 00:00:00 2001 | ||
From: JohnTheCoolingFan <[email protected]> | ||
Date: Thu, 13 Jun 2024 11:50:55 +0000 | ||
Subject: ARM64: dts: sun50i-h616: BigTreeTech CB1: Enable EMAC1 | ||
|
||
Signed-off-by: JohnTheCoolingFan <[email protected]> | ||
--- | ||
.../allwinner/sun50i-h616-bigtreetech-cb1.dtsi | 18 ++++++++++++++++++ | ||
1 file changed, 18 insertions(+) | ||
|
||
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h616-bigtreetech-cb1.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-h616-bigtreetech-cb1.dtsi | ||
index 853a0533c868..2022990e4bc0 100644 | ||
--- a/arch/arm64/boot/dts/allwinner/sun50i-h616-bigtreetech-cb1.dtsi | ||
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h616-bigtreetech-cb1.dtsi | ||
@@ -149,6 +149,24 @@ &cpu0 { | ||
cpu-supply = <®_dcdc2>; | ||
}; | ||
|
||
+&emac1 { | ||
+ pinctrl-names = "default"; | ||
+ pinctrl-0 = <&rmii_pins>; | ||
+ phy-mode = "rmii"; | ||
+ phy-handle = <&rmii_phy>; | ||
+ phy-supply = <®_dldo1>; | ||
+ allwinner,rx-delay-ps = <3100>; | ||
+ allwinner,tx-delay-ps = <700>; | ||
+ status = "okay"; | ||
+}; | ||
+ | ||
+&mdio1 { | ||
+ rmii_phy: ethernet-phy@1 { | ||
+ compatible = "ethernet-phy-ieee802.3-c22"; | ||
+ reg = <1>; | ||
+ }; | ||
+}; | ||
+ | ||
&mmc0 { | ||
vmmc-supply = <®_dldo1>; | ||
broken-cd; | ||
-- | ||
2.35.3 | ||
|
57 changes: 57 additions & 0 deletions
57
...rchive/sunxi-6.10/patches.armbian/ARM64-dts-sun50i-h616-BigTreeTech-CB1-Enable-HDMI.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
From 3050dec5c81cb295c449f3ec3ce921293c096728 Mon Sep 17 00:00:00 2001 | ||
From: JohnTheCoolingFan <[email protected]> | ||
Date: Thu, 13 Jun 2024 11:07:35 +0000 | ||
Subject: ARM64: dts: sun50i-h616: BigTreeTech CB1: Enable HDMI | ||
|
||
Signed-off-by: JohnTheCoolingFan <[email protected]> | ||
--- | ||
.../sun50i-h616-bigtreetech-cb1.dtsi | 26 +++++++++++++++++++ | ||
1 file changed, 26 insertions(+) | ||
|
||
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h616-bigtreetech-cb1.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-h616-bigtreetech-cb1.dtsi | ||
index 0da8f2e6e3d4..853a0533c868 100644 | ||
--- a/arch/arm64/boot/dts/allwinner/sun50i-h616-bigtreetech-cb1.dtsi | ||
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h616-bigtreetech-cb1.dtsi | ||
@@ -26,6 +26,17 @@ chosen { | ||
stdout-path = "serial0:115200n8"; | ||
}; | ||
|
||
+ connector { | ||
+ compatible = "hdmi-connector"; | ||
+ type = "d"; | ||
+ | ||
+ port { | ||
+ hdmi_con_in: endpoint { | ||
+ remote-endpoint = <&hdmi_out_con>; | ||
+ }; | ||
+ }; | ||
+ }; | ||
+ | ||
leds { | ||
compatible = "gpio-leds"; | ||
|
||
@@ -262,6 +273,21 @@ reg_dldo1: dldo1 { | ||
}; | ||
}; | ||
|
||
+&de { | ||
+ status = "okay"; | ||
+}; | ||
+ | ||
+&hdmi { | ||
+ hvcc-supply = <®_aldo1>; | ||
+ status = "okay"; | ||
+}; | ||
+ | ||
+&hdmi_out { | ||
+ hdmi_out_con: endpoint { | ||
+ remote-endpoint = <&hdmi_con_in>; | ||
+ }; | ||
+}; | ||
+ | ||
&cpu0 { | ||
cpu-supply = <®_dcdc2>; | ||
status = "okay"; | ||
-- | ||
2.35.3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From 6e5bb89a202cee80bdd9c4289bd294cacca68829 Mon Sep 17 00:00:00 2001 | ||
From: Jernej Skrabec <[email protected]> | ||
Date: Thu, 1 Sep 2022 17:36:53 +0200 | ||
Subject: ASoC: AC200: Initial driver | ||
|
@@ -7,8 +7,9 @@ Signed-off-by: Jernej Skrabec <[email protected]> | |
--- | ||
sound/soc/codecs/Kconfig | 10 + | ||
sound/soc/codecs/Makefile | 2 + | ||
sound/soc/codecs/ac200.c | 774 ++++++++++ | ||
sound/soc/codecs/ac200.c | 774 ++++++++++++++++++++++++++++++++++++++ | ||
3 files changed, 786 insertions(+) | ||
create mode 100644 sound/soc/codecs/ac200.c | ||
|
||
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig | ||
index beae7bf571b4..485e52babfe9 100644 | ||
|
@@ -839,5 +840,5 @@ index 000000000000..113a45408116 | |
+MODULE_AUTHOR("Jernej Skrabec <[email protected]>"); | ||
+MODULE_LICENSE("GPL"); | ||
-- | ||
Armbian | ||
2.35.3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From 329a85b6b0e78cb8acb3404ea0fcf289a42a18da Mon Sep 17 00:00:00 2001 | ||
From: afaulkner420 <[email protected]> | ||
Date: Fri, 25 Mar 2022 19:28:00 +0000 | ||
Subject: Add dump_reg and sunxi-sysinfo drivers | ||
|
@@ -8,13 +8,21 @@ Subject: Add dump_reg and sunxi-sysinfo drivers | |
drivers/char/Makefile | 2 + | ||
drivers/char/dump_reg/Kconfig | 21 + | ||
drivers/char/dump_reg/Makefile | 2 + | ||
drivers/char/dump_reg/dump_reg.c | 888 ++++++++++ | ||
drivers/char/dump_reg/dump_reg.h | 132 ++ | ||
drivers/char/dump_reg/dump_reg_misc.c | 209 +++ | ||
drivers/char/dump_reg/dump_reg.c | 888 +++++++++++++++++++++ | ||
drivers/char/dump_reg/dump_reg.h | 132 +++ | ||
drivers/char/dump_reg/dump_reg_misc.c | 209 +++++ | ||
drivers/char/sunxi-sysinfo/Kconfig | 10 + | ||
drivers/char/sunxi-sysinfo/Makefile | 5 + | ||
drivers/char/sunxi-sysinfo/sunxi-sysinfo.c | 177 ++ | ||
drivers/char/sunxi-sysinfo/sunxi-sysinfo.c | 177 ++++ | ||
10 files changed, 1448 insertions(+) | ||
create mode 100644 drivers/char/dump_reg/Kconfig | ||
create mode 100644 drivers/char/dump_reg/Makefile | ||
create mode 100644 drivers/char/dump_reg/dump_reg.c | ||
create mode 100644 drivers/char/dump_reg/dump_reg.h | ||
create mode 100644 drivers/char/dump_reg/dump_reg_misc.c | ||
create mode 100644 drivers/char/sunxi-sysinfo/Kconfig | ||
create mode 100644 drivers/char/sunxi-sysinfo/Makefile | ||
create mode 100644 drivers/char/sunxi-sysinfo/sunxi-sysinfo.c | ||
|
||
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig | ||
index 7c8dd0abcfdf..aaa164708947 100644 | ||
|
@@ -1539,5 +1547,5 @@ index 000000000000..a5b4e6c0b578 | |
+MODULE_AUTHOR("xiafeng<[email protected]>"); | ||
+MODULE_DESCRIPTION("sunxi sys info."); | ||
-- | ||
Armbian | ||
2.35.3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From 9737d174f06271720d7b595429deb8f7d79038e5 Mon Sep 17 00:00:00 2001 | ||
From: afaulkner420 <[email protected]> | ||
Date: Fri, 25 Mar 2022 20:18:18 +0000 | ||
Subject: Add sunxi-addr driver - Used to fix uwe5622 bluetooth MAC addresses | ||
|
@@ -8,9 +8,13 @@ Subject: Add sunxi-addr driver - Used to fix uwe5622 bluetooth MAC addresses | |
drivers/misc/Makefile | 1 + | ||
drivers/misc/sunxi-addr/Kconfig | 6 + | ||
drivers/misc/sunxi-addr/Makefile | 5 + | ||
drivers/misc/sunxi-addr/sha256.c | 178 +++++ | ||
drivers/misc/sunxi-addr/sunxi-addr.c | 357 ++++++++++ | ||
drivers/misc/sunxi-addr/sha256.c | 178 +++++++++++++ | ||
drivers/misc/sunxi-addr/sunxi-addr.c | 357 +++++++++++++++++++++++++++ | ||
6 files changed, 548 insertions(+) | ||
create mode 100644 drivers/misc/sunxi-addr/Kconfig | ||
create mode 100644 drivers/misc/sunxi-addr/Makefile | ||
create mode 100644 drivers/misc/sunxi-addr/sha256.c | ||
create mode 100644 drivers/misc/sunxi-addr/sunxi-addr.c | ||
|
||
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig | ||
index c702600975ef..c4aea8d109c6 100644 | ||
|
@@ -602,5 +606,5 @@ index 000000000000..f4f2dcecbb48 | |
+MODULE_DESCRIPTION("Network MAC Addess Manager"); | ||
+MODULE_LICENSE("GPL"); | ||
-- | ||
Armbian | ||
2.35.3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From 0962f796fa17dc3477c6b7ea8190fd606af35d9b Mon Sep 17 00:00:00 2001 | ||
From: Gunjan Gupta <[email protected]> | ||
Date: Tue, 19 Sep 2023 11:06:01 +0000 | ||
Subject: Add wifi nodes for Inovato Quadra | ||
|
||
--- | ||
arch/arm64/boot/dts/allwinner/Makefile | 1 + | ||
arch/arm64/boot/dts/allwinner/sun50i-h6-inovato-quadra.dts | 56 ++++++++++ | ||
arch/arm64/boot/dts/allwinner/Makefile | 1 + | ||
.../allwinner/sun50i-h6-inovato-quadra.dts | 56 +++++++++++++++++++ | ||
2 files changed, 57 insertions(+) | ||
create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-h6-inovato-quadra.dts | ||
|
||
diff --git a/arch/arm64/boot/dts/allwinner/Makefile b/arch/arm64/boot/dts/allwinner/Makefile | ||
index a90155cb6c57..abd85a78bfb9 100644 | ||
index fe3b5da4b57a..7c63cb1fcc48 100644 | ||
--- a/arch/arm64/boot/dts/allwinner/Makefile | ||
+++ b/arch/arm64/boot/dts/allwinner/Makefile | ||
@@ -50,6 +50,7 @@ dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h6-orangepi-one-plus.dtb | ||
|
@@ -83,5 +84,5 @@ index 000000000000..551ad69f18a6 | |
+ post-power-on-delay-ms = <0xc8>; | ||
+}; | ||
-- | ||
Armbian | ||
2.35.3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From c7d4dd67cdd449de56147841d0de25ca870d479c Mon Sep 17 00:00:00 2001 | ||
From: Icenowy Zheng <[email protected]> | ||
Date: Mon, 25 Dec 2017 12:08:01 +0800 | ||
Subject: Doc:dt-bindings:usb: add binding for DWC3 controller on Allwinner SoC | ||
|
@@ -9,8 +9,9 @@ Add its device tree binding document. | |
|
||
Signed-off-by: Icenowy Zheng <[email protected]> | ||
--- | ||
Documentation/devicetree/bindings/usb/allwinner,dwc3.txt | 39 ++++++++++ | ||
.../bindings/usb/allwinner,dwc3.txt | 39 +++++++++++++++++++ | ||
1 file changed, 39 insertions(+) | ||
create mode 100644 Documentation/devicetree/bindings/usb/allwinner,dwc3.txt | ||
|
||
diff --git a/Documentation/devicetree/bindings/usb/allwinner,dwc3.txt b/Documentation/devicetree/bindings/usb/allwinner,dwc3.txt | ||
new file mode 100644 | ||
|
@@ -58,5 +59,5 @@ index 000000000000..3f7714636785 | |
+ }; | ||
+ }; | ||
-- | ||
Armbian | ||
2.35.3 | ||
|
Oops, something went wrong.