summaryrefslogtreecommitdiff
path: root/projects/linux/io/done/IIC-add-atomic_xfer.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'projects/linux/io/done/IIC-add-atomic_xfer.yaml')
-rw-r--r--projects/linux/io/done/IIC-add-atomic_xfer.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/projects/linux/io/done/IIC-add-atomic_xfer.yaml b/projects/linux/io/done/IIC-add-atomic_xfer.yaml
new file mode 100644
index 0000000..54c91ec
--- /dev/null
+++ b/projects/linux/io/done/IIC-add-atomic_xfer.yaml
@@ -0,0 +1,19 @@
+title: IIC; add atomic_xfer callbacks
+team: IO
+key: 591f9c90-70ad-11ea-9962-8faea49ce5f9
+assignee: Ulrich
+status: Done
+
+upstream:
+ - torvalds: a49cc1fe9d64a2dc4e19b599204f403e5d25f44b # i2c: sh_mobile: implement atomic transfers
+
+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/"
+ - "IIC v3: https://patchwork.kernel.org/patch/11792759/"
+ - "IIC v4: https://patchwork.kernel.org/patch/11804027/"
+ - "IIC merged"