From f5240568501c8e9aa57ca02c55fb0552def5c15d Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Wed, 9 Feb 2022 16:02:49 +0100 Subject: bsp-51x-upport-request: Move identical requests to tasks (part 2) Several upport requests for bsp-51x existed in bsp-41x with the same patch summary, and were broken out in tasks before. Move them to the existing tasks. Signed-off-by: Geert Uytterhoeven --- projects/linux/io/RAVB-upport-PTP-fixes.yaml | 1 + projects/linux/io/SDHI-upport-BSP-fixes.yaml | 2 ++ projects/linux/io/V3U-enable_CAN.yaml | 4 ++++ projects/linux/io/done/BSP41-upport-unsorted-patches.yaml | 1 + projects/linux/io/done/PCI-fix-suspend.yaml | 3 +++ projects/linux/io/done/V3U-enable_PCI.yaml | 5 +++++ projects/linux/io/done/V3U-enable_PWM.yaml | 2 ++ projects/linux/io/done/V3U-enable_RPC.yaml | 1 + projects/linux/io/done/V3U-enable_TPU.yaml | 4 ++++ 9 files changed, 23 insertions(+) (limited to 'projects/linux/io') diff --git a/projects/linux/io/RAVB-upport-PTP-fixes.yaml b/projects/linux/io/RAVB-upport-PTP-fixes.yaml index 15cb681..2fc4521 100644 --- a/projects/linux/io/RAVB-upport-PTP-fixes.yaml +++ b/projects/linux/io/RAVB-upport-PTP-fixes.yaml @@ -13,6 +13,7 @@ bsp41x: bsp51x: - 82c3dad2888bb46099cebd4e9e6001c9954038ff # ravb: Fix ptp does not work after suspend and resume - 613316b8eea8732930c8f2eaa1191edd53321582 # ravb: Fix interrupt cause bit overwrite in ravb_ptp_interrupt + - 66ec37ed141982d6c356ca6ccace4a89b829b809 # ravb: Fix inconsistent lock state at enabling tx timestamp - 83d05115cc80815ad5af268c63322c91165b90c6 # ravb: fix ravb_ptp_interrupt result value overwrite upstream: diff --git a/projects/linux/io/SDHI-upport-BSP-fixes.yaml b/projects/linux/io/SDHI-upport-BSP-fixes.yaml index 9bf1f71..ae8e27b 100644 --- a/projects/linux/io/SDHI-upport-BSP-fixes.yaml +++ b/projects/linux/io/SDHI-upport-BSP-fixes.yaml @@ -12,9 +12,11 @@ bsp41x: - 20e5623df1aaa74301675122b910f063cdcabe7e # mmc: tmio: Add internal DMA transfer end bsp51x: + - 1f8eaa32650a2f67cc318f39c603f2c8282831a4 # arm64: dts: r8a77980-v3hsk: Enable onboard eMMC - e533a0ea555e061170b4102d9085c70546fe4768 # mmc: core: Issue power off notification in mmc_remove() - 15d7abbfc3f0dae379821824135d94a4f865a449 # mmc: renesas_sdhi: reset calibration register - 53c3958c01961421cd2b70c3dfebc9f391e00192 # mmc: renesas_sdhi: Add internal DMA transfer end + - e54e9682fbc229e7a168d63b2e49bc174353caed # mmc: tmio: Add internal DMA transfer end upstream: diff --git a/projects/linux/io/V3U-enable_CAN.yaml b/projects/linux/io/V3U-enable_CAN.yaml index 71844c4..2ae2618 100644 --- a/projects/linux/io/V3U-enable_CAN.yaml +++ b/projects/linux/io/V3U-enable_CAN.yaml @@ -9,6 +9,10 @@ bsp41x: - 236a7d2185b21c46064ccf6ece8905ddda16d5e7 # arm64: dts: r8a779a0: Add CANFD device node - f229902ff4b71c0ca6fe53c0d58b422b99ef354d # arm64: dts: r8a779a0-falcon: Add CANFD support +bsp51x: + - fad54852ed4e0199189cb79a1c19133347b4d4b2 # arm64: dts: r8a779a0: Add CANFD device node + - 555f036fa9b0f289f44d57f4e823f835c76a10b5 # arm64: dts: r8a779a0-falcon: Add CANFD support + upstream: comments: diff --git a/projects/linux/io/done/BSP41-upport-unsorted-patches.yaml b/projects/linux/io/done/BSP41-upport-unsorted-patches.yaml index 7c2274f..9b56f5b 100644 --- a/projects/linux/io/done/BSP41-upport-unsorted-patches.yaml +++ b/projects/linux/io/done/BSP41-upport-unsorted-patches.yaml @@ -12,6 +12,7 @@ bsp41x: bsp51x: - 5680e77f2427bdb7943e985c7840a362925c535f # i2c: rcar: Tidy up the register order for hardware specification ver1.00. + - 41394ab7420f45a66a949a9017a74aa4612543c2 # i2c: rcar: Fix I2C DMA transmission by setting sequence upstream: - torvalds: 2ea2e019c190ee3973ef7bcaf829d8762e56e635 # serial: sh-sci: Fix off-by-one error in FIFO threshold register setting diff --git a/projects/linux/io/done/PCI-fix-suspend.yaml b/projects/linux/io/done/PCI-fix-suspend.yaml index 002866e..b674af5 100644 --- a/projects/linux/io/done/PCI-fix-suspend.yaml +++ b/projects/linux/io/done/PCI-fix-suspend.yaml @@ -8,6 +8,9 @@ bsp41x: - 6c3a8adfec10cb6f4efa88e5dc58cd8ea34420ac # PCI: pcie-rcar: Add the suspend/resume for pcie-rcar driver - 3283eefba71ffd708c53048e4187dcdbc8638fb3 # PCI: pcie-rcar: Support runtime PM, link state L1 handling +bsp51x: + - 34c4ea50465d94bfc7ed230a0d8659063e112fea # PCI: pcie-rcar: Support runtime PM, link state L1 handling + upstream: - torvalds: ce351636c67f75a9f282ab69283be231d2c8e845 # PCI: rcar: Add suspend/resume - torvalds: a115b1bd3af0c2963e72f6e47143724c59251be6 # PCI: rcar: Add L1 link state fix into data abort hook diff --git a/projects/linux/io/done/V3U-enable_PCI.yaml b/projects/linux/io/done/V3U-enable_PCI.yaml index d0187c9..5953706 100644 --- a/projects/linux/io/done/V3U-enable_PCI.yaml +++ b/projects/linux/io/done/V3U-enable_PCI.yaml @@ -11,6 +11,11 @@ bsp41x: - 446d62ee0240fddf445ed0603f8d3eb755cab5de # arm64: dts: renesas: falcon: Enable PCIe - 62ce3827f6280bb2fa3c6ba0f754ece5ac0252e6 # arm64: defconfig: Enable Renesas R-Car PCIe host controller driver +bsp51x: + - f1b15af2bc03c9d6a0b8c1f6212831c2e2e7efec # arm64: dts: renesas: falcon: Add pfc node for PCIe + - d9f8e2a6fae1059031cd142126ef13cccf24ac3e # arm64: dts: renesas: r8a779a0: Add PCIe device node + - fdf5a98c984ad05cb06a009206a8c04e0c1e5904 # arm64: dts: renesas: falcon: Enable PCIe + upstream: comments: diff --git a/projects/linux/io/done/V3U-enable_PWM.yaml b/projects/linux/io/done/V3U-enable_PWM.yaml index 3b0b710..fa7ebac 100644 --- a/projects/linux/io/done/V3U-enable_PWM.yaml +++ b/projects/linux/io/done/V3U-enable_PWM.yaml @@ -9,7 +9,9 @@ bsp41x: - 91284dd61b7c36fe536d8ad6c473bbc04b4328da # arm64: dts: renesas: r8a779a0: Add PWM nodes bsp51x: + - 30c5a65da266b7cab3efa37056aec00c37abd13e # dt-bindings: pwm: Add R-Car V3U device tree bindings - f56ebd6b2b64650f657fe9b386bb81ccb325f4e2 # pwm: rcar: Add a judgment of the period out of range + - a5aea18a4989c604290ab9ac40cffb253cc0fb89 # arm64: dts: renesas: r8a779a0: Add PWM nodes upstream: diff --git a/projects/linux/io/done/V3U-enable_RPC.yaml b/projects/linux/io/done/V3U-enable_RPC.yaml index 959d2d7..dd13f0d 100644 --- a/projects/linux/io/done/V3U-enable_RPC.yaml +++ b/projects/linux/io/done/V3U-enable_RPC.yaml @@ -13,6 +13,7 @@ bsp41x: bsp51x: - a614604bbbb8f06844d993e67915afbda7d99e78 # arm64: dts: renesas: r8a779a0: Add RPC-IF node + - f8191efeb650c5107234255a56fb169b5628c852 # arm64: dts: renesas: falcon: Add QSPI flash support upstream: - torvalds: fff53a551db50f5edecaa0b29a64056ab8d2bbca # memory: renesas-rpc-if: Correct QSPI data transfer in Manual mode diff --git a/projects/linux/io/done/V3U-enable_TPU.yaml b/projects/linux/io/done/V3U-enable_TPU.yaml index 433c24c..68f51a6 100644 --- a/projects/linux/io/done/V3U-enable_TPU.yaml +++ b/projects/linux/io/done/V3U-enable_TPU.yaml @@ -8,6 +8,10 @@ bsp41x: - 30f8711382c676d89bcf59f068e764134dbbcc91 # dt-bindings: pwm: tpu: Add R-Car V3U device tree bindings - 87133703bb5a16ce4285a761ae3bd3f554b4cb45 # arm64: dts: renesas: r8a779a0: Add TPU node +bsp51x: + - 10d9b21ecef1d95c7102293f7db30e2251da1e11 # arm64: defconfig: Enable R-Car PWM-TPU by default + - 86f2fede9d01f321b289d60811f03821cfdff379 # arm64: dts: renesas: r8a779a0: Add TPU node + upstream: - torvalds: c6d387612b6659d6ea183cede83bb1635f62d117 # arm64: dts: renesas: r8a77961: Add TPU device node - torvalds: bdd8b0053f4ff0df889bd849f0789580e9faea3a # arm64: dts: renesas: r8a779a0: Add TPU device node -- cgit v1.2.3