kernel: bump 5.15 to 5.15.50
authorRui Salvaterra <rsalvaterra@gmail.com>
Mon, 27 Jun 2022 08:02:15 +0000 (09:02 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 3 Jul 2022 18:25:38 +0000 (20:25 +0200)
Patches automatically rebased.

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
include/kernel-5.15
target/linux/bcm27xx/patches-5.15/950-0056-amba_pl011-Don-t-use-DT-aliases-for-numbering.patch
target/linux/bcm27xx/patches-5.15/950-0057-amba_pl011-Round-input-clock-up.patch
target/linux/bcm27xx/patches-5.15/950-0059-amba_pl011-Add-cts-event-workaround-DT-property.patch
target/linux/bcm27xx/patches-5.15/950-0060-tty-amba-pl011-Add-un-throttle-support.patch
target/linux/ramips/patches-5.15/700-net-ethernet-mediatek-support-net-labels.patch
target/linux/ramips/patches-5.15/840-serial-add-ugly-custom-baud-rate-hack.patch

index 298602d595f5bedefb62a3e8dd38569c57b7d491..1319666eb885249e89a19fb9473fdf83abdf9f19 100644 (file)
@@ -1,2 +1,2 @@
-LINUX_VERSION-5.15 = .49
-LINUX_KERNEL_HASH-5.15.49 = 32497893ba47f4ad32a59fa4254e8c25e41bc821798e3b2f2443822fa00059dc
+LINUX_VERSION-5.15 = .50
+LINUX_KERNEL_HASH-5.15.50 = 554d507d37a23810fe8c83912761e4a4f73c40794bc685ff7ca98042fe1bd70f
index cbb0c19aa519b893746c3958e0d6cf64a928136b..0fa06335aa71cf3bc5bc57297bc05a982a226d8a 100644 (file)
@@ -14,7 +14,7 @@ use the same logic.
 
 --- a/drivers/tty/serial/amba-pl011.c
 +++ b/drivers/tty/serial/amba-pl011.c
-@@ -2738,7 +2738,12 @@ static int pl011_setup_port(struct devic
+@@ -2725,7 +2725,12 @@ static int pl011_setup_port(struct devic
        if (IS_ERR(base))
                return PTR_ERR(base);
  
index c1fc11f7fbc0e088e921da142554e3ebb64632dc..96435fe8094a48eba727e02d197983e1021d5154 100644 (file)
@@ -26,7 +26,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org>
 
 --- a/drivers/tty/serial/amba-pl011.c
 +++ b/drivers/tty/serial/amba-pl011.c
-@@ -1725,6 +1725,23 @@ static void pl011_put_poll_char(struct u
+@@ -1718,6 +1718,23 @@ static void pl011_put_poll_char(struct u
  
  #endif /* CONFIG_CONSOLE_POLL */
  
@@ -50,7 +50,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org>
  static int pl011_hwinit(struct uart_port *port)
  {
        struct uart_amba_port *uap =
-@@ -1741,7 +1758,7 @@ static int pl011_hwinit(struct uart_port
+@@ -1734,7 +1751,7 @@ static int pl011_hwinit(struct uart_port
        if (retval)
                return retval;
  
@@ -59,7 +59,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org>
  
        /* Clear pending error and receive interrupts */
        pl011_write(UART011_OEIS | UART011_BEIS | UART011_PEIS |
-@@ -2434,7 +2451,7 @@ static int pl011_console_setup(struct co
+@@ -2421,7 +2438,7 @@ static int pl011_console_setup(struct co
                        plat->init();
        }
  
@@ -68,7 +68,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org>
  
        if (uap->vendor->fixed_options) {
                baud = uap->fixed_baud;
-@@ -2651,6 +2668,7 @@ static struct uart_driver amba_reg = {
+@@ -2638,6 +2655,7 @@ static struct uart_driver amba_reg = {
        .cons                   = AMBA_CONSOLE,
  };
  
@@ -76,7 +76,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org>
  static int pl011_probe_dt_alias(int index, struct device *dev)
  {
        struct device_node *np;
-@@ -2682,6 +2700,7 @@ static int pl011_probe_dt_alias(int inde
+@@ -2669,6 +2687,7 @@ static int pl011_probe_dt_alias(int inde
  
        return ret;
  }
index 4ef26a10e32604353a9e6e1502c011bcb514ca0b..5dfe214100b1b6c8b03ddd2db29dfc8d86c46d69 100644 (file)
@@ -36,7 +36,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org>
    - reg
 --- a/drivers/tty/serial/amba-pl011.c
 +++ b/drivers/tty/serial/amba-pl011.c
-@@ -2829,6 +2829,11 @@ static int pl011_probe(struct amba_devic
+@@ -2816,6 +2816,11 @@ static int pl011_probe(struct amba_devic
        if (IS_ERR(uap->clk))
                return PTR_ERR(uap->clk);
  
index db01441aa0349747e24230201afe88ee00f9bd11..3b0bca7adb03b839830fa33ee52fe6b73f3c44ca 100644 (file)
@@ -50,7 +50,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org>
  static void pl011_stop_rx(struct uart_port *port)
  {
        struct uart_amba_port *uap =
-@@ -2276,6 +2302,8 @@ static const struct uart_ops amba_pl011_
+@@ -2263,6 +2289,8 @@ static const struct uart_ops amba_pl011_
        .stop_tx        = pl011_stop_tx,
        .start_tx       = pl011_start_tx,
        .stop_rx        = pl011_stop_rx,
index 267d3d5dd687104ebbebb9a5fa7c91e18950c3a6..f6ac8360ee3506839ea072d4091de1570959c7d0 100644 (file)
@@ -14,7 +14,7 @@ Signed-off-by: RenĂ© van Dorst <opensource@vdorst.com>
 
 --- a/drivers/net/ethernet/mediatek/mtk_eth_soc.c
 +++ b/drivers/net/ethernet/mediatek/mtk_eth_soc.c
-@@ -3293,6 +3293,7 @@ static const struct net_device_ops mtk_n
+@@ -3290,6 +3290,7 @@ static const struct net_device_ops mtk_n
  
  static int mtk_add_mac(struct mtk_eth *eth, struct device_node *np)
  {
@@ -22,7 +22,7 @@ Signed-off-by: RenĂ© van Dorst <opensource@vdorst.com>
        const __be32 *_id = of_get_property(np, "reg", NULL);
        phy_interface_t phy_mode;
        struct phylink *phylink;
-@@ -3388,6 +3389,9 @@ static int mtk_add_mac(struct mtk_eth *e
+@@ -3385,6 +3386,9 @@ static int mtk_add_mac(struct mtk_eth *e
        else
                eth->netdev[id]->max_mtu = MTK_MAX_RX_LENGTH_2K - MTK_RX_ETH_HLEN;
  
index d7cf2dfd48f1f9e5e4a2adcc165c30f1ff9e7c31..7148bb16f3b4a395dde59032a8593d4898addb83 100644 (file)
@@ -10,7 +10,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
 
 --- a/drivers/tty/serial/serial_core.c
 +++ b/drivers/tty/serial/serial_core.c
-@@ -401,6 +401,9 @@ uart_get_baud_rate(struct uart_port *por
+@@ -393,6 +393,9 @@ uart_get_baud_rate(struct uart_port *por
                break;
        }