summaryrefslogtreecommitdiff
path: root/projects/linux/io/done
diff options
context:
space:
mode:
Diffstat (limited to 'projects/linux/io/done')
-rw-r--r--projects/linux/io/done/I2C-add-testunit.yaml19
-rw-r--r--projects/linux/io/done/I2C-implement-HostNotify.yaml24
-rw-r--r--projects/linux/io/done/SDHI-manual-calibration.yaml33
-rw-r--r--projects/linux/io/done/SDHI-refactor-reset.yaml22
4 files changed, 76 insertions, 22 deletions
diff --git a/projects/linux/io/done/I2C-add-testunit.yaml b/projects/linux/io/done/I2C-add-testunit.yaml
new file mode 100644
index 0000000..4475bf7
--- /dev/null
+++ b/projects/linux/io/done/I2C-add-testunit.yaml
@@ -0,0 +1,19 @@
+title: I2C; add a software testunit to test/implement additional features
+team: IO
+key: cbdfb88c-bc48-11ea-bc06-dfb1d88525f4
+assignee: Wolfram
+status: Done
+
+upstream:
+ - next: a8335c64c5f0916c9ee8b88835ce114085c3642e # i2c: add slave testunit driver
+
+comments:
+ - "preparational doc updates:"
+ - "https://patchwork.kernel.org/patch/11630291/"
+ - "https://patchwork.kernel.org/patch/11630293/"
+ - "https://patchwork.kernel.org/patch/11630295/"
+ - "actual implementation:"
+ - "RFC v1: https://patchwork.kernel.org/patch/11631987/"
+ - "v1 https://patchwork.kernel.org/patch/11769861/"
+ - "v2 https://patchwork.kernel.org/patch/11773045/"
+ - "merged"
diff --git a/projects/linux/io/done/I2C-implement-HostNotify.yaml b/projects/linux/io/done/I2C-implement-HostNotify.yaml
new file mode 100644
index 0000000..ea8bd7c
--- /dev/null
+++ b/projects/linux/io/done/I2C-implement-HostNotify.yaml
@@ -0,0 +1,24 @@
+title: I2C; implement SMBusHostNotify using the slave interface
+team: IO
+key: cd3f2a8c-bc48-11ea-9c13-3fd26b9b312b
+assignee: Wolfram
+status: Done
+
+upstream:
+ - next: c4651f11d09ac975b6593653edbf74b892523a8f # i2c: rcar: add HostNotify support
+comments:
+ - "core fix: https://patchwork.kernel.org/patch/11635635/"
+ - "generic binding proposal: https://patchwork.kernel.org/patch/11637351/"
+ - "waiting for the binding proposal to be accepted"
+ - "binding merged"
+ - "I2C core implementation (developed by ST.com, reviewed and merged by Wolfram):"
+ - "RFC v1: http://patchwork.ozlabs.org/project/linux-i2c/list/?series=174668&state=*"
+ - "RFC v2: http://patchwork.ozlabs.org/project/linux-i2c/list/?series=185718&state=*"
+ - "v1: http://patchwork.ozlabs.org/project/linux-i2c/list/?series=187213&state=*"
+ - "v2: http://patchwork.ozlabs.org/project/linux-i2c/list/?series=187405&state=*"
+ - "v3: http://patchwork.ozlabs.org/project/linux-i2c/list/?series=193772&state=*"
+ - "R-Car implementation:"
+ - "RFC: https://patchwork.kernel.org/patch/11635623/"
+ - "v1: https://patchwork.kernel.org/patch/11767165/"
+ - "merged"
+
diff --git a/projects/linux/io/done/SDHI-manual-calibration.yaml b/projects/linux/io/done/SDHI-manual-calibration.yaml
new file mode 100644
index 0000000..067bd47
--- /dev/null
+++ b/projects/linux/io/done/SDHI-manual-calibration.yaml
@@ -0,0 +1,33 @@
+title: "SDHI; add manual calibration"
+team: IO
+key: d50ff876-95e8-11ea-9862-cb3c9259ec31
+status: Done
+assignee: Wolfram
+
+relationships:
+ - depends: d593a7de-95e8-11ea-8695-9f6a675410b7
+
+bsp-commits:
+ - a27609e63e9c4915706022b367d1d005833fe547 # mmc: tmio: Add adjust HS400 offset by manual calibration mode
+ - 1f84d574931b1319ebc1229678816338578f2d1e # mmc: renesas_sdhi_core: Add adjust HS400 offset by manual calibration mode
+ - b2e044a3602f7f9ffe6c61b6655e6b0b283d85c4 # mmc: renesas_sdhi: Change HS400 manual calibration value for r8a77990
+ - 0c9dc7d65f8fb44dcbed1f52c303830f9b2d2a78 # mmc: renesas_sdhi: Change HS400 manual calibration method
+ - d01f6ab4bac4ff7f7ec152e0652beccfc0533d83 # Revert "mmc: renesas_sdhi: Change HS400 manual calibration method"
+ - 5e1187e7ad6af53a9081fa03578d5f18730cb6c1 # mmc: renesas_sdhi: Change HS400 manual calibration method
+
+upstream:
+ - next: 354f47b699ae209606dcd0b05200cd7f17059e38 # mmc: tmio: add generic hook to fixup after a completed request
+ - next: ce6f92c2801e90650106b00666aa37560978e324 # mmc: renesas_sdhi: support manual calibration
+
+comments:
+ - "a27609e63e9c4915706022b367d1d005833fe547, 1f84d574931b1319ebc1229678816338578f2d1e, b2e044a3602f7f9ffe6c61b6655e6b0b283d85c4: rfc v1 https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=139709&state=*"
+ - "a27609e63e9c4915706022b367d1d005833fe547, 1f84d574931b1319ebc1229678816338578f2d1e, b2e044a3602f7f9ffe6c61b6655e6b0b283d85c4: rfc v2 https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=140049&state=*"
+ - "5e1187e7ad6af53a9081fa03578d5f18730cb6c1: we are missing new info from HW team, waiting"
+ - "we got the new information"
+ - "new RFC patchset: https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=298229&state=*"
+ - "v1: https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=298683&state=*"
+ - "depends on the stalled SCC issue being fixed"
+ - "SCC issues was fixed"
+ - "Testing by Shimoda-san revealed an issue"
+ - "v2: https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=342057&state=*"
+ - "v2 merged"
diff --git a/projects/linux/io/done/SDHI-refactor-reset.yaml b/projects/linux/io/done/SDHI-refactor-reset.yaml
deleted file mode 100644
index 15b9468..0000000
--- a/projects/linux/io/done/SDHI-refactor-reset.yaml
+++ /dev/null
@@ -1,22 +0,0 @@
-title: "SDHI; refactor reset into proper reset and hw_reset"
-team: IO
-key: b408bad6-edcd-11ea-942b-eb603d86bc58
-status: Done
-assignee: Wolfram
-
-bsp-commits:
-
-upstream:
- - next: 6e7d4de10890545b00f7d7c33310f1555963d592 # mmc: renesas_sdhi: move wrong 'hw_reset' to 'reset'
- - next: 34e3211e5492756d4e59ef54f9ab1750ec7050ec # Revert "mmc: tmio: fix reset operation"
- - next: a8c83064e73382d6bb069bd51c56074d1e4f4eec # mmc: tmio: remove indirection of 'hw_reset' callback
- - next: 576146ea4ed986f44a4406ec32a5d3363216b3d2 # mmc: tmio: factor out common parts of the reset routine
- - next: 5b0739d76227fd5a3f02f014385bfa9c86e0404b # mmc: tmio: remove indirection of 'execute_tuning' callback
- - next: 510bfe58936f7d79d4c377bcc7425244d879b1ff # mmc: tmio: remove indirection of 'execute_tuning' callback
-
-comments:
- - "Shimoda-san reported that after IP core reset, some card initialization needs to be done again"
- - "Wolfram then evaluated that the usage of reset and hw_reset in the SDHI driver is different from what the MMC core expects"
- - "a proper refactoring was needed"
- - "v1: https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=335877&state=*"
- - "v1 merged"