forked from coolsnowwolf/lede
-
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.
[bot] AutoMerging: merge all upstream's changes:
* https://github.com/coolsnowwolf/lede: kernel: bump 5.15 to 5.15.138 (coolsnowwolf#11658) kernel: bump 6.1 to 6.1.62 (coolsnowwolf#11656) kernel: bump 5.4 to 5.4.260 (coolsnowwolf#11657)
- Loading branch information
Showing
256 changed files
with
728 additions
and
775 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
LINUX_VERSION-5.15 = .136 | ||
LINUX_KERNEL_HASH-5.15.136 = c624b9fe7ee4708d34cfd0b7ebc58037afac7463338cc498641ea31c55eeacb8 | ||
LINUX_VERSION-5.15 = .138 | ||
LINUX_KERNEL_HASH-5.15.138 = af84e54164e1c01f59764ba528448ed36b377d22aafbd81b4b0cf47792ef4aaa |
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
LINUX_VERSION-5.4 = .258 | ||
LINUX_KERNEL_HASH-5.4.258 = 39701815a7a1b5ea4253db18e9327a45926a944499628d032da63c1bb6ea623e | ||
LINUX_VERSION-5.4 = .260 | ||
LINUX_KERNEL_HASH-5.4.260 = 9830820714c8f5985c50071cc9e1b40533ee81a4f6c704916c7148d16e54ebfeO |
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
LINUX_VERSION-6.1 = .61 | ||
LINUX_KERNEL_HASH-6.1.61 = ad2c9d12fc36e2dde4796a3eec8f4ddca2e278098f4e555b6e6f5f03ef6964ce | ||
LINUX_VERSION-6.1 = .62 | ||
LINUX_KERNEL_HASH-6.1.62 = b9fd616facd6becfceef88b9be718d0f16625cab3fe81d11384802a7091e85ec |
2 changes: 1 addition & 1 deletion
2
target/linux/airoha/patches-5.15/0001-add-airoha-platform.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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ Signed-off-by: Mathew McBride <[email protected]> | |
|
||
--- a/arch/arm/Kconfig | ||
+++ b/arch/arm/Kconfig | ||
@@ -117,7 +117,6 @@ config ARM | ||
@@ -118,7 +118,6 @@ config ARM | ||
select HAVE_UID16 | ||
select HAVE_VIRT_CPU_ACCOUNTING_GEN | ||
select IRQ_FORCED_THREADING | ||
|
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ Signed-off-by: John Crispin <[email protected]> | |
|
||
--- a/arch/mips/Kconfig | ||
+++ b/arch/mips/Kconfig | ||
@@ -256,6 +256,8 @@ config ATH79 | ||
@@ -258,6 +258,8 @@ config ATH79 | ||
select SYS_SUPPORTS_BIG_ENDIAN | ||
select SYS_SUPPORTS_MIPS16 | ||
select SYS_SUPPORTS_ZBOOT_UART_PROM | ||
|
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 |
---|---|---|
|
@@ -10,15 +10,15 @@ Signed-off-by: Abhimanyu Vishwakarma <[email protected]> | |
|
||
--- a/drivers/mtd/spi-nor/core.c | ||
+++ b/drivers/mtd/spi-nor/core.c | ||
@@ -3158,6 +3158,7 @@ int spi_nor_scan(struct spi_nor *nor, co | ||
@@ -3159,6 +3159,7 @@ int spi_nor_scan(struct spi_nor *nor, co | ||
struct device *dev = nor->dev; | ||
struct mtd_info *mtd = &nor->mtd; | ||
struct device_node *np = spi_nor_get_flash_node(nor); | ||
+ const char __maybe_unused *of_mtd_name = NULL; | ||
int ret; | ||
int i; | ||
|
||
@@ -3212,7 +3213,12 @@ int spi_nor_scan(struct spi_nor *nor, co | ||
@@ -3213,7 +3214,12 @@ int spi_nor_scan(struct spi_nor *nor, co | ||
if (ret) | ||
return ret; | ||
|
||
|
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ Signed-off-by: Steve Glendinning <[email protected]> | |
static int __must_check __smsc95xx_read_reg(struct usbnet *dev, u32 index, | ||
u32 *data, int in_pm) | ||
{ | ||
@@ -1843,7 +1847,8 @@ static int smsc95xx_rx_fixup(struct usbn | ||
@@ -1845,7 +1849,8 @@ static int smsc95xx_rx_fixup(struct usbn | ||
if (dev->net->features & NETIF_F_RXCSUM) | ||
smsc95xx_rx_csum_offload(skb); | ||
skb_trim(skb, skb->len - 4); /* remove fcs */ | ||
|
@@ -35,7 +35,7 @@ Signed-off-by: Steve Glendinning <[email protected]> | |
|
||
return 1; | ||
} | ||
@@ -1861,7 +1866,8 @@ static int smsc95xx_rx_fixup(struct usbn | ||
@@ -1863,7 +1868,8 @@ static int smsc95xx_rx_fixup(struct usbn | ||
if (dev->net->features & NETIF_F_RXCSUM) | ||
smsc95xx_rx_csum_offload(ax_skb); | ||
skb_trim(ax_skb, ax_skb->len - 4); /* remove fcs */ | ||
|
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ Signed-off-by: popcornmix <[email protected]> | |
static int __must_check __smsc95xx_read_reg(struct usbnet *dev, u32 index, | ||
u32 *data, int in_pm) | ||
{ | ||
@@ -771,6 +776,53 @@ static int smsc95xx_ioctl(struct net_dev | ||
@@ -773,6 +778,53 @@ static int smsc95xx_ioctl(struct net_dev | ||
return phy_mii_ioctl(netdev->phydev, rq, cmd); | ||
} | ||
|
||
|
@@ -83,7 +83,7 @@ Signed-off-by: popcornmix <[email protected]> | |
static void smsc95xx_init_mac_address(struct usbnet *dev) | ||
{ | ||
/* maybe the boot loader passed the MAC address in devicetree */ | ||
@@ -793,6 +845,10 @@ static void smsc95xx_init_mac_address(st | ||
@@ -795,6 +847,10 @@ static void smsc95xx_init_mac_address(st | ||
} | ||
} | ||
|
||
|
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ Signed-off-by: Phil Elwell <[email protected]> | |
|
||
--- a/kernel/cgroup/cgroup.c | ||
+++ b/kernel/cgroup/cgroup.c | ||
@@ -5889,6 +5889,9 @@ int __init cgroup_init_early(void) | ||
@@ -5890,6 +5890,9 @@ int __init cgroup_init_early(void) | ||
return 0; | ||
} | ||
|
||
|
@@ -27,7 +27,7 @@ Signed-off-by: Phil Elwell <[email protected]> | |
/** | ||
* cgroup_init - cgroup initialization | ||
* | ||
@@ -5927,6 +5930,12 @@ int __init cgroup_init(void) | ||
@@ -5928,6 +5931,12 @@ int __init cgroup_init(void) | ||
|
||
mutex_unlock(&cgroup_mutex); | ||
|
||
|
@@ -40,7 +40,7 @@ Signed-off-by: Phil Elwell <[email protected]> | |
for_each_subsys(ss, ssid) { | ||
if (ss->early_init) { | ||
struct cgroup_subsys_state *css = | ||
@@ -6516,6 +6525,10 @@ static int __init cgroup_disable(char *s | ||
@@ -6520,6 +6529,10 @@ static int __init cgroup_disable(char *s | ||
strcmp(token, ss->legacy_name)) | ||
continue; | ||
|
||
|
@@ -51,7 +51,7 @@ Signed-off-by: Phil Elwell <[email protected]> | |
static_branch_disable(cgroup_subsys_enabled_key[i]); | ||
pr_info("Disabling %s control group subsystem\n", | ||
ss->name); | ||
@@ -6534,6 +6547,31 @@ static int __init cgroup_disable(char *s | ||
@@ -6538,6 +6551,31 @@ static int __init cgroup_disable(char *s | ||
} | ||
__setup("cgroup_disable=", cgroup_disable); | ||
|
||
|
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 |
---|---|---|
|
@@ -1123,7 +1123,7 @@ Signed-off-by: Jonathan Bell <[email protected]> | |
} | ||
--- a/drivers/usb/core/hub.c | ||
+++ b/drivers/usb/core/hub.c | ||
@@ -5584,7 +5584,7 @@ static void port_event(struct usb_hub *h | ||
@@ -5659,7 +5659,7 @@ static void port_event(struct usb_hub *h | ||
port_dev->over_current_count++; | ||
port_over_current_notify(port_dev); | ||
|
||
|
@@ -1134,7 +1134,7 @@ Signed-off-by: Jonathan Bell <[email protected]> | |
USB_PORT_FEAT_C_OVER_CURRENT); | ||
--- a/drivers/usb/core/message.c | ||
+++ b/drivers/usb/core/message.c | ||
@@ -2140,6 +2140,85 @@ free_interfaces: | ||
@@ -2135,6 +2135,85 @@ free_interfaces: | ||
if (cp->string == NULL && | ||
!(dev->quirks & USB_QUIRK_CONFIG_INTF_STRINGS)) | ||
cp->string = usb_cache_string(dev, cp->desc.iConfiguration); | ||
|
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 |
---|---|---|
|
@@ -187,7 +187,7 @@ Signed-off-by: Andrei Gherzan <[email protected]> | |
select DMA_ENGINE | ||
select DMA_VIRTUAL_CHANNELS | ||
|
||
@@ -683,6 +683,10 @@ config UNIPHIER_XDMAC | ||
@@ -685,6 +685,10 @@ config UNIPHIER_XDMAC | ||
UniPhier platform. This DMA controller can transfer data from | ||
memory to memory, memory to peripheral and peripheral to memory. | ||
|
||
|
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 |
---|---|---|
|
@@ -14186,7 +14186,7 @@ Signed-off-by: Joerg Schambacher <[email protected]> | |
config SND_SOC_RT5631 | ||
tristate "Realtek ALC5631/RT5631 CODEC" | ||
depends on I2C | ||
@@ -1437,6 +1452,9 @@ config SND_SOC_TFA9879 | ||
@@ -1438,6 +1453,9 @@ config SND_SOC_TFA9879 | ||
tristate "NXP Semiconductors TFA9879 amplifier" | ||
depends on I2C | ||
|
||
|
@@ -14196,7 +14196,7 @@ Signed-off-by: Joerg Schambacher <[email protected]> | |
config SND_SOC_TFA989X | ||
tristate "NXP/Goodix TFA989X (TFA1) amplifiers" | ||
depends on I2C | ||
@@ -1943,4 +1961,8 @@ config SND_SOC_LPASS_TX_MACRO | ||
@@ -1944,4 +1962,8 @@ config SND_SOC_LPASS_TX_MACRO | ||
select REGMAP_MMIO | ||
tristate "Qualcomm TX Macro in LPASS(Low Power Audio SubSystem)" | ||
|
||
|
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 |
---|---|---|
|
@@ -130,9 +130,9 @@ Signed-off-by: Phil Elwell <[email protected]> | |
static void iproc_rng200_cleanup(struct hwrng *rng) | ||
{ | ||
struct iproc_rng200_dev *priv = to_rng_priv(rng); | ||
@@ -189,11 +255,17 @@ static int iproc_rng200_probe(struct pla | ||
return PTR_ERR(priv->base); | ||
} | ||
@@ -191,11 +257,17 @@ static int iproc_rng200_probe(struct pla | ||
|
||
dev_set_drvdata(dev, priv); | ||
|
||
- priv->rng.name = "iproc-rng200"; | ||
- priv->rng.read = iproc_rng200_read; | ||
|
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 |
---|---|---|
|
@@ -27,7 +27,7 @@ Signed-off-by: Jonathan Bell <[email protected]> | |
|
||
--- a/drivers/usb/core/hcd.c | ||
+++ b/drivers/usb/core/hcd.c | ||
@@ -1972,6 +1972,16 @@ reset: | ||
@@ -1976,6 +1976,16 @@ reset: | ||
return ret; | ||
} | ||
|
||
|
@@ -46,7 +46,7 @@ Signed-off-by: Jonathan Bell <[email protected]> | |
* have been called previously. Use for set_configuration, set_interface, | ||
--- a/drivers/usb/core/message.c | ||
+++ b/drivers/usb/core/message.c | ||
@@ -1268,6 +1268,21 @@ static void remove_intf_ep_devs(struct u | ||
@@ -1263,6 +1263,21 @@ static void remove_intf_ep_devs(struct u | ||
intf->ep_devs_created = 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 |
---|---|---|
|
@@ -15,7 +15,7 @@ Signed-off-by: Jonathan Bell <[email protected]> | |
|
||
--- a/drivers/usb/host/xhci.c | ||
+++ b/drivers/usb/host/xhci.c | ||
@@ -1622,6 +1622,109 @@ command_cleanup: | ||
@@ -1631,6 +1631,109 @@ command_cleanup: | ||
} | ||
|
||
/* | ||
|
@@ -125,7 +125,7 @@ Signed-off-by: Jonathan Bell <[email protected]> | |
* non-error returns are a promise to giveback() the urb later | ||
* we drop ownership so next owner (or urb unlink) can get it | ||
*/ | ||
@@ -5461,6 +5564,7 @@ static const struct hc_driver xhci_hc_dr | ||
@@ -5470,6 +5573,7 @@ static const struct hc_driver xhci_hc_dr | ||
.endpoint_reset = xhci_endpoint_reset, | ||
.check_bandwidth = xhci_check_bandwidth, | ||
.reset_bandwidth = xhci_reset_bandwidth, | ||
|
Oops, something went wrong.