summaryrefslogtreecommitdiff
path: root/projects/linux/io/done/SDHI-refactor-reset.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/done/SDHI-refactor-reset.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/done/SDHI-refactor-reset.yaml')
-rw-r--r--projects/linux/io/done/SDHI-refactor-reset.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/projects/linux/io/done/SDHI-refactor-reset.yaml b/projects/linux/io/done/SDHI-refactor-reset.yaml
new file mode 100644
index 0000000..a88f43f
--- /dev/null
+++ b/projects/linux/io/done/SDHI-refactor-reset.yaml
@@ -0,0 +1,22 @@
+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: f4a8fe7eb26bedc3d8f8b4e8fa3957d87eb21caf # mmc: renesas_sdhi: move wrong 'hw_reset' to 'reset'
+ - next: 794d69bca9631018dd949e7f3a1b4237d5f28f88 # Revert "mmc: tmio: fix reset operation"
+ - next: f3b5f54f8b0086d78e4b004d48d0abe23a65d0fd # mmc: tmio: remove indirection of 'hw_reset' callback
+ - next: b306d0f4d4a5909902dc1fd773456cabe757bfed # mmc: tmio: factor out common parts of the reset routine
+ - next: c9358732c78bfeab01a168776494a8e337127553 # mmc: tmio: remove indirection of 'execute_tuning' callback
+ - next: 1fcf371e4a41d02cc72d5b928e5bf424f20268b9 # 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"