forked from coolsnowwolf/lede
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kernel version sync to openwrt-18.06
- Loading branch information
1 parent
94c038b
commit 701cc08
Showing
137 changed files
with
826 additions
and
1,501 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -44,7 +44,7 @@ Signed-off-by: Christian Lamparter <[email protected]> | |
|
||
#include "xhci.h" | ||
#include "xhci-trace.h" | ||
@@ -241,6 +243,458 @@ static void xhci_pme_acpi_rtd3_enable(st | ||
@@ -244,6 +246,458 @@ static void xhci_pme_acpi_rtd3_enable(st | ||
static void xhci_pme_acpi_rtd3_enable(struct pci_dev *dev) { } | ||
#endif /* CONFIG_ACPI */ | ||
|
||
|
@@ -503,7 +503,7 @@ Signed-off-by: Christian Lamparter <[email protected]> | |
/* called during probe() after chip reset completes */ | ||
static int xhci_pci_setup(struct usb_hcd *hcd) | ||
{ | ||
@@ -276,6 +730,22 @@ static int xhci_pci_probe(struct pci_dev | ||
@@ -279,6 +733,22 @@ static int xhci_pci_probe(struct pci_dev | ||
struct hc_driver *driver; | ||
struct usb_hcd *hcd; | ||
|
||
|
@@ -526,7 +526,7 @@ Signed-off-by: Christian Lamparter <[email protected]> | |
driver = (struct hc_driver *)id->driver_data; | ||
|
||
/* For some HW implementation, a XHCI reset is just not enough... */ | ||
@@ -340,6 +810,16 @@ static void xhci_pci_remove(struct pci_d | ||
@@ -343,6 +813,16 @@ static void xhci_pci_remove(struct pci_d | ||
{ | ||
struct xhci_hcd *xhci; | ||
|
||
|
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
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
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
2 changes: 1 addition & 1 deletion
2
target/linux/ar71xx/patches-4.9/433-spi-rb4xx-cpld-driver.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
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
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
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
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 |
---|---|---|
|
@@ -8,11 +8,9 @@ Signed-off-by: John Crispin <[email protected]> | |
drivers/tty/serial/Kconfig | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig | ||
index 3682fd3e960c..c92bd969bbf9 100644 | ||
--- a/drivers/tty/serial/Kconfig | ||
+++ b/drivers/tty/serial/Kconfig | ||
@@ -1469,7 +1469,7 @@ config SERIAL_XILINX_PS_UART_CONSOLE | ||
@@ -1463,7 +1463,7 @@ config SERIAL_XILINX_PS_UART_CONSOLE | ||
|
||
config SERIAL_AR933X | ||
tristate "AR933X serial port support" | ||
|
@@ -21,6 +19,3 @@ index 3682fd3e960c..c92bd969bbf9 100644 | |
select SERIAL_CORE | ||
help | ||
If you have an Atheros AR933X SOC based board and want to use the | ||
-- | ||
2.11.0 | ||
|
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 |
---|---|---|
|
@@ -11,11 +11,9 @@ Signed-off-by: John Crispin <[email protected]> | |
drivers/watchdog/ath79_wdt.c | 8 ++++++-- | ||
1 file changed, 6 insertions(+), 2 deletions(-) | ||
|
||
diff --git a/drivers/watchdog/ath79_wdt.c b/drivers/watchdog/ath79_wdt.c | ||
index e2209bf5fa8a..c2fc6c3d0092 100644 | ||
--- a/drivers/watchdog/ath79_wdt.c | ||
+++ b/drivers/watchdog/ath79_wdt.c | ||
@@ -115,10 +115,14 @@ static inline void ath79_wdt_disable(void) | ||
@@ -115,10 +115,14 @@ static inline void ath79_wdt_disable(voi | ||
|
||
static int ath79_wdt_set_timeout(int val) | ||
{ | ||
|
@@ -32,6 +30,3 @@ index e2209bf5fa8a..c2fc6c3d0092 100644 | |
ath79_wdt_keepalive(); | ||
|
||
return 0; | ||
-- | ||
2.11.0 | ||
|
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 |
---|---|---|
|
@@ -11,10 +11,8 @@ Signed-off-by: John Crispin <[email protected]> | |
3 files changed, 149 insertions(+) | ||
create mode 100644 drivers/leds/leds-reset.c | ||
|
||
Index: linux-4.14.32/drivers/leds/Kconfig | ||
=================================================================== | ||
--- linux-4.14.32.orig/drivers/leds/Kconfig | ||
+++ linux-4.14.32/drivers/leds/Kconfig | ||
--- a/drivers/leds/Kconfig | ||
+++ b/drivers/leds/Kconfig | ||
@@ -696,6 +696,17 @@ config LEDS_NIC78BX | ||
To compile this driver as a module, choose M here: the module | ||
will be called leds-nic78bx. | ||
|
@@ -33,10 +31,8 @@ Index: linux-4.14.32/drivers/leds/Kconfig | |
comment "LED Triggers" | ||
source "drivers/leds/trigger/Kconfig" | ||
|
||
Index: linux-4.14.32/drivers/leds/leds-reset.c | ||
=================================================================== | ||
--- /dev/null | ||
+++ linux-4.14.32/drivers/leds/leds-reset.c | ||
+++ b/drivers/leds/leds-reset.c | ||
@@ -0,0 +1,137 @@ | ||
+/* | ||
+ * Copyright (C) 2018 John Crispin <[email protected]> | ||
|
@@ -175,10 +171,8 @@ Index: linux-4.14.32/drivers/leds/leds-reset.c | |
+MODULE_DESCRIPTION("reset controller LED driver"); | ||
+MODULE_LICENSE("GPL"); | ||
+MODULE_ALIAS("platform:leds-reset"); | ||
Index: linux-4.14.32/drivers/leds/Makefile | ||
=================================================================== | ||
--- linux-4.14.32.orig/drivers/leds/Makefile | ||
+++ linux-4.14.32/drivers/leds/Makefile | ||
--- a/drivers/leds/Makefile | ||
+++ b/drivers/leds/Makefile | ||
@@ -73,6 +73,7 @@ obj-$(CONFIG_LEDS_PM8058) += leds-pm805 | ||
obj-$(CONFIG_LEDS_MLXCPLD) += leds-mlxcpld.o | ||
obj-$(CONFIG_LEDS_NIC78BX) += leds-nic78bx.o | ||
|
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 |
---|---|---|
|
@@ -13,10 +13,8 @@ Signed-off-by: John Crispin <[email protected]> | |
create mode 100644 drivers/phy/phy-ar7100-usb.c | ||
create mode 100644 drivers/phy/phy-ar7200-usb.c | ||
|
||
Index: linux-4.14.37/drivers/phy/Kconfig | ||
=================================================================== | ||
--- linux-4.14.37.orig/drivers/phy/Kconfig | ||
+++ linux-4.14.37/drivers/phy/Kconfig | ||
--- a/drivers/phy/Kconfig | ||
+++ b/drivers/phy/Kconfig | ||
@@ -15,6 +15,22 @@ config GENERIC_PHY | ||
phy users can obtain reference to the PHY. All the users of this | ||
framework should select this config. | ||
|
@@ -40,10 +38,8 @@ Index: linux-4.14.37/drivers/phy/Kconfig | |
config PHY_LPC18XX_USB_OTG | ||
tristate "NXP LPC18xx/43xx SoC USB OTG PHY driver" | ||
depends on OF && (ARCH_LPC18XX || COMPILE_TEST) | ||
Index: linux-4.14.37/drivers/phy/Makefile | ||
=================================================================== | ||
--- linux-4.14.37.orig/drivers/phy/Makefile | ||
+++ linux-4.14.37/drivers/phy/Makefile | ||
--- a/drivers/phy/Makefile | ||
+++ b/drivers/phy/Makefile | ||
@@ -4,6 +4,8 @@ | ||
# | ||
|
||
|
@@ -53,10 +49,8 @@ Index: linux-4.14.37/drivers/phy/Makefile | |
obj-$(CONFIG_PHY_LPC18XX_USB_OTG) += phy-lpc18xx-usb-otg.o | ||
obj-$(CONFIG_PHY_XGENE) += phy-xgene.o | ||
obj-$(CONFIG_PHY_PISTACHIO_USB) += phy-pistachio-usb.o | ||
Index: linux-4.14.37/drivers/phy/phy-ar7100-usb.c | ||
=================================================================== | ||
--- /dev/null | ||
+++ linux-4.14.37/drivers/phy/phy-ar7100-usb.c | ||
+++ b/drivers/phy/phy-ar7100-usb.c | ||
@@ -0,0 +1,140 @@ | ||
+/* | ||
+ * Copyright (C) 2018 John Crispin <[email protected]> | ||
|
@@ -198,10 +192,8 @@ Index: linux-4.14.37/drivers/phy/phy-ar7100-usb.c | |
+MODULE_DESCRIPTION("ATH79 USB PHY driver"); | ||
+MODULE_AUTHOR("Alban Bedel <[email protected]>"); | ||
+MODULE_LICENSE("GPL"); | ||
Index: linux-4.14.37/drivers/phy/phy-ar7200-usb.c | ||
=================================================================== | ||
--- /dev/null | ||
+++ linux-4.14.37/drivers/phy/phy-ar7200-usb.c | ||
+++ b/drivers/phy/phy-ar7200-usb.c | ||
@@ -0,0 +1,123 @@ | ||
+/* | ||
+ * Copyright (C) 2015 Alban Bedel <[email protected]> | ||
|
Oops, something went wrong.