forked from openwrt/openwrt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed upstreamed: generic-backport/040-ARM-8918-2-only-build-return_address-if-needed.patch All other patches automatically rebased. Build system: x86_64 Build-tested: ipq806x/R7800 Signed-off-by: John Audia <[email protected]>
- Loading branch information
Showing
11 changed files
with
12 additions
and
72 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 |
---|---|---|
|
@@ -80,7 +80,7 @@ Signed-off-by: Jonathan Bell <[email protected]> | |
/* | ||
--- a/drivers/usb/host/xhci.h | ||
+++ b/drivers/usb/host/xhci.h | ||
@@ -1874,6 +1874,7 @@ struct xhci_hcd { | ||
@@ -1877,6 +1877,7 @@ struct xhci_hcd { | ||
#define XHCI_DEFAULT_PM_RUNTIME_ALLOW BIT_ULL(33) | ||
#define XHCI_RESET_PLL_ON_DISCONNECT BIT_ULL(34) | ||
#define XHCI_SNPS_BROKEN_SUSPEND BIT_ULL(35) | ||
|
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 |
---|---|---|
|
@@ -47,7 +47,7 @@ Signed-off-by: Jonathan Bell <[email protected]> | |
val); | ||
--- a/drivers/usb/host/xhci.h | ||
+++ b/drivers/usb/host/xhci.h | ||
@@ -1650,8 +1650,8 @@ struct urb_priv { | ||
@@ -1653,8 +1653,8 @@ struct urb_priv { | ||
* Each segment table entry is 4*32bits long. 1K seems like an ok size: | ||
* (1K bytes * 8bytes/bit) / (4*32 bits) = 64 segment entries in the table, | ||
* meaning 64 ring segments. | ||
|
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 |
---|---|---|
|
@@ -51,7 +51,7 @@ Signed-off-by: Jonathan Bell <[email protected]> | |
|
||
--- a/drivers/usb/host/xhci.h | ||
+++ b/drivers/usb/host/xhci.h | ||
@@ -1877,6 +1877,7 @@ struct xhci_hcd { | ||
@@ -1880,6 +1880,7 @@ struct xhci_hcd { | ||
#define XHCI_EP_CTX_BROKEN_DCS BIT_ULL(36) | ||
#define XHCI_SKIP_PHY_INIT BIT_ULL(37) | ||
#define XHCI_DISABLE_SPARSE BIT_ULL(38) | ||
|
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
60 changes: 0 additions & 60 deletions
60
target/linux/generic/backport-5.4/040-ARM-8918-2-only-build-return_address-if-needed.patch
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -1470,7 +1470,7 @@ Signed-off-by: David S. Miller <[email protected]> | |
if (!is_valid_ether_addr(ndev->dev_addr)) | ||
eth_hw_addr_random(ndev); | ||
temac_do_set_mac_address(ndev); | ||
@@ -1298,7 +1298,7 @@ static int temac_probe(struct platform_d | ||
@@ -1296,7 +1296,7 @@ static int temac_probe(struct platform_d | ||
struct temac_local *lp; | ||
struct net_device *ndev; | ||
struct resource *res; | ||
|
@@ -1479,7 +1479,7 @@ Signed-off-by: David S. Miller <[email protected]> | |
__be32 *p; | ||
bool little_endian; | ||
int rc = 0; | ||
@@ -1494,8 +1494,8 @@ static int temac_probe(struct platform_d | ||
@@ -1492,8 +1492,8 @@ static int temac_probe(struct platform_d | ||
|
||
if (temac_np) { | ||
/* Retrieve the MAC address */ | ||
|
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 |
---|---|---|
|
@@ -184,7 +184,7 @@ Signed-off-by: Peter Chen <[email protected]> | |
void xhci_init_driver(struct hc_driver *drv, | ||
--- a/drivers/usb/host/xhci.h | ||
+++ b/drivers/usb/host/xhci.h | ||
@@ -2151,6 +2151,16 @@ int xhci_find_raw_port_number(struct usb | ||
@@ -2154,6 +2154,16 @@ int xhci_find_raw_port_number(struct usb | ||
struct xhci_hub *xhci_get_rhub(struct usb_hcd *hcd); | ||
|
||
void xhci_hc_died(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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ Signed-off-by: Peter Chen <[email protected]> | |
ret = xhci_handshake(&xhci->op_regs->command, | ||
--- a/drivers/usb/host/xhci.h | ||
+++ b/drivers/usb/host/xhci.h | ||
@@ -1874,6 +1874,7 @@ struct xhci_hcd { | ||
@@ -1877,6 +1877,7 @@ struct xhci_hcd { | ||
#define XHCI_DEFAULT_PM_RUNTIME_ALLOW BIT_ULL(33) | ||
#define XHCI_RESET_PLL_ON_DISCONNECT BIT_ULL(34) | ||
#define XHCI_SNPS_BROKEN_SUSPEND BIT_ULL(35) | ||
|
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 |
---|---|---|
|
@@ -35,7 +35,7 @@ Signed-off-by: Peter Chen <[email protected]> | |
EXPORT_SYMBOL_GPL(xhci_init_driver); | ||
--- a/drivers/usb/host/xhci.h | ||
+++ b/drivers/usb/host/xhci.h | ||
@@ -1917,6 +1917,7 @@ struct xhci_driver_overrides { | ||
@@ -1920,6 +1920,7 @@ struct xhci_driver_overrides { | ||
int (*start)(struct usb_hcd *hcd); | ||
int (*check_bandwidth)(struct usb_hcd *, struct usb_device *); | ||
void (*reset_bandwidth)(struct usb_hcd *, struct usb_device *); | ||
|