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-07-02 08:58:22 +0200
committerWolfram Sang <wsa+renesas@sang-engineering.com>2020-07-02 11:47:14 +0200
commitbc4a1b6eea04382ccf5fc0a66ae08f9ca3e77266 (patch)
tree25a04bbcb54292458f0bfe1c41d763622902be29 /projects/linux/io/I2C-fix-slave-corner-cases.yaml
parent46da60ba4fad1c8023f3c3da99e0e2fb5cff3bfc (diff)
projects: linux: io: update tasks after updates 20200702
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.yaml16
1 files changed, 16 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
new file mode 100644
index 0000000..e603c28
--- /dev/null
+++ b/projects/linux/io/I2C-fix-slave-corner-cases.yaml
@@ -0,0 +1,16 @@
+title: I2C; fix issues when using the slave mode
+team: IO
+key: cd177762-bc48-11ea-af02-1fe19e7a99a4
+assignee: Wolfram
+status: Active
+
+upstream:
+
+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/"
+ - "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"