summaryrefslogtreecommitdiff
path: root/projects/linux/io/IIC-I2C-add-atomic_xfer.yaml
diff options
context:
space:
mode:
authorWolfram Sang <wsa+renesas@sang-engineering.com>2020-09-03 11:21:03 +0200
committerWolfram Sang <wsa+renesas@sang-engineering.com>2020-09-03 12:56:11 +0200
commitcfee0330d2fc0c22801ee412115f1ed4201c7c4b (patch)
tree99402de43af128c012d0b9fe04aac26956b094ab /projects/linux/io/IIC-I2C-add-atomic_xfer.yaml
parentae089eb34d7de81d705c5649529e469a09dd16b1 (diff)
projects: linux: io: update tasks after updates 20200903
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
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/"