From 6605b595eda76533a9e6fb907f80ede3d1b255d1 Mon Sep 17 00:00:00 2001 From: John Audia Date: Thu, 18 May 2023 06:18:23 -0400 Subject: kernel: bump 5.15 to 5.15.112 Manually adjusted before running quilt due to new location in tree: backport-5.15/780-v5.16-bus-mhi-pci_generic-Introduce-Sierra-EM919X-support.patch backport-5.15/781-v6.1-bus-mhi-host-always-print-detected-modem-name.patch pending-5.15/790-bus-mhi-core-add-SBL-state-callback.patch All other patches automatically rebased. Build system: x86_64 Build-tested: bcm2711/RPi4B, ramips/tplink_archer-a6-v3, filogic/xiaomi_redmi-router-ax6000-ubootmod Run-tested: bcm2711/RPi4B, ramips/tplink_archer-a6-v3, filogic/xiaomi_redmi-router-ax6000-ubootmod Signed-off-by: John Audia --- ...68-net-dsa-mv88e6xxx-Request-assisted-learning-on-CPU-port.patch | 2 +- .../pending-5.15/790-bus-mhi-core-add-SBL-state-callback.patch | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'target/linux/generic/pending-5.15') diff --git a/target/linux/generic/pending-5.15/768-net-dsa-mv88e6xxx-Request-assisted-learning-on-CPU-port.patch b/target/linux/generic/pending-5.15/768-net-dsa-mv88e6xxx-Request-assisted-learning-on-CPU-port.patch index c6b56699c4..18933de3a0 100644 --- a/target/linux/generic/pending-5.15/768-net-dsa-mv88e6xxx-Request-assisted-learning-on-CPU-port.patch +++ b/target/linux/generic/pending-5.15/768-net-dsa-mv88e6xxx-Request-assisted-learning-on-CPU-port.patch @@ -17,7 +17,7 @@ Signed-off-by: Tobias Waldekranz --- a/drivers/net/dsa/mv88e6xxx/chip.c +++ b/drivers/net/dsa/mv88e6xxx/chip.c -@@ -6332,6 +6332,7 @@ static int mv88e6xxx_register_switch(str +@@ -6333,6 +6333,7 @@ static int mv88e6xxx_register_switch(str ds->ops = &mv88e6xxx_switch_ops; ds->ageing_time_min = chip->info->age_time_coeff; ds->ageing_time_max = chip->info->age_time_coeff * U8_MAX; diff --git a/target/linux/generic/pending-5.15/790-bus-mhi-core-add-SBL-state-callback.patch b/target/linux/generic/pending-5.15/790-bus-mhi-core-add-SBL-state-callback.patch index 00d5cb9ce9..2f728fefd7 100644 --- a/target/linux/generic/pending-5.15/790-bus-mhi-core-add-SBL-state-callback.patch +++ b/target/linux/generic/pending-5.15/790-bus-mhi-core-add-SBL-state-callback.patch @@ -14,12 +14,12 @@ callback that the controller can trigger off. Signed-off-by: Robert Marko --- - drivers/bus/mhi/core/main.c | 1 + + drivers/bus/mhi/host/main.c | 1 + include/linux/mhi.h | 2 ++ 2 files changed, 3 insertions(+) ---- a/drivers/bus/mhi/core/main.c -+++ b/drivers/bus/mhi/core/main.c +--- a/drivers/bus/mhi/host/main.c ++++ b/drivers/bus/mhi/host/main.c @@ -891,6 +891,7 @@ int mhi_process_ctrl_ev_ring(struct mhi_ switch (event) { case MHI_EE_SBL: -- cgit v1.2.3