summaryrefslogtreecommitdiff
path: root/projects/linux/bsp-41x-non-target.yaml
diff options
context:
space:
mode:
authorWolfram Sang <wsa+renesas@sang-engineering.com>2021-04-13 11:26:36 +0200
committerWolfram Sang <wsa+renesas@sang-engineering.com>2021-04-13 11:28:59 +0200
commitebeffca3f56c6e5819c30d24e71c0f4f747cb2f2 (patch)
tree9b0e092a98cf5967a5f8bb443d02bfe4676f3a04 /projects/linux/bsp-41x-non-target.yaml
parent19bf11c6a49162b102ebee57ebe29da991887f9c (diff)
linux: bsp-41x: move I2C items to proper places
Either non-target, or a new upport task. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Diffstat (limited to 'projects/linux/bsp-41x-non-target.yaml')
-rw-r--r--projects/linux/bsp-41x-non-target.yaml2
1 files changed, 2 insertions, 0 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)