mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-23 21:08:23 +00:00
kernel: bump 5.10 to 5.10.69
Patches automatically refreshed. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
This commit is contained in:
parent
9664b41c05
commit
2bf320a5e5
@ -7,10 +7,10 @@ ifdef CONFIG_TESTING_KERNEL
|
||||
endif
|
||||
|
||||
LINUX_VERSION-5.4 = .145
|
||||
LINUX_VERSION-5.10 = .68
|
||||
LINUX_VERSION-5.10 = .69
|
||||
|
||||
LINUX_KERNEL_HASH-5.4.145 = 5cf7782ec2e91417edf0d5e6555da6d556962c8985e33ba9e7dadba5cbdc68f9
|
||||
LINUX_KERNEL_HASH-5.10.68 = 1baa830e3d359464e3762c30b96c1ba450a34d97834a57e455618c99de229421
|
||||
LINUX_KERNEL_HASH-5.10.69 = 232f9ec53bccca768868831b7cc286f7d8bbbac9f481bbac1495700231a20cca
|
||||
|
||||
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
|
||||
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))
|
||||
|
@ -28,11 +28,9 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
|
||||
drivers/net/ethernet/broadcom/bgmac-bcma.c | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/drivers/net/ethernet/broadcom/bgmac-bcma.c b/drivers/net/ethernet/broadcom/bgmac-bcma.c
|
||||
index 85fa0ab7201c7..9513cfb5ba58c 100644
|
||||
--- a/drivers/net/ethernet/broadcom/bgmac-bcma.c
|
||||
+++ b/drivers/net/ethernet/broadcom/bgmac-bcma.c
|
||||
@@ -129,6 +129,8 @@ static int bgmac_probe(struct bcma_device *core)
|
||||
@@ -129,6 +129,8 @@ static int bgmac_probe(struct bcma_devic
|
||||
bcma_set_drvdata(core, bgmac);
|
||||
|
||||
err = of_get_mac_address(bgmac->dev->of_node, bgmac->net_dev->dev_addr);
|
||||
@ -41,6 +39,3 @@ index 85fa0ab7201c7..9513cfb5ba58c 100644
|
||||
|
||||
/* If no MAC address assigned via device tree, check SPROM */
|
||||
if (err) {
|
||||
--
|
||||
cgit 1.2.3-1.el7
|
||||
|
||||
|
@ -20,9 +20,6 @@ Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
|
||||
1 file changed, 78 insertions(+)
|
||||
create mode 100644 Documentation/devicetree/bindings/gpio/realtek,otto-gpio.yaml
|
||||
|
||||
diff --git a/Documentation/devicetree/bindings/gpio/realtek,otto-gpio.yaml b/Documentation/devicetree/bindings/gpio/realtek,otto-gpio.yaml
|
||||
new file mode 100644
|
||||
index 0000000000000..100f20cebd76a
|
||||
--- /dev/null
|
||||
+++ b/Documentation/devicetree/bindings/gpio/realtek,otto-gpio.yaml
|
||||
@@ -0,0 +1,78 @@
|
||||
@ -104,6 +101,3 @@ index 0000000000000..100f20cebd76a
|
||||
+ };
|
||||
+
|
||||
+...
|
||||
--
|
||||
cgit 1.2.3-1.el7
|
||||
|
||||
|
@ -11,9 +11,6 @@ Signed-off-by: Mark Brown <broonie@kernel.org>
|
||||
1 file changed, 41 insertions(+)
|
||||
create mode 100644 Documentation/devicetree/bindings/spi/realtek,rtl-spi.yaml
|
||||
|
||||
diff --git a/Documentation/devicetree/bindings/spi/realtek,rtl-spi.yaml b/Documentation/devicetree/bindings/spi/realtek,rtl-spi.yaml
|
||||
new file mode 100644
|
||||
index 0000000000000..30a62a211984f
|
||||
--- /dev/null
|
||||
+++ b/Documentation/devicetree/bindings/spi/realtek,rtl-spi.yaml
|
||||
@@ -0,0 +1,41 @@
|
||||
@ -58,6 +55,3 @@ index 0000000000000..30a62a211984f
|
||||
+ #address-cells = <1>;
|
||||
+ #size-cells = <0>;
|
||||
+ };
|
||||
--
|
||||
cgit 1.2.3-1.el7
|
||||
|
||||
|
@ -16,9 +16,6 @@ Link: https://lore.kernel.org/r/20210122204224.509124-2-bert@biot.com
|
||||
1 file changed, 57 insertions(+)
|
||||
create mode 100644 Documentation/devicetree/bindings/interrupt-controller/realtek,rtl-intc.yaml
|
||||
|
||||
diff --git a/Documentation/devicetree/bindings/interrupt-controller/realtek,rtl-intc.yaml b/Documentation/devicetree/bindings/interrupt-controller/realtek,rtl-intc.yaml
|
||||
new file mode 100644
|
||||
index 0000000000000..9e76fff20323c
|
||||
--- /dev/null
|
||||
+++ b/Documentation/devicetree/bindings/interrupt-controller/realtek,rtl-intc.yaml
|
||||
@@ -0,0 +1,57 @@
|
||||
@ -79,6 +76,3 @@ index 0000000000000..9e76fff20323c
|
||||
+ <30 &cpuintc 1>,
|
||||
+ <29 &cpuintc 5>;
|
||||
+ };
|
||||
--
|
||||
cgit 1.2.3-1.el7
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user