aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/oxnas/patches-5.4/150-oxnas-restart.patch
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2021-10-09 16:44:01 +0100
committerDaniel Golle <daniel@makrotopia.org>2021-10-09 16:48:45 +0100
commit7ab94288e052ad17cbbed5c78a5e7194b0cfa116 (patch)
treea564f5b9116a90f9c92718d202bf3defdfee88b9 /target/linux/oxnas/patches-5.4/150-oxnas-restart.patch
parent401d7ebf2c9bdcc7c1e24900ed9f8acf87d932c8 (diff)
downloadupstream-7ab94288e052ad17cbbed5c78a5e7194b0cfa116.tar.gz
upstream-7ab94288e052ad17cbbed5c78a5e7194b0cfa116.tar.bz2
upstream-7ab94288e052ad17cbbed5c78a5e7194b0cfa116.zip
oxnas: switch to Linux 5.10
Linux 5.10 has been there as testing kernel for a while now. Do the switch and drop config and patches for Linux 5.4. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/oxnas/patches-5.4/150-oxnas-restart.patch')
-rw-r--r--target/linux/oxnas/patches-5.4/150-oxnas-restart.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/target/linux/oxnas/patches-5.4/150-oxnas-restart.patch b/target/linux/oxnas/patches-5.4/150-oxnas-restart.patch
deleted file mode 100644
index 79fbd9cdbe..0000000000
--- a/target/linux/oxnas/patches-5.4/150-oxnas-restart.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- a/drivers/power/reset/Kconfig
-+++ b/drivers/power/reset/Kconfig
-@@ -123,6 +123,12 @@ config POWER_RESET_OCELOT_RESET
- help
- This driver supports restart for Microsemi Ocelot SoC.
-
-+config POWER_RESET_OXNAS
-+ bool "OXNAS SoC restart driver"
-+ depends on ARCH_OXNAS
-+ help
-+ Restart support for OXNAS boards.
-+
- config POWER_RESET_PIIX4_POWEROFF
- tristate "Intel PIIX4 power-off driver"
- depends on PCI
---- a/drivers/power/reset/Makefile
-+++ b/drivers/power/reset/Makefile
-@@ -11,6 +11,7 @@ obj-$(CONFIG_POWER_RESET_GPIO) += gpio-p
- obj-$(CONFIG_POWER_RESET_GPIO_RESTART) += gpio-restart.o
- obj-$(CONFIG_POWER_RESET_HISI) += hisi-reboot.o
- obj-$(CONFIG_POWER_RESET_MSM) += msm-poweroff.o
-+obj-$(CONFIG_POWER_RESET_OXNAS) += oxnas-restart.o
- obj-$(CONFIG_POWER_RESET_QCOM_PON) += qcom-pon.o
- obj-$(CONFIG_POWER_RESET_OCELOT_RESET) += ocelot-reset.o
- obj-$(CONFIG_POWER_RESET_PIIX4_POWEROFF) += piix4-poweroff.o