forked from LiBwrt/openwrt-6.x
-
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.
Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.42 Removed upstreamed: bcm27xx/patches-6.6/950-0490-input-ads7846-Add-missing-spi_device_id-strings.patch[1] All patches automatically rebased. 1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.6.42&id=528466f921aa7637bca684ce2d7d62cdb2c34013 Build system: x86/64 Build-tested: x86/64/AMD Cezanne, flogic/xiaomi_redmi-router-ax6000-ubootmod, ramips/tplink_archer-a6-v3 Run-tested: x86/64/AMD Cezanne, flogic/xiaomi_redmi-router-ax6000-ubootmod, ramips/tplink_archer-a6-v3 Signed-off-by: John Audia <[email protected]> Link: openwrt/openwrt#16010 Signed-off-by: Hauke Mehrtens <[email protected]>
- Loading branch information
Showing
11 changed files
with
12 additions
and
61 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-6.6 = .41 | ||
LINUX_KERNEL_HASH-6.6.41 = 9ec99c578158ab85d99b37791a76643d2ea4c3f72ecbef7b5eb6d60f3de032ef | ||
LINUX_VERSION-6.6 = .42 | ||
LINUX_KERNEL_HASH-6.6.42 = 8801c8c297d774e76044977ec3d0684399dc4e7cce347d730874ec78b774e683 |
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ Signed-off-by: Shiji Yang <[email protected]> | |
|
||
--- a/drivers/of/irq.c | ||
+++ b/drivers/of/irq.c | ||
@@ -86,6 +86,8 @@ EXPORT_SYMBOL_GPL(of_irq_find_parent); | ||
@@ -89,6 +89,8 @@ EXPORT_SYMBOL_GPL(of_irq_find_parent); | ||
* drawing board. | ||
*/ | ||
static const char * const of_irq_imap_abusers[] = { | ||
|
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 |
---|---|---|
|
@@ -99,7 +99,7 @@ Signed-off-by: Phil Elwell <[email protected]> | |
#endif | ||
--- a/arch/arm/include/asm/uaccess.h | ||
+++ b/arch/arm/include/asm/uaccess.h | ||
@@ -509,6 +509,9 @@ do { \ | ||
@@ -499,6 +499,9 @@ do { \ | ||
extern unsigned long __must_check | ||
arm_copy_from_user(void *to, const void __user *from, unsigned long n); | ||
|
||
|
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 | ||
|
||
@@ -1405,6 +1408,9 @@ | ||
@@ -1407,6 +1410,9 @@ | ||
#define USB_VENDOR_ID_XIAOMI 0x2717 | ||
#define USB_DEVICE_ID_MI_SILENT_MOUSE 0x5014 | ||
|
||
|
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,7 +10,7 @@ Signed-off-by: Phil Elwell <[email protected]> | |
|
||
--- a/drivers/gpio/gpio-pca953x.c | ||
+++ b/drivers/gpio/gpio-pca953x.c | ||
@@ -1345,6 +1345,7 @@ static const struct of_device_id pca953x | ||
@@ -1347,6 +1347,7 @@ static const struct of_device_id pca953x | ||
{ .compatible = "ti,tca6424", .data = OF_953X(24, PCA_INT), }, | ||
{ .compatible = "ti,tca9538", .data = OF_953X( 8, PCA_INT), }, | ||
{ .compatible = "ti,tca9539", .data = OF_953X(16, PCA_INT), }, | ||
|
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 |
---|---|---|
|
@@ -20,15 +20,15 @@ Signed-off-by: Phil Elwell <[email protected]> | |
|
||
--- a/net/bluetooth/hci_sync.c | ||
+++ b/net/bluetooth/hci_sync.c | ||
@@ -4659,6 +4659,7 @@ static const struct { | ||
@@ -4672,6 +4672,7 @@ static const struct { | ||
*/ | ||
static int hci_dev_setup_sync(struct hci_dev *hdev) | ||
{ | ||
+ struct fwnode_handle *fwnode = dev_fwnode(hdev->dev.parent); | ||
int ret = 0; | ||
bool invalid_bdaddr; | ||
size_t i; | ||
@@ -4687,7 +4688,8 @@ static int hci_dev_setup_sync(struct hci | ||
@@ -4700,7 +4701,8 @@ static int hci_dev_setup_sync(struct hci | ||
test_bit(HCI_QUIRK_USE_BDADDR_PROPERTY, &hdev->quirks); | ||
if (!ret) { | ||
if (test_bit(HCI_QUIRK_USE_BDADDR_PROPERTY, &hdev->quirks) && | ||
|
49 changes: 0 additions & 49 deletions
49
.../linux/bcm27xx/patches-6.6/950-0490-input-ads7846-Add-missing-spi_device_id-strings.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
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: Felix Fietkau <[email protected]> | |
|
||
--- a/fs/locks.c | ||
+++ b/fs/locks.c | ||
@@ -2897,6 +2897,8 @@ static const struct seq_operations locks | ||
@@ -2896,6 +2896,8 @@ static const struct seq_operations locks | ||
|
||
static int __init proc_locks_init(void) | ||
{ | ||
|
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 |
---|---|---|
|
@@ -224,7 +224,7 @@ Signed-off-by: SkyLake.Huang <[email protected]> | |
int (*fw_translate_cs)(struct spi_controller *ctlr, unsigned cs); | ||
|
||
/* | ||
@@ -1600,6 +1639,9 @@ spi_register_board_info(struct spi_board | ||
@@ -1601,6 +1640,9 @@ spi_register_board_info(struct spi_board | ||
{ return 0; } | ||
#endif | ||
|
||
|