mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 07:46:48 +00:00
x86: 6.6: refresh patches
Refresh kernel patches. Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
This commit is contained in:
parent
391c5089be
commit
9e6fe7ddd2
@ -63,7 +63,7 @@ Sighed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
|
||||
|
||||
--- a/drivers/platform/x86/Kconfig
|
||||
+++ b/drivers/platform/x86/Kconfig
|
||||
@@ -698,7 +698,7 @@ config XO1_RFKILL
|
||||
@@ -707,7 +707,7 @@ config XO1_RFKILL
|
||||
laptop.
|
||||
|
||||
config PCENGINES_APU2
|
||||
@ -72,7 +72,7 @@ Sighed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
|
||||
depends on INPUT && INPUT_KEYBOARD && GPIOLIB
|
||||
depends on LEDS_CLASS
|
||||
select GPIO_AMD_FCH
|
||||
@@ -706,7 +706,7 @@ config PCENGINES_APU2
|
||||
@@ -715,7 +715,7 @@ config PCENGINES_APU2
|
||||
select LEDS_GPIO
|
||||
help
|
||||
This driver provides support for the front button and LEDs on
|
||||
@ -264,7 +264,7 @@ Sighed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
|
||||
return -ENODEV;
|
||||
}
|
||||
|
||||
@@ -288,8 +374,12 @@ module_init(apu_board_init);
|
||||
@@ -288,7 +374,7 @@ module_init(apu_board_init);
|
||||
module_exit(apu_board_exit);
|
||||
|
||||
MODULE_AUTHOR("Enrico Weigelt, metux IT consult <info@metux.net>");
|
||||
@ -272,9 +272,4 @@ Sighed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
|
||||
+MODULE_DESCRIPTION("PC Engines APUv2-6 board GPIO/LEDs/keys driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_DEVICE_TABLE(dmi, apu_gpio_dmi_table);
|
||||
MODULE_ALIAS("platform:pcengines-apuv2");
|
||||
+MODULE_ALIAS("platform:pcengines-apuv3");
|
||||
+MODULE_ALIAS("platform:pcengines-apuv4");
|
||||
+MODULE_ALIAS("platform:pcengines-apuv5");
|
||||
+MODULE_ALIAS("platform:pcengines-apuv6");
|
||||
MODULE_SOFTDEP("pre: platform:" AMD_FCH_GPIO_DRIVER_NAME " platform:leds-gpio platform:gpio_keys_polled");
|
||||
|
Loading…
Reference in New Issue
Block a user