diff --git a/recipes-kernel/linux/files/patches-5.10/0106-dt-bindings-net-ti-icssg-prueth-Add-documentation-fo.patch b/recipes-kernel/linux/files/patches-5.10/0105-dt-bindings-net-ti-icssg-prueth-Add-documentation-fo.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0106-dt-bindings-net-ti-icssg-prueth-Add-documentation-fo.patch rename to recipes-kernel/linux/files/patches-5.10/0105-dt-bindings-net-ti-icssg-prueth-Add-documentation-fo.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0105-watchdog-rti-wdt-Provide-set_timeout-handler-to-make.patch b/recipes-kernel/linux/files/patches-5.10/0105-watchdog-rti-wdt-Provide-set_timeout-handler-to-make.patch deleted file mode 100644 index 79a666a51..000000000 --- a/recipes-kernel/linux/files/patches-5.10/0105-watchdog-rti-wdt-Provide-set_timeout-handler-to-make.patch +++ /dev/null @@ -1,58 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Jan Kiszka -Date: Mon, 13 Sep 2021 12:27:17 +0200 -Subject: [PATCH] watchdog: rti-wdt: Provide set_timeout handler to make - existing userspace happy - -Prominent userspace - systemd - cannot handle watchdogs without -WDIOF_SETTIMEOUT. To avoid failing in this case, implement a handler -that ignores such requests, only warning if they mismatch with the -pre-configured one. - -Signed-off-by: Jan Kiszka ---- - drivers/watchdog/rti_wdt.c | 18 +++++++++++++++++- - 1 file changed, 17 insertions(+), 1 deletion(-) - -diff --git a/drivers/watchdog/rti_wdt.c b/drivers/watchdog/rti_wdt.c -index 06f9d0ee1340..15a476b8aa78 100644 ---- a/drivers/watchdog/rti_wdt.c -+++ b/drivers/watchdog/rti_wdt.c -@@ -173,13 +173,28 @@ static unsigned int rti_wdt_get_timeleft_ms(struct watchdog_device *wdd) - return timer_counter; - } - -+static int rti_wdt_set_timeout(struct watchdog_device *wdd, -+ unsigned int timeout) -+{ -+ /* -+ * Updating the timeout after start is actually not supported, but -+ * let's ignore requests, only warning if they mismatch the already -+ * configured value. Helps existing userspace such as systemd. -+ */ -+ if (timeout != heartbeat) -+ dev_warn(wdd->parent, -+ "new timeout value does not match already configured one\n"); -+ -+ return 0; -+} -+ - static unsigned int rti_wdt_get_timeleft(struct watchdog_device *wdd) - { - return rti_wdt_get_timeleft_ms(wdd) / 1000; - } - - static const struct watchdog_info rti_wdt_info = { -- .options = WDIOF_KEEPALIVEPING, -+ .options = WDIOF_KEEPALIVEPING | WDIOF_SETTIMEOUT, - .identity = "K3 RTI Watchdog", - }; - -@@ -187,6 +202,7 @@ static const struct watchdog_ops rti_wdt_ops = { - .owner = THIS_MODULE, - .start = rti_wdt_start, - .ping = rti_wdt_ping, -+ .set_timeout = rti_wdt_set_timeout, - .get_timeleft = rti_wdt_get_timeleft, - }; - diff --git a/recipes-kernel/linux/files/patches-5.10/0107-net-ethernet-icssg-prueth-sr1.0-add-support-for-half.patch b/recipes-kernel/linux/files/patches-5.10/0106-net-ethernet-icssg-prueth-sr1.0-add-support-for-half.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0107-net-ethernet-icssg-prueth-sr1.0-add-support-for-half.patch rename to recipes-kernel/linux/files/patches-5.10/0106-net-ethernet-icssg-prueth-sr1.0-add-support-for-half.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0108-net-ethernet-icssg-prueth-sr2.0-add-support-for-half.patch b/recipes-kernel/linux/files/patches-5.10/0107-net-ethernet-icssg-prueth-sr2.0-add-support-for-half.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0108-net-ethernet-icssg-prueth-sr2.0-add-support-for-half.patch rename to recipes-kernel/linux/files/patches-5.10/0107-net-ethernet-icssg-prueth-sr2.0-add-support-for-half.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0109-arm64-dts-ti-add-the-support-for-the-half-duplex.patch b/recipes-kernel/linux/files/patches-5.10/0108-arm64-dts-ti-add-the-support-for-the-half-duplex.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0109-arm64-dts-ti-add-the-support-for-the-half-duplex.patch rename to recipes-kernel/linux/files/patches-5.10/0108-arm64-dts-ti-add-the-support-for-the-half-duplex.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0110-USB-serial-cp210x-return-early-on-unchanged-termios.patch b/recipes-kernel/linux/files/patches-5.10/0109-USB-serial-cp210x-return-early-on-unchanged-termios.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0110-USB-serial-cp210x-return-early-on-unchanged-termios.patch rename to recipes-kernel/linux/files/patches-5.10/0109-USB-serial-cp210x-return-early-on-unchanged-termios.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0111-USB-serial-cp210x-clean-up-line-control-handling.patch b/recipes-kernel/linux/files/patches-5.10/0110-USB-serial-cp210x-clean-up-line-control-handling.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0111-USB-serial-cp210x-clean-up-line-control-handling.patch rename to recipes-kernel/linux/files/patches-5.10/0110-USB-serial-cp210x-clean-up-line-control-handling.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0112-USB-serial-cp210x-set-terminal-settings-on-open.patch b/recipes-kernel/linux/files/patches-5.10/0111-USB-serial-cp210x-set-terminal-settings-on-open.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0112-USB-serial-cp210x-set-terminal-settings-on-open.patch rename to recipes-kernel/linux/files/patches-5.10/0111-USB-serial-cp210x-set-terminal-settings-on-open.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0113-USB-serial-cp210x-drop-flow-control-debugging.patch b/recipes-kernel/linux/files/patches-5.10/0112-USB-serial-cp210x-drop-flow-control-debugging.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0113-USB-serial-cp210x-drop-flow-control-debugging.patch rename to recipes-kernel/linux/files/patches-5.10/0112-USB-serial-cp210x-drop-flow-control-debugging.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0114-USB-serial-cp210x-refactor-flow-control-handling.patch b/recipes-kernel/linux/files/patches-5.10/0113-USB-serial-cp210x-refactor-flow-control-handling.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0114-USB-serial-cp210x-refactor-flow-control-handling.patch rename to recipes-kernel/linux/files/patches-5.10/0113-USB-serial-cp210x-refactor-flow-control-handling.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0115-USB-serial-cp210x-clean-up-dtr_rts.patch b/recipes-kernel/linux/files/patches-5.10/0114-USB-serial-cp210x-clean-up-dtr_rts.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0115-USB-serial-cp210x-clean-up-dtr_rts.patch rename to recipes-kernel/linux/files/patches-5.10/0114-USB-serial-cp210x-clean-up-dtr_rts.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0116-USB-serial-cp210x-add-support-for-software-flow-cont.patch b/recipes-kernel/linux/files/patches-5.10/0115-USB-serial-cp210x-add-support-for-software-flow-cont.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0116-USB-serial-cp210x-add-support-for-software-flow-cont.patch rename to recipes-kernel/linux/files/patches-5.10/0115-USB-serial-cp210x-add-support-for-software-flow-cont.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0117-USB-serial-cp210x-fix-control-characters-error-handl.patch b/recipes-kernel/linux/files/patches-5.10/0116-USB-serial-cp210x-fix-control-characters-error-handl.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0117-USB-serial-cp210x-fix-control-characters-error-handl.patch rename to recipes-kernel/linux/files/patches-5.10/0116-USB-serial-cp210x-fix-control-characters-error-handl.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0118-net-ethernet-icssg-prueth-Fix-release-of-iep0-on-pro.patch b/recipes-kernel/linux/files/patches-5.10/0117-net-ethernet-icssg-prueth-Fix-release-of-iep0-on-pro.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0118-net-ethernet-icssg-prueth-Fix-release-of-iep0-on-pro.patch rename to recipes-kernel/linux/files/patches-5.10/0117-net-ethernet-icssg-prueth-Fix-release-of-iep0-on-pro.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0119-arm64-dts-ti-Indicate-the-green-light-is-off-when-pa.patch b/recipes-kernel/linux/files/patches-5.10/0118-arm64-dts-ti-Indicate-the-green-light-is-off-when-pa.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0119-arm64-dts-ti-Indicate-the-green-light-is-off-when-pa.patch rename to recipes-kernel/linux/files/patches-5.10/0118-arm64-dts-ti-Indicate-the-green-light-is-off-when-pa.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0120-arm64-dts-ti-iot2050-Add-support-for-M.2-variant.patch b/recipes-kernel/linux/files/patches-5.10/0119-arm64-dts-ti-iot2050-Add-support-for-M.2-variant.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0120-arm64-dts-ti-iot2050-Add-support-for-M.2-variant.patch rename to recipes-kernel/linux/files/patches-5.10/0119-arm64-dts-ti-iot2050-Add-support-for-M.2-variant.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0121-dmaengine-ti-k3-udma-glue-move-psi-l-pairing-in-chan.patch b/recipes-kernel/linux/files/patches-5.10/0120-dmaengine-ti-k3-udma-glue-move-psi-l-pairing-in-chan.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0121-dmaengine-ti-k3-udma-glue-move-psi-l-pairing-in-chan.patch rename to recipes-kernel/linux/files/patches-5.10/0120-dmaengine-ti-k3-udma-glue-move-psi-l-pairing-in-chan.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0122-dmaengine-ti-k3-udma-remove-redundant-irqsave-and-ir.patch b/recipes-kernel/linux/files/patches-5.10/0121-dmaengine-ti-k3-udma-remove-redundant-irqsave-and-ir.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0122-dmaengine-ti-k3-udma-remove-redundant-irqsave-and-ir.patch rename to recipes-kernel/linux/files/patches-5.10/0121-dmaengine-ti-k3-udma-remove-redundant-irqsave-and-ir.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0123-dmaengine-ti-drop-of_match_ptr-and-mark-of_device_id.patch b/recipes-kernel/linux/files/patches-5.10/0122-dmaengine-ti-drop-of_match_ptr-and-mark-of_device_id.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0123-dmaengine-ti-drop-of_match_ptr-and-mark-of_device_id.patch rename to recipes-kernel/linux/files/patches-5.10/0122-dmaengine-ti-drop-of_match_ptr-and-mark-of_device_id.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0124-dmaengine-ti-k3-udma-Wait-for-peer-teardown-completi.patch b/recipes-kernel/linux/files/patches-5.10/0123-dmaengine-ti-k3-udma-Wait-for-peer-teardown-completi.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0124-dmaengine-ti-k3-udma-Wait-for-peer-teardown-completi.patch rename to recipes-kernel/linux/files/patches-5.10/0123-dmaengine-ti-k3-udma-Wait-for-peer-teardown-completi.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0125-dmaengine-ti-k3-udma-Add-support-for-second-resource.patch b/recipes-kernel/linux/files/patches-5.10/0124-dmaengine-ti-k3-udma-Add-support-for-second-resource.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0125-dmaengine-ti-k3-udma-Add-support-for-second-resource.patch rename to recipes-kernel/linux/files/patches-5.10/0124-dmaengine-ti-k3-udma-Add-support-for-second-resource.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0126-dmaengine-ti-k3-udma-glue-Get-the-ringacc-from-udma_.patch b/recipes-kernel/linux/files/patches-5.10/0125-dmaengine-ti-k3-udma-glue-Get-the-ringacc-from-udma_.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0126-dmaengine-ti-k3-udma-glue-Get-the-ringacc-from-udma_.patch rename to recipes-kernel/linux/files/patches-5.10/0125-dmaengine-ti-k3-udma-glue-Get-the-ringacc-from-udma_.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0127-dmaengine-ti-k3-udma-glue-Configure-the-dma_dev-for-.patch b/recipes-kernel/linux/files/patches-5.10/0126-dmaengine-ti-k3-udma-glue-Configure-the-dma_dev-for-.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0127-dmaengine-ti-k3-udma-glue-Configure-the-dma_dev-for-.patch rename to recipes-kernel/linux/files/patches-5.10/0126-dmaengine-ti-k3-udma-glue-Configure-the-dma_dev-for-.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0128-dmaengine-of-dma-Add-support-for-optional-router-con.patch b/recipes-kernel/linux/files/patches-5.10/0127-dmaengine-of-dma-Add-support-for-optional-router-con.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0128-dmaengine-of-dma-Add-support-for-optional-router-con.patch rename to recipes-kernel/linux/files/patches-5.10/0127-dmaengine-of-dma-Add-support-for-optional-router-con.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0129-dmaengine-Add-support-for-per-channel-coherency-hand.patch b/recipes-kernel/linux/files/patches-5.10/0128-dmaengine-Add-support-for-per-channel-coherency-hand.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0129-dmaengine-Add-support-for-per-channel-coherency-hand.patch rename to recipes-kernel/linux/files/patches-5.10/0128-dmaengine-Add-support-for-per-channel-coherency-hand.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0130-dmaengine-ti-k3-psil-Extend-psil_endpoint_config-for.patch b/recipes-kernel/linux/files/patches-5.10/0129-dmaengine-ti-k3-psil-Extend-psil_endpoint_config-for.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0130-dmaengine-ti-k3-psil-Extend-psil_endpoint_config-for.patch rename to recipes-kernel/linux/files/patches-5.10/0129-dmaengine-ti-k3-psil-Extend-psil_endpoint_config-for.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0131-dmaengine-ti-Add-support-for-k3-event-routers.patch b/recipes-kernel/linux/files/patches-5.10/0130-dmaengine-ti-Add-support-for-k3-event-routers.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0131-dmaengine-ti-Add-support-for-k3-event-routers.patch rename to recipes-kernel/linux/files/patches-5.10/0130-dmaengine-ti-Add-support-for-k3-event-routers.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0132-soc-ti-k3-ringacc-add-AM64-DMA-rings-support.patch b/recipes-kernel/linux/files/patches-5.10/0131-soc-ti-k3-ringacc-add-AM64-DMA-rings-support.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0132-soc-ti-k3-ringacc-add-AM64-DMA-rings-support.patch rename to recipes-kernel/linux/files/patches-5.10/0131-soc-ti-k3-ringacc-add-AM64-DMA-rings-support.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0133-dmaengine-ti-k3-udma-Initial-support-for-K3-BCDMA.patch b/recipes-kernel/linux/files/patches-5.10/0132-dmaengine-ti-k3-udma-Initial-support-for-K3-BCDMA.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0133-dmaengine-ti-k3-udma-Initial-support-for-K3-BCDMA.patch rename to recipes-kernel/linux/files/patches-5.10/0132-dmaengine-ti-k3-udma-Initial-support-for-K3-BCDMA.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0134-dmaengine-ti-k3-udma-Add-support-for-BCDMA-channel-T.patch b/recipes-kernel/linux/files/patches-5.10/0133-dmaengine-ti-k3-udma-Add-support-for-BCDMA-channel-T.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0134-dmaengine-ti-k3-udma-Add-support-for-BCDMA-channel-T.patch rename to recipes-kernel/linux/files/patches-5.10/0133-dmaengine-ti-k3-udma-Add-support-for-BCDMA-channel-T.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0135-dmaengine-ti-k3-udma-Initial-support-for-K3-PKTDMA.patch b/recipes-kernel/linux/files/patches-5.10/0134-dmaengine-ti-k3-udma-Initial-support-for-K3-PKTDMA.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0135-dmaengine-ti-k3-udma-Initial-support-for-K3-PKTDMA.patch rename to recipes-kernel/linux/files/patches-5.10/0134-dmaengine-ti-k3-udma-Initial-support-for-K3-PKTDMA.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0136-dmaengine-ti-k3-udma-glue-Add-support-for-K3-PKTDMA.patch b/recipes-kernel/linux/files/patches-5.10/0135-dmaengine-ti-k3-udma-glue-Add-support-for-K3-PKTDMA.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0136-dmaengine-ti-k3-udma-glue-Add-support-for-K3-PKTDMA.patch rename to recipes-kernel/linux/files/patches-5.10/0135-dmaengine-ti-k3-udma-glue-Add-support-for-K3-PKTDMA.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0137-soc-ti-k3-ringacc-Use-correct-error-casting-in-k3_ri.patch b/recipes-kernel/linux/files/patches-5.10/0136-soc-ti-k3-ringacc-Use-correct-error-casting-in-k3_ri.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0137-soc-ti-k3-ringacc-Use-correct-error-casting-in-k3_ri.patch rename to recipes-kernel/linux/files/patches-5.10/0136-soc-ti-k3-ringacc-Use-correct-error-casting-in-k3_ri.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0138-dmaengine-ti-k3-udma-Fix-pktdma-rchan-TPL-level-setu.patch b/recipes-kernel/linux/files/patches-5.10/0137-dmaengine-ti-k3-udma-Fix-pktdma-rchan-TPL-level-setu.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0138-dmaengine-ti-k3-udma-Fix-pktdma-rchan-TPL-level-setu.patch rename to recipes-kernel/linux/files/patches-5.10/0137-dmaengine-ti-k3-udma-Fix-pktdma-rchan-TPL-level-setu.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0139-dmaengine-ti-k3-udma-Set-rflow-count-for-BCDMA-split.patch b/recipes-kernel/linux/files/patches-5.10/0138-dmaengine-ti-k3-udma-Set-rflow-count-for-BCDMA-split.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0139-dmaengine-ti-k3-udma-Set-rflow-count-for-BCDMA-split.patch rename to recipes-kernel/linux/files/patches-5.10/0138-dmaengine-ti-k3-udma-Set-rflow-count-for-BCDMA-split.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0140-dmaengine-Extend-the-dmaengine_alignment-for-128-and.patch b/recipes-kernel/linux/files/patches-5.10/0139-dmaengine-Extend-the-dmaengine_alignment-for-128-and.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0140-dmaengine-Extend-the-dmaengine_alignment-for-128-and.patch rename to recipes-kernel/linux/files/patches-5.10/0139-dmaengine-Extend-the-dmaengine_alignment-for-128-and.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0141-dmaengine-ti-k3-udma-Add-support-for-burst_size-conf.patch b/recipes-kernel/linux/files/patches-5.10/0140-dmaengine-ti-k3-udma-Add-support-for-burst_size-conf.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0141-dmaengine-ti-k3-udma-Add-support-for-burst_size-conf.patch rename to recipes-kernel/linux/files/patches-5.10/0140-dmaengine-ti-k3-udma-Add-support-for-burst_size-conf.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0142-dmaengine-ti-k3-udma-Do-not-initialize-ret-in-tisci-.patch b/recipes-kernel/linux/files/patches-5.10/0141-dmaengine-ti-k3-udma-Do-not-initialize-ret-in-tisci-.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0142-dmaengine-ti-k3-udma-Do-not-initialize-ret-in-tisci-.patch rename to recipes-kernel/linux/files/patches-5.10/0141-dmaengine-ti-k3-udma-Do-not-initialize-ret-in-tisci-.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0143-firmware-ti_sci-Update-ti_sci_msg_req_reboot-to-incl.patch b/recipes-kernel/linux/files/patches-5.10/0142-firmware-ti_sci-Update-ti_sci_msg_req_reboot-to-incl.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0143-firmware-ti_sci-Update-ti_sci_msg_req_reboot-to-incl.patch rename to recipes-kernel/linux/files/patches-5.10/0142-firmware-ti_sci-Update-ti_sci_msg_req_reboot-to-incl.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0144-irqchip-irq-pruss-intc-Fix-enabling-of-intc-events.patch b/recipes-kernel/linux/files/patches-5.10/0143-irqchip-irq-pruss-intc-Fix-enabling-of-intc-events.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0144-irqchip-irq-pruss-intc-Fix-enabling-of-intc-events.patch rename to recipes-kernel/linux/files/patches-5.10/0143-irqchip-irq-pruss-intc-Fix-enabling-of-intc-events.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0145-irqchip-irq-pruss-intc-Fix-listed-IRQ-type-in-proc-i.patch b/recipes-kernel/linux/files/patches-5.10/0144-irqchip-irq-pruss-intc-Fix-listed-IRQ-type-in-proc-i.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0145-irqchip-irq-pruss-intc-Fix-listed-IRQ-type-in-proc-i.patch rename to recipes-kernel/linux/files/patches-5.10/0144-irqchip-irq-pruss-intc-Fix-listed-IRQ-type-in-proc-i.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0146-HACK-irqchip-irq-pruss-intc-Fix-processing-of-IEP-in.patch b/recipes-kernel/linux/files/patches-5.10/0145-HACK-irqchip-irq-pruss-intc-Fix-processing-of-IEP-in.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0146-HACK-irqchip-irq-pruss-intc-Fix-processing-of-IEP-in.patch rename to recipes-kernel/linux/files/patches-5.10/0145-HACK-irqchip-irq-pruss-intc-Fix-processing-of-IEP-in.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0147-irqchip-irq-pruss-intc-Fix-build-warning.patch b/recipes-kernel/linux/files/patches-5.10/0146-irqchip-irq-pruss-intc-Fix-build-warning.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0147-irqchip-irq-pruss-intc-Fix-build-warning.patch rename to recipes-kernel/linux/files/patches-5.10/0146-irqchip-irq-pruss-intc-Fix-build-warning.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0148-arm64-dts-ti-k3-am65-main-Add-PRU-system-events-for-.patch b/recipes-kernel/linux/files/patches-5.10/0147-arm64-dts-ti-k3-am65-main-Add-PRU-system-events-for-.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0148-arm64-dts-ti-k3-am65-main-Add-PRU-system-events-for-.patch rename to recipes-kernel/linux/files/patches-5.10/0147-arm64-dts-ti-k3-am65-main-Add-PRU-system-events-for-.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0149-net-phy-dp83867-add-w-a-for-packet-errors-seen-with-.patch b/recipes-kernel/linux/files/patches-5.10/0148-net-phy-dp83867-add-w-a-for-packet-errors-seen-with-.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0149-net-phy-dp83867-add-w-a-for-packet-errors-seen-with-.patch rename to recipes-kernel/linux/files/patches-5.10/0148-net-phy-dp83867-add-w-a-for-packet-errors-seen-with-.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0150-net-phy-dp83867-perform-soft-reset-and-retain-establ.patch b/recipes-kernel/linux/files/patches-5.10/0149-net-phy-dp83867-perform-soft-reset-and-retain-establ.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0150-net-phy-dp83867-perform-soft-reset-and-retain-establ.patch rename to recipes-kernel/linux/files/patches-5.10/0149-net-phy-dp83867-perform-soft-reset-and-retain-establ.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0151-net-ethernet-ti-icssg_prueth-move-miig_rt-api-in-sep.patch b/recipes-kernel/linux/files/patches-5.10/0150-net-ethernet-ti-icssg_prueth-move-miig_rt-api-in-sep.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0151-net-ethernet-ti-icssg_prueth-move-miig_rt-api-in-sep.patch rename to recipes-kernel/linux/files/patches-5.10/0150-net-ethernet-ti-icssg_prueth-move-miig_rt-api-in-sep.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0152-net-ethernet-ti-icssg_prueth-skip-rgmii-delay-if-not.patch b/recipes-kernel/linux/files/patches-5.10/0151-net-ethernet-ti-icssg_prueth-skip-rgmii-delay-if-not.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0152-net-ethernet-ti-icssg_prueth-skip-rgmii-delay-if-not.patch rename to recipes-kernel/linux/files/patches-5.10/0151-net-ethernet-ti-icssg_prueth-skip-rgmii-delay-if-not.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0153-net-ethernet-ti-icssg_prueth-simplify-icssg_config_i.patch b/recipes-kernel/linux/files/patches-5.10/0152-net-ethernet-ti-icssg_prueth-simplify-icssg_config_i.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0153-net-ethernet-ti-icssg_prueth-simplify-icssg_config_i.patch rename to recipes-kernel/linux/files/patches-5.10/0152-net-ethernet-ti-icssg_prueth-simplify-icssg_config_i.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0154-net-ethernet-ti-icssg_prueth-add-mii-phy-interface-m.patch b/recipes-kernel/linux/files/patches-5.10/0153-net-ethernet-ti-icssg_prueth-add-mii-phy-interface-m.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0154-net-ethernet-ti-icssg_prueth-add-mii-phy-interface-m.patch rename to recipes-kernel/linux/files/patches-5.10/0153-net-ethernet-ti-icssg_prueth-add-mii-phy-interface-m.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0155-net-ethernet-ti-icssg_prueth-fix-llvm-build-warn.patch b/recipes-kernel/linux/files/patches-5.10/0154-net-ethernet-ti-icssg_prueth-fix-llvm-build-warn.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0155-net-ethernet-ti-icssg_prueth-fix-llvm-build-warn.patch rename to recipes-kernel/linux/files/patches-5.10/0154-net-ethernet-ti-icssg_prueth-fix-llvm-build-warn.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0156-dmaengine-ti-k3-udma-glue-do-not-create-glue-dma-dev.patch b/recipes-kernel/linux/files/patches-5.10/0155-dmaengine-ti-k3-udma-glue-do-not-create-glue-dma-dev.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0156-dmaengine-ti-k3-udma-glue-do-not-create-glue-dma-dev.patch rename to recipes-kernel/linux/files/patches-5.10/0155-dmaengine-ti-k3-udma-glue-do-not-create-glue-dma-dev.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0157-net-ethernet-ti-icss_iep-fix-phc2sys-sync.patch b/recipes-kernel/linux/files/patches-5.10/0156-net-ethernet-ti-icss_iep-fix-phc2sys-sync.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0157-net-ethernet-ti-icss_iep-fix-phc2sys-sync.patch rename to recipes-kernel/linux/files/patches-5.10/0156-net-ethernet-ti-icss_iep-fix-phc2sys-sync.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0158-net-ethernet-ti-icssg_prueth-declare-NETIF_F_SG-supp.patch b/recipes-kernel/linux/files/patches-5.10/0157-net-ethernet-ti-icssg_prueth-declare-NETIF_F_SG-supp.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0158-net-ethernet-ti-icssg_prueth-declare-NETIF_F_SG-supp.patch rename to recipes-kernel/linux/files/patches-5.10/0157-net-ethernet-ti-icssg_prueth-declare-NETIF_F_SG-supp.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0159-net-ethernet-ti-icssg_config-Refractor-Shared-memory.patch b/recipes-kernel/linux/files/patches-5.10/0158-net-ethernet-ti-icssg_config-Refractor-Shared-memory.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0159-net-ethernet-ti-icssg_config-Refractor-Shared-memory.patch rename to recipes-kernel/linux/files/patches-5.10/0158-net-ethernet-ti-icssg_config-Refractor-Shared-memory.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0160-net-ethernet-ti-icssg_prueth-Add-helper-functions-to.patch b/recipes-kernel/linux/files/patches-5.10/0159-net-ethernet-ti-icssg_prueth-Add-helper-functions-to.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0160-net-ethernet-ti-icssg_prueth-Add-helper-functions-to.patch rename to recipes-kernel/linux/files/patches-5.10/0159-net-ethernet-ti-icssg_prueth-Add-helper-functions-to.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0161-net-ethernet-ti-icssg_prueth-Zero-shared-buffers-bef.patch b/recipes-kernel/linux/files/patches-5.10/0160-net-ethernet-ti-icssg_prueth-Zero-shared-buffers-bef.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0161-net-ethernet-ti-icssg_prueth-Zero-shared-buffers-bef.patch rename to recipes-kernel/linux/files/patches-5.10/0160-net-ethernet-ti-icssg_prueth-Zero-shared-buffers-bef.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0162-net-ethernet-ti-icssg_switch-Add-switchdev-based-dri.patch b/recipes-kernel/linux/files/patches-5.10/0161-net-ethernet-ti-icssg_switch-Add-switchdev-based-dri.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0162-net-ethernet-ti-icssg_switch-Add-switchdev-based-dri.patch rename to recipes-kernel/linux/files/patches-5.10/0161-net-ethernet-ti-icssg_switch-Add-switchdev-based-dri.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0163-net-ethernet-ti-icssg_prueth-Add-support-for-ICSSG-s.patch b/recipes-kernel/linux/files/patches-5.10/0162-net-ethernet-ti-icssg_prueth-Add-support-for-ICSSG-s.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0163-net-ethernet-ti-icssg_prueth-Add-support-for-ICSSG-s.patch rename to recipes-kernel/linux/files/patches-5.10/0162-net-ethernet-ti-icssg_prueth-Add-support-for-ICSSG-s.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0164-net-ethernet-ti-icssg_prueth-Export-prueth_iep_getti.patch b/recipes-kernel/linux/files/patches-5.10/0163-net-ethernet-ti-icssg_prueth-Export-prueth_iep_getti.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0164-net-ethernet-ti-icssg_prueth-Export-prueth_iep_getti.patch rename to recipes-kernel/linux/files/patches-5.10/0163-net-ethernet-ti-icssg_prueth-Export-prueth_iep_getti.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0165-net-ethernet-ti-icssg_prueth-add-TAPRIO-offload-supp.patch b/recipes-kernel/linux/files/patches-5.10/0164-net-ethernet-ti-icssg_prueth-add-TAPRIO-offload-supp.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0165-net-ethernet-ti-icssg_prueth-add-TAPRIO-offload-supp.patch rename to recipes-kernel/linux/files/patches-5.10/0164-net-ethernet-ti-icssg_prueth-add-TAPRIO-offload-supp.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0166-net-ethernet-ti-icssg_prueth-add-IET-Frame-preemptio.patch b/recipes-kernel/linux/files/patches-5.10/0165-net-ethernet-ti-icssg_prueth-add-IET-Frame-preemptio.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0166-net-ethernet-ti-icssg_prueth-add-IET-Frame-preemptio.patch rename to recipes-kernel/linux/files/patches-5.10/0165-net-ethernet-ti-icssg_prueth-add-IET-Frame-preemptio.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0167-net-ethernet-ti-icssg_prueth-add-priv-flags-to-confi.patch b/recipes-kernel/linux/files/patches-5.10/0166-net-ethernet-ti-icssg_prueth-add-priv-flags-to-confi.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0167-net-ethernet-ti-icssg_prueth-add-priv-flags-to-confi.patch rename to recipes-kernel/linux/files/patches-5.10/0166-net-ethernet-ti-icssg_prueth-add-priv-flags-to-confi.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0168-net-ethernet-ti-icssg_prueth-enable-IET-FPE-feature-.patch b/recipes-kernel/linux/files/patches-5.10/0167-net-ethernet-ti-icssg_prueth-enable-IET-FPE-feature-.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0168-net-ethernet-ti-icssg_prueth-enable-IET-FPE-feature-.patch rename to recipes-kernel/linux/files/patches-5.10/0167-net-ethernet-ti-icssg_prueth-enable-IET-FPE-feature-.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0169-net-ethernet-ti-icssg_prueth-Support-for-transparent.patch b/recipes-kernel/linux/files/patches-5.10/0168-net-ethernet-ti-icssg_prueth-Support-for-transparent.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0169-net-ethernet-ti-icssg_prueth-Support-for-transparent.patch rename to recipes-kernel/linux/files/patches-5.10/0168-net-ethernet-ti-icssg_prueth-Support-for-transparent.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0170-net-ethernet-ti-icssg_prueth-move-phy-init-in-.ndo_o.patch b/recipes-kernel/linux/files/patches-5.10/0169-net-ethernet-ti-icssg_prueth-move-phy-init-in-.ndo_o.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0170-net-ethernet-ti-icssg_prueth-move-phy-init-in-.ndo_o.patch rename to recipes-kernel/linux/files/patches-5.10/0169-net-ethernet-ti-icssg_prueth-move-phy-init-in-.ndo_o.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0171-dmaengine-ti-k3-udma-Set-bchan-to-NULL-if-a-channel-.patch b/recipes-kernel/linux/files/patches-5.10/0170-dmaengine-ti-k3-udma-Set-bchan-to-NULL-if-a-channel-.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0171-dmaengine-ti-k3-udma-Set-bchan-to-NULL-if-a-channel-.patch rename to recipes-kernel/linux/files/patches-5.10/0170-dmaengine-ti-k3-udma-Set-bchan-to-NULL-if-a-channel-.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0172-dmaengine-ti-k3-udma-Set-r-tchan-or-rflow-to-NULL-if.patch b/recipes-kernel/linux/files/patches-5.10/0171-dmaengine-ti-k3-udma-Set-r-tchan-or-rflow-to-NULL-if.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0172-dmaengine-ti-k3-udma-Set-r-tchan-or-rflow-to-NULL-if.patch rename to recipes-kernel/linux/files/patches-5.10/0171-dmaengine-ti-k3-udma-Set-r-tchan-or-rflow-to-NULL-if.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0173-net-ethernet-ti-icssg_prueth-fix-init-after-adding-s.patch b/recipes-kernel/linux/files/patches-5.10/0172-net-ethernet-ti-icssg_prueth-fix-init-after-adding-s.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0173-net-ethernet-ti-icssg_prueth-fix-init-after-adding-s.patch rename to recipes-kernel/linux/files/patches-5.10/0172-net-ethernet-ti-icssg_prueth-fix-init-after-adding-s.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0174-PCI-keystone-Add-quirk-to-mark-AM654-RC-BAR-flag-as-.patch b/recipes-kernel/linux/files/patches-5.10/0173-PCI-keystone-Add-quirk-to-mark-AM654-RC-BAR-flag-as-.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0174-PCI-keystone-Add-quirk-to-mark-AM654-RC-BAR-flag-as-.patch rename to recipes-kernel/linux/files/patches-5.10/0173-PCI-keystone-Add-quirk-to-mark-AM654-RC-BAR-flag-as-.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0175-net-ti-icssg_prueth-Fix-NULL-pointer-deference-durin.patch b/recipes-kernel/linux/files/patches-5.10/0174-net-ti-icssg_prueth-Fix-NULL-pointer-deference-durin.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0175-net-ti-icssg_prueth-Fix-NULL-pointer-deference-durin.patch rename to recipes-kernel/linux/files/patches-5.10/0174-net-ti-icssg_prueth-Fix-NULL-pointer-deference-durin.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0176-net-ti-icssg_qos-Remove-icssg_qos_cleanup.patch b/recipes-kernel/linux/files/patches-5.10/0175-net-ti-icssg_qos-Remove-icssg_qos_cleanup.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0176-net-ti-icssg_qos-Remove-icssg_qos_cleanup.patch rename to recipes-kernel/linux/files/patches-5.10/0175-net-ti-icssg_qos-Remove-icssg_qos_cleanup.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0177-net-ti-icssg_qos-Fix-IET-Frame-Preemption-disable-pa.patch b/recipes-kernel/linux/files/patches-5.10/0176-net-ti-icssg_qos-Fix-IET-Frame-Preemption-disable-pa.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0177-net-ti-icssg_qos-Fix-IET-Frame-Preemption-disable-pa.patch rename to recipes-kernel/linux/files/patches-5.10/0176-net-ti-icssg_qos-Fix-IET-Frame-Preemption-disable-pa.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0178-net-ti-icssg_prueth-Fix-NULL-pointer-deference-durin.patch b/recipes-kernel/linux/files/patches-5.10/0177-net-ti-icssg_prueth-Fix-NULL-pointer-deference-durin.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0178-net-ti-icssg_prueth-Fix-NULL-pointer-deference-durin.patch rename to recipes-kernel/linux/files/patches-5.10/0177-net-ti-icssg_prueth-Fix-NULL-pointer-deference-durin.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0179-net-ethernet-ti-Fix-buffer-SRAM-overlaps-in-EMAC-mod.patch b/recipes-kernel/linux/files/patches-5.10/0178-net-ethernet-ti-Fix-buffer-SRAM-overlaps-in-EMAC-mod.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0179-net-ethernet-ti-Fix-buffer-SRAM-overlaps-in-EMAC-mod.patch rename to recipes-kernel/linux/files/patches-5.10/0178-net-ethernet-ti-Fix-buffer-SRAM-overlaps-in-EMAC-mod.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0180-net-ethernet-ti-icss_iep-Add-missing-spin_lock_init.patch b/recipes-kernel/linux/files/patches-5.10/0179-net-ethernet-ti-icss_iep-Add-missing-spin_lock_init.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0180-net-ethernet-ti-icss_iep-Add-missing-spin_lock_init.patch rename to recipes-kernel/linux/files/patches-5.10/0179-net-ethernet-ti-icss_iep-Add-missing-spin_lock_init.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0181-net-ethernet-ti-icss_iep-Enable-regmap-fast_io-for-i.patch b/recipes-kernel/linux/files/patches-5.10/0180-net-ethernet-ti-icss_iep-Enable-regmap-fast_io-for-i.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0181-net-ethernet-ti-icss_iep-Enable-regmap-fast_io-for-i.patch rename to recipes-kernel/linux/files/patches-5.10/0180-net-ethernet-ti-icss_iep-Enable-regmap-fast_io-for-i.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0182-net-ti-icssg_prueth-Support-multiple-TX-timestamp-re.patch b/recipes-kernel/linux/files/patches-5.10/0181-net-ti-icssg_prueth-Support-multiple-TX-timestamp-re.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0182-net-ti-icssg_prueth-Support-multiple-TX-timestamp-re.patch rename to recipes-kernel/linux/files/patches-5.10/0181-net-ti-icssg_prueth-Support-multiple-TX-timestamp-re.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0183-net-ti-icssg-select-NET_DEVLINK.patch b/recipes-kernel/linux/files/patches-5.10/0182-net-ti-icssg-select-NET_DEVLINK.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0183-net-ti-icssg-select-NET_DEVLINK.patch rename to recipes-kernel/linux/files/patches-5.10/0182-net-ti-icssg-select-NET_DEVLINK.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0184-net-ethernet-ti-icssg_prueth-Restore-half-duplex-sup.patch b/recipes-kernel/linux/files/patches-5.10/0183-net-ethernet-ti-icssg_prueth-Restore-half-duplex-sup.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0184-net-ethernet-ti-icssg_prueth-Restore-half-duplex-sup.patch rename to recipes-kernel/linux/files/patches-5.10/0183-net-ethernet-ti-icssg_prueth-Restore-half-duplex-sup.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0185-net-ethernet-ti-icssg_prueth-fix-devlink-port-regist.patch b/recipes-kernel/linux/files/patches-5.10/0184-net-ethernet-ti-icssg_prueth-fix-devlink-port-regist.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0185-net-ethernet-ti-icssg_prueth-fix-devlink-port-regist.patch rename to recipes-kernel/linux/files/patches-5.10/0184-net-ethernet-ti-icssg_prueth-fix-devlink-port-regist.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0186-net-ti-icssg_prueth-clean-up-pending-TX-timestamp-re.patch b/recipes-kernel/linux/files/patches-5.10/0185-net-ti-icssg_prueth-clean-up-pending-TX-timestamp-re.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0186-net-ti-icssg_prueth-clean-up-pending-TX-timestamp-re.patch rename to recipes-kernel/linux/files/patches-5.10/0185-net-ti-icssg_prueth-clean-up-pending-TX-timestamp-re.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0187-net-ti-icssg_prueth-fix-missed-back-to-back-TX-times.patch b/recipes-kernel/linux/files/patches-5.10/0186-net-ti-icssg_prueth-fix-missed-back-to-back-TX-times.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0187-net-ti-icssg_prueth-fix-missed-back-to-back-TX-times.patch rename to recipes-kernel/linux/files/patches-5.10/0186-net-ti-icssg_prueth-fix-missed-back-to-back-TX-times.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0188-net-ti-icssg-prueth-move-phy_connect-phy_disconnect.patch b/recipes-kernel/linux/files/patches-5.10/0187-net-ti-icssg-prueth-move-phy_connect-phy_disconnect.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0188-net-ti-icssg-prueth-move-phy_connect-phy_disconnect.patch rename to recipes-kernel/linux/files/patches-5.10/0187-net-ti-icssg-prueth-move-phy_connect-phy_disconnect.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0189-mmc-sdhci_am654-Disable-data-error-interrupts-while-.patch b/recipes-kernel/linux/files/patches-5.10/0188-mmc-sdhci_am654-Disable-data-error-interrupts-while-.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0189-mmc-sdhci_am654-Disable-data-error-interrupts-while-.patch rename to recipes-kernel/linux/files/patches-5.10/0188-mmc-sdhci_am654-Disable-data-error-interrupts-while-.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0190-mmc-sdhci_am654-Add-support-for-PM-suspend-resume.patch b/recipes-kernel/linux/files/patches-5.10/0189-mmc-sdhci_am654-Add-support-for-PM-suspend-resume.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0190-mmc-sdhci_am654-Add-support-for-PM-suspend-resume.patch rename to recipes-kernel/linux/files/patches-5.10/0189-mmc-sdhci_am654-Add-support-for-PM-suspend-resume.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0191-net-ti-icssg_prueth-support-larger-MTU-of-upto-1982-.patch b/recipes-kernel/linux/files/patches-5.10/0190-net-ti-icssg_prueth-support-larger-MTU-of-upto-1982-.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0191-net-ti-icssg_prueth-support-larger-MTU-of-upto-1982-.patch rename to recipes-kernel/linux/files/patches-5.10/0190-net-ti-icssg_prueth-support-larger-MTU-of-upto-1982-.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0192-dmaengine-ti-k3-udma-Reset-UDMA_CHAN_RT-byte-counter.patch b/recipes-kernel/linux/files/patches-5.10/0191-dmaengine-ti-k3-udma-Reset-UDMA_CHAN_RT-byte-counter.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0192-dmaengine-ti-k3-udma-Reset-UDMA_CHAN_RT-byte-counter.patch rename to recipes-kernel/linux/files/patches-5.10/0191-dmaengine-ti-k3-udma-Reset-UDMA_CHAN_RT-byte-counter.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0193-mmc-host-sdhci_am654.c-Modified-autosuspend-delay.patch b/recipes-kernel/linux/files/patches-5.10/0192-mmc-host-sdhci_am654.c-Modified-autosuspend-delay.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0193-mmc-host-sdhci_am654.c-Modified-autosuspend-delay.patch rename to recipes-kernel/linux/files/patches-5.10/0192-mmc-host-sdhci_am654.c-Modified-autosuspend-delay.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0194-net-ti-icssg_prueth-Fix-overflowing-of-stats.patch b/recipes-kernel/linux/files/patches-5.10/0193-net-ti-icssg_prueth-Fix-overflowing-of-stats.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0194-net-ti-icssg_prueth-Fix-overflowing-of-stats.patch rename to recipes-kernel/linux/files/patches-5.10/0193-net-ti-icssg_prueth-Fix-overflowing-of-stats.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0195-dmaengine-ti-k3-udma-Respond-TX-done-if-DMA_PREP_INT.patch b/recipes-kernel/linux/files/patches-5.10/0194-dmaengine-ti-k3-udma-Respond-TX-done-if-DMA_PREP_INT.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0195-dmaengine-ti-k3-udma-Respond-TX-done-if-DMA_PREP_INT.patch rename to recipes-kernel/linux/files/patches-5.10/0194-dmaengine-ti-k3-udma-Respond-TX-done-if-DMA_PREP_INT.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0196-dmaengine-k3-udma-Add-system-suspend-resume-support.patch b/recipes-kernel/linux/files/patches-5.10/0195-dmaengine-k3-udma-Add-system-suspend-resume-support.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0196-dmaengine-k3-udma-Add-system-suspend-resume-support.patch rename to recipes-kernel/linux/files/patches-5.10/0195-dmaengine-k3-udma-Add-system-suspend-resume-support.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0197-clocksource-drivers-timer-ti-dm-Add-compatible-for-a.patch b/recipes-kernel/linux/files/patches-5.10/0196-clocksource-drivers-timer-ti-dm-Add-compatible-for-a.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0197-clocksource-drivers-timer-ti-dm-Add-compatible-for-a.patch rename to recipes-kernel/linux/files/patches-5.10/0196-clocksource-drivers-timer-ti-dm-Add-compatible-for-a.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0198-drivers-mmc-host-sdhci_am654-fix-start-loop-index.patch b/recipes-kernel/linux/files/patches-5.10/0197-drivers-mmc-host-sdhci_am654-fix-start-loop-index.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0198-drivers-mmc-host-sdhci_am654-fix-start-loop-index.patch rename to recipes-kernel/linux/files/patches-5.10/0197-drivers-mmc-host-sdhci_am654-fix-start-loop-index.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0199-drivers-mmc-host-sdhci_am654-update-OTAP-and-ITAP-de.patch b/recipes-kernel/linux/files/patches-5.10/0198-drivers-mmc-host-sdhci_am654-update-OTAP-and-ITAP-de.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0199-drivers-mmc-host-sdhci_am654-update-OTAP-and-ITAP-de.patch rename to recipes-kernel/linux/files/patches-5.10/0198-drivers-mmc-host-sdhci_am654-update-OTAP-and-ITAP-de.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0200-dmaengine-ti-k3-udma-Fix-BCDMA-for-case-w-o-BCHAN.patch b/recipes-kernel/linux/files/patches-5.10/0199-dmaengine-ti-k3-udma-Fix-BCDMA-for-case-w-o-BCHAN.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0200-dmaengine-ti-k3-udma-Fix-BCDMA-for-case-w-o-BCHAN.patch rename to recipes-kernel/linux/files/patches-5.10/0199-dmaengine-ti-k3-udma-Fix-BCDMA-for-case-w-o-BCHAN.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0201-dmaengine-ti-k3-udma-Do-conditional-decrement-of-UDM.patch b/recipes-kernel/linux/files/patches-5.10/0200-dmaengine-ti-k3-udma-Do-conditional-decrement-of-UDM.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0201-dmaengine-ti-k3-udma-Do-conditional-decrement-of-UDM.patch rename to recipes-kernel/linux/files/patches-5.10/0200-dmaengine-ti-k3-udma-Do-conditional-decrement-of-UDM.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0202-soc-ti-k3-ringacc-drop-loglevel-for-non-fatal-probe-.patch b/recipes-kernel/linux/files/patches-5.10/0201-soc-ti-k3-ringacc-drop-loglevel-for-non-fatal-probe-.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0202-soc-ti-k3-ringacc-drop-loglevel-for-non-fatal-probe-.patch rename to recipes-kernel/linux/files/patches-5.10/0201-soc-ti-k3-ringacc-drop-loglevel-for-non-fatal-probe-.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0203-dmaengine-ti-k3-udma-drop-loglevel-for-non-fatal-pro.patch b/recipes-kernel/linux/files/patches-5.10/0202-dmaengine-ti-k3-udma-drop-loglevel-for-non-fatal-pro.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0203-dmaengine-ti-k3-udma-drop-loglevel-for-non-fatal-pro.patch rename to recipes-kernel/linux/files/patches-5.10/0202-dmaengine-ti-k3-udma-drop-loglevel-for-non-fatal-pro.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0204-net-ethernet-ti-icssg_prueth-Use-page_pool-API-for-R.patch b/recipes-kernel/linux/files/patches-5.10/0203-net-ethernet-ti-icssg_prueth-Use-page_pool-API-for-R.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0204-net-ethernet-ti-icssg_prueth-Use-page_pool-API-for-R.patch rename to recipes-kernel/linux/files/patches-5.10/0203-net-ethernet-ti-icssg_prueth-Use-page_pool-API-for-R.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0205-net-ethernet-ti-icssg_prueth-introduce-and-use-pruet.patch b/recipes-kernel/linux/files/patches-5.10/0204-net-ethernet-ti-icssg_prueth-introduce-and-use-pruet.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0205-net-ethernet-ti-icssg_prueth-introduce-and-use-pruet.patch rename to recipes-kernel/linux/files/patches-5.10/0204-net-ethernet-ti-icssg_prueth-introduce-and-use-pruet.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0206-net-ethernet-ti-icssg_prueth-Add-AF_XDP-support.patch b/recipes-kernel/linux/files/patches-5.10/0205-net-ethernet-ti-icssg_prueth-Add-AF_XDP-support.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0206-net-ethernet-ti-icssg_prueth-Add-AF_XDP-support.patch rename to recipes-kernel/linux/files/patches-5.10/0205-net-ethernet-ti-icssg_prueth-Add-AF_XDP-support.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0207-tee-add-tee_shm_register_-user-kernel-_buf.patch b/recipes-kernel/linux/files/patches-5.10/0206-tee-add-tee_shm_register_-user-kernel-_buf.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0207-tee-add-tee_shm_register_-user-kernel-_buf.patch rename to recipes-kernel/linux/files/patches-5.10/0206-tee-add-tee_shm_register_-user-kernel-_buf.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0208-efi-expose-efivar-generic-ops-register-function.patch b/recipes-kernel/linux/files/patches-5.10/0207-efi-expose-efivar-generic-ops-register-function.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0208-efi-expose-efivar-generic-ops-register-function.patch rename to recipes-kernel/linux/files/patches-5.10/0207-efi-expose-efivar-generic-ops-register-function.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0209-efi-Add-EFI_ACCESS_DENIED-status-code.patch b/recipes-kernel/linux/files/patches-5.10/0208-efi-Add-EFI_ACCESS_DENIED-status-code.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0209-efi-Add-EFI_ACCESS_DENIED-status-code.patch rename to recipes-kernel/linux/files/patches-5.10/0208-efi-Add-EFI_ACCESS_DENIED-status-code.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0210-efi-Add-tee-based-EFI-variable-driver.patch b/recipes-kernel/linux/files/patches-5.10/0209-efi-Add-tee-based-EFI-variable-driver.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0210-efi-Add-tee-based-EFI-variable-driver.patch rename to recipes-kernel/linux/files/patches-5.10/0209-efi-Add-tee-based-EFI-variable-driver.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0211-pinctrl-pinmux-add-function-selector-to-pinmux-funct.patch b/recipes-kernel/linux/files/patches-5.10/0210-pinctrl-pinmux-add-function-selector-to-pinmux-funct.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0211-pinctrl-pinmux-add-function-selector-to-pinmux-funct.patch rename to recipes-kernel/linux/files/patches-5.10/0210-pinctrl-pinmux-add-function-selector-to-pinmux-funct.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0212-pinctrl-single-set-function-name-when-adding-functio.patch b/recipes-kernel/linux/files/patches-5.10/0211-pinctrl-single-set-function-name-when-adding-functio.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0212-pinctrl-single-set-function-name-when-adding-functio.patch rename to recipes-kernel/linux/files/patches-5.10/0211-pinctrl-single-set-function-name-when-adding-functio.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0213-pinctrl-use-to-octal-permissions-for-debugfs-files.patch b/recipes-kernel/linux/files/patches-5.10/0212-pinctrl-use-to-octal-permissions-for-debugfs-files.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0213-pinctrl-use-to-octal-permissions-for-debugfs-files.patch rename to recipes-kernel/linux/files/patches-5.10/0212-pinctrl-use-to-octal-permissions-for-debugfs-files.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0214-pinctrl-pinmux-Add-pinmux-select-debugfs-file.patch b/recipes-kernel/linux/files/patches-5.10/0213-pinctrl-pinmux-Add-pinmux-select-debugfs-file.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0214-pinctrl-pinmux-Add-pinmux-select-debugfs-file.patch rename to recipes-kernel/linux/files/patches-5.10/0213-pinctrl-pinmux-Add-pinmux-select-debugfs-file.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0215-pinctrl-core-Handling-pinmux-and-pinconf-separately.patch b/recipes-kernel/linux/files/patches-5.10/0214-pinctrl-core-Handling-pinmux-and-pinconf-separately.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0215-pinctrl-core-Handling-pinmux-and-pinconf-separately.patch rename to recipes-kernel/linux/files/patches-5.10/0214-pinctrl-core-Handling-pinmux-and-pinconf-separately.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0216-pinctrl-core-Set-ret-to-0-when-group-is-skipped.patch b/recipes-kernel/linux/files/patches-5.10/0215-pinctrl-core-Set-ret-to-0-when-group-is-skipped.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0216-pinctrl-core-Set-ret-to-0-when-group-is-skipped.patch rename to recipes-kernel/linux/files/patches-5.10/0215-pinctrl-core-Set-ret-to-0-when-group-is-skipped.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0217-pinctrl-pinctrl-single-remove-unused-variable.patch b/recipes-kernel/linux/files/patches-5.10/0216-pinctrl-pinctrl-single-remove-unused-variable.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0217-pinctrl-pinctrl-single-remove-unused-variable.patch rename to recipes-kernel/linux/files/patches-5.10/0216-pinctrl-pinctrl-single-remove-unused-variable.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0218-pinctrl-core-Fix-kernel-doc-string-for-pin_get_name.patch b/recipes-kernel/linux/files/patches-5.10/0217-pinctrl-core-Fix-kernel-doc-string-for-pin_get_name.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0218-pinctrl-core-Fix-kernel-doc-string-for-pin_get_name.patch rename to recipes-kernel/linux/files/patches-5.10/0217-pinctrl-core-Fix-kernel-doc-string-for-pin_get_name.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0219-pinctrl-Introduce-MODE-group-in-enum-pin_config_para.patch b/recipes-kernel/linux/files/patches-5.10/0218-pinctrl-Introduce-MODE-group-in-enum-pin_config_para.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0219-pinctrl-Introduce-MODE-group-in-enum-pin_config_para.patch rename to recipes-kernel/linux/files/patches-5.10/0218-pinctrl-Introduce-MODE-group-in-enum-pin_config_para.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0220-arm64-dts-ti-iot2050-Definitions-for-runtime-pinmuxi.patch b/recipes-kernel/linux/files/patches-5.10/0219-arm64-dts-ti-iot2050-Definitions-for-runtime-pinmuxi.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0220-arm64-dts-ti-iot2050-Definitions-for-runtime-pinmuxi.patch rename to recipes-kernel/linux/files/patches-5.10/0219-arm64-dts-ti-iot2050-Definitions-for-runtime-pinmuxi.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0221-arm64-dts-ti-iot2050-Refactor-the-m.2-and-minipcie-p.patch b/recipes-kernel/linux/files/patches-5.10/0220-arm64-dts-ti-iot2050-Refactor-the-m.2-and-minipcie-p.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0221-arm64-dts-ti-iot2050-Refactor-the-m.2-and-minipcie-p.patch rename to recipes-kernel/linux/files/patches-5.10/0220-arm64-dts-ti-iot2050-Refactor-the-m.2-and-minipcie-p.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0222-net-ethernet-ti-icssg_prueth-Remove-Rx-enable-in-ini.patch b/recipes-kernel/linux/files/patches-5.10/0221-net-ethernet-ti-icssg_prueth-Remove-Rx-enable-in-ini.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0222-net-ethernet-ti-icssg_prueth-Remove-Rx-enable-in-ini.patch rename to recipes-kernel/linux/files/patches-5.10/0221-net-ethernet-ti-icssg_prueth-Remove-Rx-enable-in-ini.patch diff --git a/recipes-kernel/linux/files/patches-5.10/0223-net-ethernet-ti-icssg_prueth-Initialize-emac-speed-o.patch b/recipes-kernel/linux/files/patches-5.10/0222-net-ethernet-ti-icssg_prueth-Initialize-emac-speed-o.patch similarity index 100% rename from recipes-kernel/linux/files/patches-5.10/0223-net-ethernet-ti-icssg_prueth-Initialize-emac-speed-o.patch rename to recipes-kernel/linux/files/patches-5.10/0222-net-ethernet-ti-icssg_prueth-Initialize-emac-speed-o.patch