summaryrefslogtreecommitdiff
path: root/projects/linux/io/IIC-I2C-add-atomic_xfer.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'projects/linux/io/IIC-I2C-add-atomic_xfer.yaml')
-rw-r--r--projects/linux/io/IIC-I2C-add-atomic_xfer.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/linux/io/IIC-I2C-add-atomic_xfer.yaml b/projects/linux/io/IIC-I2C-add-atomic_xfer.yaml
index cc2f3c3..f818b79 100644
--- a/projects/linux/io/IIC-I2C-add-atomic_xfer.yaml
+++ b/projects/linux/io/IIC-I2C-add-atomic_xfer.yaml
@@ -10,3 +10,6 @@ comments:
- "Ulrich prototypes the IIC driver first; can refactor non-atomic xfer routine"
- "IIC v1: https://patchwork.kernel.org/patch/11598605/"
- "IIC v2: https://patchwork.kernel.org/patch/11612451/"
+ - "IIC prototype tested by Wolfram, works"
+ - "need to ensure how to keep PM domain active that late, trying the reboot notifier"
+ - "reboot notifier v1: https://patchwork.kernel.org/patch/11749121/"