summaryrefslogtreecommitdiff
path: root/projects/linux/io/I2C-fix-slave-corner-cases.yaml
diff options
context:
space:
mode:
authorWolfram Sang <wsa+renesas@sang-engineering.com>2020-08-11 14:59:53 +0200
committerWolfram Sang <wsa+renesas@sang-engineering.com>2020-08-11 14:59:53 +0200
commitce2e4c9d77a753a0afe52b14f2e46bc76399db6c (patch)
tree3fa2b2165b9ab0a09748f480a58f5e4bbc5dda65 /projects/linux/io/I2C-fix-slave-corner-cases.yaml
parented5b066905b6dfdc50343735e35c5c5f4f85ef11 (diff)
projects: linux: io: update tasks after updates 20200806
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Diffstat (limited to 'projects/linux/io/I2C-fix-slave-corner-cases.yaml')
-rw-r--r--projects/linux/io/I2C-fix-slave-corner-cases.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/projects/linux/io/I2C-fix-slave-corner-cases.yaml b/projects/linux/io/I2C-fix-slave-corner-cases.yaml
index e603c28..d37b6e7 100644
--- a/projects/linux/io/I2C-fix-slave-corner-cases.yaml
+++ b/projects/linux/io/I2C-fix-slave-corner-cases.yaml
@@ -5,12 +5,25 @@ assignee: Wolfram
status: Active
upstream:
+ - next: 314139f9f0abdba61ed9a8463bbcb0bf900ac5a2 # i2c: rcar: slave: only send STOP event when we have been addressed
+ - torvalds: eb01597158ffb1853a7a7fc2c57d4c844640f75e # i2c: rcar: always clear ICSAR to avoid side effects
+ - next: c7c9e914f9a0478fba4dc6f227cfd69cf84a4063 # i2c: rcar: avoid race when unregistering slave
comments:
- "Issue 1: we should not monitor every STOP but only when we have been addressed"
- "v1 https://patchwork.kernel.org/patch/11632397/"
- "v2 https://patchwork.kernel.org/patch/11632107/"
+ - "v1 merged"
+
- "Issue 2: how to properly handle the FNA bit"
- "working prototype exists, waiting for confirmation from the HW team"
+
- "Issue 3: do we need to clear SAR when disabling the slave interface?"
- "working prototype exists, needs confirmation from the HW team"
+ - "only applies to Gen2, Gen3 is fine"
+ - "v1: https://patchwork.kernel.org/patch/11643625/"
+ - "v1 merged"
+
+ - "Issue 4: race when unregistering slave"
+ - "v1: https://patchwork.kernel.org/patch/11685989/"
+ - "v1 merged"