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: ramips: fixes typo error in kang kernel: bump 5.4 to 5.14.224 (coolsnowwolf#10406) kernel: bump 6.0 to 6.0.8 (coolsnowwolf#10401) kernel: bump 5.15 to 5.15.78 (coolsnowwolf#10403) kernel: bump 5.10 to 5.10.154 (coolsnowwolf#10404) r8125: upate to version 9.010.01-1 mt76: add firmware package for mt7916 kernel: add support for XMC XM25QH128C
- Loading branch information
Showing
26 changed files
with
91 additions
and
36 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.10 = .153 | ||
LINUX_KERNEL_HASH-5.10.153 = 3cf2e4519fe451caef0ee0a8beac694612267325f7055fc38d6a990a762f1662 | ||
LINUX_VERSION-5.10 = .154 | ||
LINUX_KERNEL_HASH-5.10.154 = c6ae3d4da4324933160260d0f092a40cd27f9ed03449380790afbe6ce91ee688 |
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 = .77 | ||
LINUX_KERNEL_HASH-5.15.77 = 142f841f33796a84c62fae2f2b96d2120bd8bbf9e0aac4ce157692cdb0afe9f9 | ||
LINUX_VERSION-5.15 = .78 | ||
LINUX_KERNEL_HASH-5.15.78 = 0db99f7347a38c27b8c155f3c9c8b260011aea0a4ded85ee95e6095b1e69a499 |
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 = .223 | ||
LINUX_KERNEL_HASH-5.4.223 = 9ef07f12df6887f196e2e21c197f26854859e6b586aa4bfdd4798f562a717eeb | ||
LINUX_VERSION-5.4 = .224 | ||
LINUX_KERNEL_HASH-5.4.224 = 8b7df25b5560620eb2776d7b7c67569764b3916ff2f596767f72567b38d13d36 |
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.0 = .7 | ||
LINUX_KERNEL_HASH-6.0.7 = 67dacc2b78605a56e997f4c08d009be87c98ec66f1870220226c8b3cc676590f | ||
LINUX_VERSION-6.0 = .8 | ||
LINUX_KERNEL_HASH-6.0.8 = 0de4f83996951c6faf9b2225db4f645882c47b1a09198190f97bd46e5f5fa257 |
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 |
---|---|---|
|
@@ -33,7 +33,7 @@ Signed-off-by: Jonathan Bell <[email protected]> | |
#define USB_VENDOR_ID_BELKIN 0x050d | ||
#define USB_DEVICE_ID_FLIP_KVM 0x3201 | ||
|
||
@@ -1308,6 +1311,9 @@ | ||
@@ -1310,6 +1313,9 @@ | ||
#define USB_VENDOR_ID_XAT 0x2505 | ||
#define USB_DEVICE_ID_XAT_CSR 0x0220 | ||
|
||
|
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 |
---|---|---|
|
@@ -442,7 +442,7 @@ Signed-off-by: Dom Cobley <[email protected]> | |
if (which == V4L2_SUBDEV_FORMAT_TRY) | ||
return v4l2_subdev_get_try_crop(&rsz->sd, sd_state, pad); | ||
else | ||
@@ -791,6 +803,12 @@ static int rkisp1_rsz_register(struct rk | ||
@@ -795,6 +807,12 @@ static int rkisp1_rsz_register(struct rk | ||
struct v4l2_subdev_state state = { | ||
.pads = rsz->pad_cfg | ||
}; | ||
|
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 |
---|---|---|
|
@@ -70,7 +70,7 @@ Signed-off-by: Pablo Neira Ayuso <[email protected]> | |
nft_trans_table_update(trans) = true; | ||
list_add_tail(&trans->list, &ctx->net->nft.commit_list); | ||
return 0; | ||
@@ -7921,11 +7925,10 @@ static int nf_tables_commit(struct net * | ||
@@ -7918,11 +7922,10 @@ static int nf_tables_commit(struct net * | ||
switch (trans->msg_type) { | ||
case NFT_MSG_NEWTABLE: | ||
if (nft_trans_table_update(trans)) { | ||
|
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 |
---|---|---|
|
@@ -217,14 +217,14 @@ Signed-off-by: David S. Miller <[email protected]> | |
rtnl_unlock(); | ||
|
||
@@ -1257,6 +1315,7 @@ static int dsa_port_parse_cpu(struct dsa | ||
struct dsa_switch *ds = dp->ds; | ||
struct dsa_switch_tree *dst = ds->dst; | ||
const struct dsa_device_ops *tag_ops; | ||
enum dsa_tag_protocol default_proto; | ||
+ int err; | ||
|
||
/* Find out which protocol the switch would prefer. */ | ||
default_proto = dsa_get_tag_protocol(dp, master); | ||
@@ -1304,6 +1363,12 @@ static int dsa_port_parse_cpu(struct dsa | ||
@@ -1311,6 +1370,12 @@ static int dsa_port_parse_cpu(struct dsa | ||
*/ | ||
dsa_tag_driver_put(tag_ops); | ||
} else { | ||
|
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 |
---|---|---|
|
@@ -168,14 +168,14 @@ Signed-off-by: David S. Miller <[email protected]> | |
|
||
return err; | ||
@@ -1315,7 +1314,6 @@ static int dsa_port_parse_cpu(struct dsa | ||
struct dsa_switch *ds = dp->ds; | ||
struct dsa_switch_tree *dst = ds->dst; | ||
const struct dsa_device_ops *tag_ops; | ||
enum dsa_tag_protocol default_proto; | ||
- int err; | ||
|
||
/* Find out which protocol the switch would prefer. */ | ||
default_proto = dsa_get_tag_protocol(dp, master); | ||
@@ -1363,12 +1361,6 @@ static int dsa_port_parse_cpu(struct dsa | ||
@@ -1370,12 +1368,6 @@ static int dsa_port_parse_cpu(struct dsa | ||
*/ | ||
dsa_tag_driver_put(tag_ops); | ||
} else { | ||
|
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 |
---|---|---|
|
@@ -68,7 +68,7 @@ Signed-off-by: Martin K. Petersen <[email protected]> | |
kfree(sdev->inquiry); | ||
kfree(sdev); | ||
|
||
@@ -891,6 +900,8 @@ static struct bin_attribute dev_attr_vpd | ||
@@ -899,6 +908,8 @@ static struct bin_attribute dev_attr_vpd | ||
|
||
sdev_vpd_pg_attr(pg83); | ||
sdev_vpd_pg_attr(pg80); | ||
|
@@ -77,7 +77,7 @@ Signed-off-by: Martin K. Petersen <[email protected]> | |
|
||
static ssize_t show_inquiry(struct file *filep, struct kobject *kobj, | ||
struct bin_attribute *bin_attr, | ||
@@ -1223,12 +1234,18 @@ static umode_t scsi_sdev_bin_attr_is_vis | ||
@@ -1231,12 +1242,18 @@ static umode_t scsi_sdev_bin_attr_is_vis | ||
struct scsi_device *sdev = to_scsi_device(dev); | ||
|
||
|
||
|
@@ -96,7 +96,7 @@ Signed-off-by: Martin K. Petersen <[email protected]> | |
return S_IRUGO; | ||
} | ||
|
||
@@ -1271,8 +1288,10 @@ static struct attribute *scsi_sdev_attrs | ||
@@ -1279,8 +1296,10 @@ static struct attribute *scsi_sdev_attrs | ||
}; | ||
|
||
static struct bin_attribute *scsi_sdev_bin_attrs[] = { | ||
|
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
22 changes: 22 additions & 0 deletions
22
target/linux/generic/pending-5.10/485-mtd-spi-nor-add-xmc-xm25qh128c.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
From: Langhua Ye <[email protected]> | ||
Subject: mtd/spi-nor/xmc: add support for XMC XM25QH128C | ||
|
||
The XMC XM25QH128C is a 16MB SPI NOR chip. The patch is verified on Ruijie RG-EW3200GX PRO. | ||
Datasheet available at https://www.xmcwh.com/uploads/435/XM25QH128C.pdf | ||
|
||
Submitted-by: Langhua Ye <[email protected]> | ||
--- | ||
drivers/mtd/spi-nor/xmc.c | 2 ++ | ||
1 file changed, 2 insertions(+) | ||
|
||
--- a/drivers/mtd/spi-nor/xmc.c | ||
+++ b/drivers/mtd/spi-nor/xmc.c | ||
@@ -14,6 +14,8 @@ static const struct flash_info xmc_parts | ||
SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) }, | ||
{ "XM25QH128A", INFO(0x207018, 0, 64 * 1024, 256, | ||
SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) }, | ||
+ { "XM25QH128C", INFO(0x204018, 0, 64 * 1024, 256, | ||
+ SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) }, | ||
}; | ||
|
||
const struct spi_nor_manufacturer spi_nor_xmc = { |
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 |
---|---|---|
|
@@ -251,7 +251,7 @@ Signed-off-by: Jonas Gorski <[email protected]> | |
kfree(net->ipv6.ip6_blk_hole_entry); | ||
#endif | ||
dst_entries_destroy(&net->ipv6.ip6_dst_ops); | ||
@@ -6474,6 +6523,9 @@ void __init ip6_route_init_special_entri | ||
@@ -6480,6 +6529,9 @@ void __init ip6_route_init_special_entri | ||
init_net.ipv6.ip6_prohibit_entry->rt6i_idev = in6_dev_get(init_net.loopback_dev); | ||
init_net.ipv6.ip6_blk_hole_entry->dst.dev = init_net.loopback_dev; | ||
init_net.ipv6.ip6_blk_hole_entry->rt6i_idev = in6_dev_get(init_net.loopback_dev); | ||
|
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 |
---|---|---|
|
@@ -251,7 +251,7 @@ Signed-off-by: Jonas Gorski <[email protected]> | |
kfree(net->ipv6.ip6_blk_hole_entry); | ||
#endif | ||
dst_entries_destroy(&net->ipv6.ip6_dst_ops); | ||
@@ -6639,6 +6688,9 @@ void __init ip6_route_init_special_entri | ||
@@ -6645,6 +6694,9 @@ void __init ip6_route_init_special_entri | ||
init_net.ipv6.ip6_prohibit_entry->rt6i_idev = in6_dev_get(init_net.loopback_dev); | ||
init_net.ipv6.ip6_blk_hole_entry->dst.dev = init_net.loopback_dev; | ||
init_net.ipv6.ip6_blk_hole_entry->rt6i_idev = in6_dev_get(init_net.loopback_dev); | ||
|
21 changes: 21 additions & 0 deletions
21
target/linux/generic/pending-5.4/499-mtd-spi-nor-add-xmc-xm25qh128c.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
From: Langhua Ye <[email protected]> | ||
Subject: mtd/spi-nor/xmc: add support for XMC XM25QH128C | ||
|
||
The XMC XM25QH128C is a 16MB SPI NOR chip. The patch is verified on Ruijie RG-EW3200GX PRO. | ||
Datasheet available at https://www.xmcwh.com/uploads/435/XM25QH128C.pdf | ||
|
||
Submitted-by: Langhua Ye <[email protected]> | ||
--- | ||
drivers/mtd/spi-nor/spi-nor.c | 1 + | ||
1 file changed, 1 insertion(+) | ||
|
||
--- a/drivers/mtd/spi-nor/spi-nor.c | ||
+++ b/drivers/mtd/spi-nor/spi-nor.c | ||
@@ -2565,6 +2565,7 @@ | ||
/* XMC (Wuhan Xinxin Semiconductor Manufacturing Corp.) */ | ||
{ "XM25QH64A", INFO(0x207017, 0, 64 * 1024, 128, SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) }, | ||
{ "XM25QH128A", INFO(0x207018, 0, 64 * 1024, 256, SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) }, | ||
+ { "XM25QH128C", INFO(0x204018, 0, 64 * 1024, 256, SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) }, | ||
|
||
/* XTX Technology (Shenzhen) Limited */ | ||
{ "xt25f128b", INFO(0x0B4018, 0, 64 * 1024, 256, SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_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 |
---|---|---|
|
@@ -251,7 +251,7 @@ Signed-off-by: Jonas Gorski <[email protected]> | |
kfree(net->ipv6.ip6_blk_hole_entry); | ||
#endif | ||
dst_entries_destroy(&net->ipv6.ip6_dst_ops); | ||
@@ -6428,6 +6477,9 @@ void __init ip6_route_init_special_entri | ||
@@ -6434,6 +6483,9 @@ void __init ip6_route_init_special_entri | ||
init_net.ipv6.ip6_prohibit_entry->rt6i_idev = in6_dev_get(init_net.loopback_dev); | ||
init_net.ipv6.ip6_blk_hole_entry->dst.dev = init_net.loopback_dev; | ||
init_net.ipv6.ip6_blk_hole_entry->rt6i_idev = in6_dev_get(init_net.loopback_dev); | ||
|
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 |
---|---|---|
|
@@ -251,7 +251,7 @@ Signed-off-by: Jonas Gorski <[email protected]> | |
kfree(net->ipv6.ip6_blk_hole_entry); | ||
#endif | ||
dst_entries_destroy(&net->ipv6.ip6_dst_ops); | ||
@@ -6624,6 +6673,9 @@ void __init ip6_route_init_special_entri | ||
@@ -6630,6 +6679,9 @@ void __init ip6_route_init_special_entri | ||
init_net.ipv6.ip6_prohibit_entry->rt6i_idev = in6_dev_get(init_net.loopback_dev); | ||
init_net.ipv6.ip6_blk_hole_entry->dst.dev = init_net.loopback_dev; | ||
init_net.ipv6.ip6_blk_hole_entry->rt6i_idev = in6_dev_get(init_net.loopback_dev); | ||
|
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 |
---|---|---|
|
@@ -10,15 +10,15 @@ Signed-off-by: Abhimanyu Vishwakarma <[email protected]> | |
|
||
--- a/drivers/mtd/spi-nor/spi-nor.c | ||
+++ b/drivers/mtd/spi-nor/spi-nor.c | ||
@@ -4939,6 +4939,7 @@ int spi_nor_scan(struct spi_nor *nor, co | ||
@@ -4940,6 +4940,7 @@ int spi_nor_scan(struct spi_nor *nor, co | ||
struct mtd_info *mtd = &nor->mtd; | ||
struct device_node *np = spi_nor_get_flash_node(nor); | ||
struct spi_nor_flash_parameter *params = &nor->params; | ||
+ const char __maybe_unused *of_mtd_name = NULL; | ||
int ret; | ||
int i; | ||
|
||
@@ -5001,7 +5002,12 @@ int spi_nor_scan(struct spi_nor *nor, co | ||
@@ -5002,7 +5003,12 @@ int spi_nor_scan(struct spi_nor *nor, co | ||
/* Init flash parameters based on flash_info struct and SFDP */ | ||
spi_nor_init_params(nor); | ||
|
||
|
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