summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--projects/linux/bsp-41x-non-target.yaml2
-rw-r--r--projects/linux/bsp-41x-upport-request.yaml6
-rw-r--r--projects/linux/io/I2C-upport-BSP41-patches.yaml22
3 files changed, 24 insertions, 6 deletions
diff --git a/projects/linux/bsp-41x-non-target.yaml b/projects/linux/bsp-41x-non-target.yaml
index 7ea8a37..2833d4f 100644
--- a/projects/linux/bsp-41x-non-target.yaml
+++ b/projects/linux/bsp-41x-non-target.yaml
@@ -460,3 +460,5 @@ bsp41x:
- 1879478df1c1fc8018afb4652ec83e8aa84c050e # ravb: Avoid unsupported internal delay mode for R-Car E3/D3 (torvalds: 8703ba77ec555b08c538beb728a4df1b72e0213e # arm64: dts: renesas: ebisu, draak: Limit EtherAVB to 100Mbps)
- 0c6c496e5891887a091218f85ba587a128a8f7c6 # ravb: Add register define for Gen3 (There is some value in documenting unused bits and registers, however, the value of this patch is not sufficient for upstream as it only documents the mnenonic of registers and bits, and that they are for Gen3. There is no information about the purpose of the bits and registers.)
- 7611fbaadd158554bcf40d4add224ad12b7ee183 # ravb: Fix register define for Gen3 (There is some value in documenting unused bits and registers, however, the value of this patch is not sufficient for upstream as it only documents the mnenonic of registers and bits, and that they are for Gen3. There is no information about the purpose of the bits and registers.)
+ - 1cf8a04de97aa9f41460cdcbdf6ed8596ebc93f6 # i2c: rcar: Fix handler processing when unintended interrupt (torvalds: 9c975c432bc0aa53a90438fc80b369cb35134a48 # i2c: rcar: protect against supurious interrupts on V3U)
+ - 222f99eef13efb8bfe71b74aad74062e658472d4 # i2c: rcar: Support the suspend/resume (https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=54635&state=*, already upstream)
diff --git a/projects/linux/bsp-41x-upport-request.yaml b/projects/linux/bsp-41x-upport-request.yaml
index d9096b2..f56743a 100644
--- a/projects/linux/bsp-41x-upport-request.yaml
+++ b/projects/linux/bsp-41x-upport-request.yaml
@@ -62,8 +62,6 @@ bsp41x:
- aff48242492b441213404874c9abac4182990df9 # arm64: dts: renesas: ulcb-kf: update for Yocto4.1.0
- 0cf6e36f5bf49e1c2aab87139ec5b588623c56f8 # media: i2c: add camera lvds support
- 55c7accd45642894717b027bce499a3f587a8b72 # media: i2c: add ov5642 sensor driver
- - b6dde4a58f547e0c52ff4c797b9d378419833eb7 # gpio: pca953x: do not ignore i2c errors
- - 6ef5ce0f8c690cb8b7697e18f5c20813d143d60f # i2c: mix: pca954x: reset mux in case of error during bus (de)select
- 4f12b00f6c73fc9ad90b009ad9c8d50fbf9f79f4 # MOST: dim2: Renesas R-Car3 variant
- 268e22e8b2b0f066d3a5cef85fbef9692c796c25 # ti-st: use proper way to get shutdown gpio
- 2ab29c7beb545e8d4e91714baf96d5a2c10e5c4d # pci: pcie-rcar: add regulators support
@@ -180,7 +178,6 @@ bsp41x:
- c700f0328ec33c8b07a1d194754184220bd351a7 # arm64: defconfig: Enable JFFS2 support by default
- 62ce3827f6280bb2fa3c6ba0f754ece5ac0252e6 # arm64: defconfig: Enable Renesas R-Car PCIe host controller driver
- 4e03f3c364e3118bf02639f4c9e6f2914c642abe # PCI: dwc: renesas: Add Renesas R-Car PCIe host controller driver
- - 1cf8a04de97aa9f41460cdcbdf6ed8596ebc93f6 # i2c: rcar: Fix handler processing when unintended interrupt
- 444f75c7d0efd993ff20800ca20a39b87126abc3 # arm64: dts: renesaas: r8a77990: Fixup power-domains of 3DGE for R-Car E3 ES1.0
- de41ca23ae1893772b8a6d3fbc2c73943c86bd46 # arm64: dts: r8a77990-ebisu-4d: Add lossy descompress area
- f9d4cc893a94b8c352f258b19e9c5e9256cc595f # arm64: dts: r8a77990-ebisu: Add Ebisu-4D board support
@@ -202,9 +199,6 @@ bsp41x:
- a65c6608efdf42310b465a9d864623348d092b37 # arm64: defconfig: Enable UIO support
- 947e3b63fa7990aa8ac968c0ddb48345fcdc1259 # uio: Add new ioctl for power management
- 12ef3158400ee43d9fb662f8dae804bc89aa5799 # serial: sh-sci: Fix transfer sequence of unsupport DMA transfer
- - 222f99eef13efb8bfe71b74aad74062e658472d4 # i2c: rcar: Support the suspend/resume
- - 86293fe9951d83eb6db6be8db54d5ff88bf89cab # i2c: rcar: Tidy up the register order for hardware specification ver1.00.
- - f3670a6aa2bd5f47d79fb0360c0a7a3eb629d1a0 # i2c: rcar: Fix I2C DMA transmission by setting sequence
- b05df20945c96d9e62db8acc5262c2a46f0bb7ae # soc: renesas: rcar-topology: Add support for R-Car capacity awareness
- c95710e3c42be1b3b627288ed9931ea29864ff7d # sched/core: Disable SD_ASYM_CPUCAPACITY for root_domains without asymmetry
- 28befca2b3680da502a19f47e8651b1f8cdcb3df # arm64: dts: r8a7796: Add cpu capacity-dmips-mhz
diff --git a/projects/linux/io/I2C-upport-BSP41-patches.yaml b/projects/linux/io/I2C-upport-BSP41-patches.yaml
new file mode 100644
index 0000000..8a48201
--- /dev/null
+++ b/projects/linux/io/I2C-upport-BSP41-patches.yaml
@@ -0,0 +1,22 @@
+title: I2C; upport patches from BSP4.1x
+team: IO
+key: 58564d54-9c3a-11eb-8bce-db35e785a1f7
+status: New
+
+bsp41x:
+ - 6ef5ce0f8c690cb8b7697e18f5c20813d143d60f # i2c: mix: pca954x: reset mux in case of error during bus (de)select
+ - 86293fe9951d83eb6db6be8db54d5ff88bf89cab # i2c: rcar: Tidy up the register order for hardware specification ver1.00.
+ - b6dde4a58f547e0c52ff4c797b9d378419833eb7 # gpio: pca953x: do not ignore i2c errors
+ - f3670a6aa2bd5f47d79fb0360c0a7a3eb629d1a0 # i2c: rcar: Fix I2C DMA transmission by setting sequence
+
+upstream:
+
+comments:
+ - 6ef5ce0f8c690cb8b7697e18f5c20813d143d60f:
+ - needs HW (only KingFisher found so far), a testcase and then an evaluation
+ - 86293fe9951d83eb6db6be8db54d5ff88bf89cab:
+ - double check and upport
+ - b6dde4a58f547e0c52ff4c797b9d378419833eb7:
+ - double check and upport
+ - f3670a6aa2bd5f47d79fb0360c0a7a3eb629d1a0:
+ - double check and upport