diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2021-04-13 11:26:36 +0200 |
---|---|---|
committer | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2021-04-13 11:28:59 +0200 |
commit | ebeffca3f56c6e5819c30d24e71c0f4f747cb2f2 (patch) | |
tree | 9b0e092a98cf5967a5f8bb443d02bfe4676f3a04 /projects/linux/io | |
parent | 19bf11c6a49162b102ebee57ebe29da991887f9c (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/io')
-rw-r--r-- | projects/linux/io/I2C-upport-BSP41-patches.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
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 |