diff options
author | John Audia <therealgraysky@proton.me> | 2022-09-15 08:07:08 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-09-17 14:16:37 +0200 |
commit | fe209fa47d4f360ed0052e0029ba6b3cf8bc9780 (patch) | |
tree | 325270b59a0f6e0238ddfe499d90727c427ba0bb /target/linux/mpc85xx | |
parent | e785ca05e9f0502894772f5df92192b816ba5d7c (diff) | |
download | upstream-fe209fa47d4f360ed0052e0029ba6b3cf8bc9780.tar.gz upstream-fe209fa47d4f360ed0052e0029ba6b3cf8bc9780.tar.bz2 upstream-fe209fa47d4f360ed0052e0029ba6b3cf8bc9780.zip |
kernel: bump 5.15 to 5.15.68
All patches automatically rebased
Build system: x86_64
Build-tested: bcm2711/RPi4B, mt7622/RT3200
Run-tested: bcm2711/RPi4B, mt7622/RT3200
Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/mpc85xx')
5 files changed, 20 insertions, 40 deletions
diff --git a/target/linux/mpc85xx/patches-5.15/100-powerpc-85xx-tl-wdr4900-v1-support.patch b/target/linux/mpc85xx/patches-5.15/100-powerpc-85xx-tl-wdr4900-v1-support.patch index 76fd6af010..e981ac85e4 100644 --- a/target/linux/mpc85xx/patches-5.15/100-powerpc-85xx-tl-wdr4900-v1-support.patch +++ b/target/linux/mpc85xx/patches-5.15/100-powerpc-85xx-tl-wdr4900-v1-support.patch @@ -17,10 +17,8 @@ Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com> arch/powerpc/platforms/85xx/Makefile | 1 + 4 files changed, 20 insertions(+), 1 deletion(-) -Index: linux-5.15.67/arch/powerpc/boot/Makefile -=================================================================== ---- linux-5.15.67.orig/arch/powerpc/boot/Makefile -+++ linux-5.15.67/arch/powerpc/boot/Makefile +--- a/arch/powerpc/boot/Makefile ++++ b/arch/powerpc/boot/Makefile @@ -162,6 +162,7 @@ src-plat-$(CONFIG_PPC_PSERIES) += pserie src-plat-$(CONFIG_PPC_POWERNV) += pseries-head.S src-plat-$(CONFIG_PPC_IBM_CELL_BLADE) += pseries-head.S @@ -38,10 +36,8 @@ Index: linux-5.15.67/arch/powerpc/boot/Makefile # Board ports in arch/powerpc/platform/86xx/Kconfig image-$(CONFIG_MVME7100) += dtbImage.mvme7100 -Index: linux-5.15.67/arch/powerpc/boot/wrapper -=================================================================== ---- linux-5.15.67.orig/arch/powerpc/boot/wrapper -+++ linux-5.15.67/arch/powerpc/boot/wrapper +--- a/arch/powerpc/boot/wrapper ++++ b/arch/powerpc/boot/wrapper @@ -326,6 +326,11 @@ adder875-redboot) platformo="$object/fixed-head.o $object/redboot-8xx.o" binary=y @@ -54,10 +50,8 @@ Index: linux-5.15.67/arch/powerpc/boot/wrapper simpleboot-*) platformo="$object/fixed-head.o $object/simpleboot.o" binary=y -Index: linux-5.15.67/arch/powerpc/platforms/85xx/Kconfig -=================================================================== ---- linux-5.15.67.orig/arch/powerpc/platforms/85xx/Kconfig -+++ linux-5.15.67/arch/powerpc/platforms/85xx/Kconfig +--- a/arch/powerpc/platforms/85xx/Kconfig ++++ b/arch/powerpc/platforms/85xx/Kconfig @@ -170,6 +170,18 @@ config STX_GP3 select CPM2 select DEFAULT_UIMAGE @@ -77,10 +71,8 @@ Index: linux-5.15.67/arch/powerpc/platforms/85xx/Kconfig config TQM8540 bool "TQ Components TQM8540" help -Index: linux-5.15.67/arch/powerpc/platforms/85xx/Makefile -=================================================================== ---- linux-5.15.67.orig/arch/powerpc/platforms/85xx/Makefile -+++ linux-5.15.67/arch/powerpc/platforms/85xx/Makefile +--- a/arch/powerpc/platforms/85xx/Makefile ++++ b/arch/powerpc/platforms/85xx/Makefile @@ -27,6 +27,7 @@ obj-$(CONFIG_TWR_P102x) += twr_p102x.o obj-$(CONFIG_CORENET_GENERIC) += corenet_generic.o obj-$(CONFIG_FB_FSL_DIU) += t1042rdb_diu.o diff --git a/target/linux/mpc85xx/patches-5.15/102-powerpc-add-cmdline-override.patch b/target/linux/mpc85xx/patches-5.15/102-powerpc-add-cmdline-override.patch index c8803d8428..0d26dc8501 100644 --- a/target/linux/mpc85xx/patches-5.15/102-powerpc-add-cmdline-override.patch +++ b/target/linux/mpc85xx/patches-5.15/102-powerpc-add-cmdline-override.patch @@ -1,7 +1,5 @@ -Index: linux-5.15.67/arch/powerpc/Kconfig -=================================================================== ---- linux-5.15.67.orig/arch/powerpc/Kconfig -+++ linux-5.15.67/arch/powerpc/Kconfig +--- a/arch/powerpc/Kconfig ++++ b/arch/powerpc/Kconfig @@ -915,6 +915,14 @@ config CMDLINE_FORCE endchoice @@ -17,10 +15,8 @@ Index: linux-5.15.67/arch/powerpc/Kconfig config EXTRA_TARGETS string "Additional default image types" help -Index: linux-5.15.67/drivers/of/fdt.c -=================================================================== ---- linux-5.15.67.orig/drivers/of/fdt.c -+++ linux-5.15.67/drivers/of/fdt.c +--- a/drivers/of/fdt.c ++++ b/drivers/of/fdt.c @@ -1162,6 +1162,17 @@ int __init early_init_dt_scan_chosen(uns if (p != NULL && l > 0) strlcat(data, p, min_t(int, strlen(data) + (int)l, COMMAND_LINE_SIZE)); diff --git a/target/linux/mpc85xx/patches-5.15/103-powerpc-85xx-red-15w-rev1.patch b/target/linux/mpc85xx/patches-5.15/103-powerpc-85xx-red-15w-rev1.patch index 574d16d96c..66044878eb 100644 --- a/target/linux/mpc85xx/patches-5.15/103-powerpc-85xx-red-15w-rev1.patch +++ b/target/linux/mpc85xx/patches-5.15/103-powerpc-85xx-red-15w-rev1.patch @@ -1,7 +1,5 @@ -Index: linux-5.15.67/arch/powerpc/platforms/85xx/Kconfig -=================================================================== ---- linux-5.15.67.orig/arch/powerpc/platforms/85xx/Kconfig -+++ linux-5.15.67/arch/powerpc/platforms/85xx/Kconfig +--- a/arch/powerpc/platforms/85xx/Kconfig ++++ b/arch/powerpc/platforms/85xx/Kconfig @@ -173,6 +173,16 @@ config XES_MPC85xx Manufacturer: Extreme Engineering Solutions, Inc. URL: <https://www.xes-inc.com/> @@ -19,10 +17,8 @@ Index: linux-5.15.67/arch/powerpc/platforms/85xx/Kconfig config STX_GP3 bool "Silicon Turnkey Express GP3" help -Index: linux-5.15.67/arch/powerpc/platforms/85xx/Makefile -=================================================================== ---- linux-5.15.67.orig/arch/powerpc/platforms/85xx/Makefile -+++ linux-5.15.67/arch/powerpc/platforms/85xx/Makefile +--- a/arch/powerpc/platforms/85xx/Makefile ++++ b/arch/powerpc/platforms/85xx/Makefile @@ -27,6 +27,7 @@ obj-$(CONFIG_P1023_RDB) += p1023_rdb.o obj-$(CONFIG_TWR_P102x) += twr_p102x.o obj-$(CONFIG_CORENET_GENERIC) += corenet_generic.o diff --git a/target/linux/mpc85xx/patches-5.15/110-gpio-mpc8xxx-Fix-support-for-IRQ_TYPE_LEVEL_LOW-flow.patch b/target/linux/mpc85xx/patches-5.15/110-gpio-mpc8xxx-Fix-support-for-IRQ_TYPE_LEVEL_LOW-flow.patch index 0592da1763..c31649d207 100644 --- a/target/linux/mpc85xx/patches-5.15/110-gpio-mpc8xxx-Fix-support-for-IRQ_TYPE_LEVEL_LOW-flow.patch +++ b/target/linux/mpc85xx/patches-5.15/110-gpio-mpc8xxx-Fix-support-for-IRQ_TYPE_LEVEL_LOW-flow.patch @@ -25,10 +25,8 @@ Signed-off-by: Pali Rohár <pali@kernel.org> drivers/gpio/gpio-mpc8xxx.c | 1 + 1 file changed, 1 insertion(+) -Index: linux-5.15.67/drivers/gpio/gpio-mpc8xxx.c -=================================================================== ---- linux-5.15.67.orig/drivers/gpio/gpio-mpc8xxx.c -+++ linux-5.15.67/drivers/gpio/gpio-mpc8xxx.c +--- a/drivers/gpio/gpio-mpc8xxx.c ++++ b/drivers/gpio/gpio-mpc8xxx.c @@ -172,6 +172,7 @@ static int mpc8xxx_irq_set_type(struct i switch (flow_type) { diff --git a/target/linux/mpc85xx/patches-5.15/900-powerpc-bootwrapper-disable-uImage-generation.patch b/target/linux/mpc85xx/patches-5.15/900-powerpc-bootwrapper-disable-uImage-generation.patch index a021db000d..c81ab7fcc2 100644 --- a/target/linux/mpc85xx/patches-5.15/900-powerpc-bootwrapper-disable-uImage-generation.patch +++ b/target/linux/mpc85xx/patches-5.15/900-powerpc-bootwrapper-disable-uImage-generation.patch @@ -14,10 +14,8 @@ Signed-off-by: David Bauer <mail@david-bauer.net> arch/powerpc/boot/Makefile | 9 --------- 1 file changed, 9 deletions(-) -Index: linux-5.15.67/arch/powerpc/boot/Makefile -=================================================================== ---- linux-5.15.67.orig/arch/powerpc/boot/Makefile -+++ linux-5.15.67/arch/powerpc/boot/Makefile +--- a/arch/powerpc/boot/Makefile ++++ b/arch/powerpc/boot/Makefile @@ -271,7 +271,6 @@ image-$(CONFIG_PPC_CHRP) += zImage.chrp image-$(CONFIG_PPC_EFIKA) += zImage.chrp image-$(CONFIG_PPC_PMAC) += zImage.pmac |