summaryrefslogtreecommitdiff
path: root/projects/linux/io/I2C-fix-slave-corner-cases.yaml
diff options
context:
space:
mode:
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"