Skip to content

Commit fa6e4bb

Browse files
The-goingigorpecovnik
authored andcommitted
sunxi=6.12: re-extracting megous patches
1 parent c25d079 commit fa6e4bb

12 files changed

+37
-1007
lines changed

patch/kernel/archive/sunxi-6.12/patches.megous/ASoC-ec25-New-codec-driver-for-the-EC25-modem.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 2a82156c12d9eb10f0f4591c65b4fb9cedb49d47 Mon Sep 17 00:00:00 2001
1+
From e09b611829829f817a79e3feb10fec2252922f81 Mon Sep 17 00:00:00 2001
22
From: Samuel Holland <[email protected]>
33
Date: Fri, 25 Sep 2020 21:42:52 -0500
44
Subject: ASoC: ec25: New codec driver for the EC25 modem
@@ -16,10 +16,10 @@ Signed-off-by: Samuel Holland <[email protected]>
1616
create mode 100644 sound/soc/codecs/ec25.c
1717

1818
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
19-
index 7092842480ef..602a815dfaee 100644
19+
index 6a72561c4189..d44196e801c4 100644
2020
--- a/sound/soc/codecs/Kconfig
2121
+++ b/sound/soc/codecs/Kconfig
22-
@@ -1125,6 +1125,9 @@ config SND_SOC_HDMI_CODEC
22+
@@ -1124,6 +1124,9 @@ config SND_SOC_HDMI_CODEC
2323
select SND_PCM_IEC958
2424
select HDMI
2525

@@ -30,7 +30,7 @@ index 7092842480ef..602a815dfaee 100644
3030
tristate "Everest Semi ES7134 CODEC"
3131

3232
diff --git a/sound/soc/codecs/Makefile b/sound/soc/codecs/Makefile
33-
index 54cbc3feae32..76db4d730730 100644
33+
index 69cb0b39f220..3d06bbc2dca9 100644
3434
--- a/sound/soc/codecs/Makefile
3535
+++ b/sound/soc/codecs/Makefile
3636
@@ -120,6 +120,7 @@ snd-soc-da7219-y := da7219.o da7219-aad.o

patch/kernel/archive/sunxi-6.12/patches.megous/Add-README.md-with-information-and-u-boot-patches.patch

Lines changed: 0 additions & 215 deletions
This file was deleted.

patch/kernel/archive/sunxi-6.12/patches.megous/cpufreq-sun50i-Show-detected-CPU-bin-for-easier-debugging.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
1+
From 8bb2d91bd36f4e447c323c0017cce6f18189b36d Mon Sep 17 00:00:00 2001
22
From: =?UTF-8?q?Ond=C5=99ej=20Jirman?= <[email protected]>
33
Date: Thu, 31 Oct 2019 18:31:32 +0100
44
Subject: cpufreq: sun50i: Show detected CPU bin, for easier debugging
@@ -12,10 +12,10 @@ Signed-off-by: Ondrej Jirman <[email protected]>
1212
1 file changed, 2 insertions(+)
1313

1414
diff --git a/drivers/cpufreq/sun50i-cpufreq-nvmem.c b/drivers/cpufreq/sun50i-cpufreq-nvmem.c
15-
index 111111111111..222222222222 100644
15+
index 0599dbf851eb..b054ec1bf2d0 100644
1616
--- a/drivers/cpufreq/sun50i-cpufreq-nvmem.c
1717
+++ b/drivers/cpufreq/sun50i-cpufreq-nvmem.c
18-
@@ -235,6 +235,8 @@ static int sun50i_cpufreq_nvmem_probe(struct platform_device *pdev)
18+
@@ -241,6 +241,8 @@ static int sun50i_cpufreq_nvmem_probe(struct platform_device *pdev)
1919
snprintf(name, sizeof(name), "speed%d", speed);
2020
config.prop_name = name;
2121

@@ -25,5 +25,5 @@ index 111111111111..222222222222 100644
2525
struct device *cpu_dev = get_cpu_device(cpu);
2626

2727
--
28-
Armbian
28+
2.35.3
2929

0 commit comments

Comments
 (0)