summaryrefslogtreecommitdiff
path: root/projects/linux/io/SDHI-refactor-reset.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'projects/linux/io/SDHI-refactor-reset.yaml')
-rw-r--r--projects/linux/io/SDHI-refactor-reset.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/projects/linux/io/SDHI-refactor-reset.yaml b/projects/linux/io/SDHI-refactor-reset.yaml
index ccc5bdd..3f9bf8b 100644
--- a/projects/linux/io/SDHI-refactor-reset.yaml
+++ b/projects/linux/io/SDHI-refactor-reset.yaml
@@ -13,6 +13,11 @@ upstream:
- torvalds: 576146ea4ed986f44a4406ec32a5d3363216b3d2 # mmc: tmio: factor out common parts of the reset routine
- torvalds: 5b0739d76227fd5a3f02f014385bfa9c86e0404b # mmc: tmio: don't reset whole IP core when tuning fails
- torvalds: 510bfe58936f7d79d4c377bcc7425244d879b1ff # mmc: tmio: remove indirection of 'execute_tuning' callback
+ - next: ab0cdefec052825303c05687d9416bafc867fe3d # mmc: tmio: abort DMA before reset
+ - next: 0e5870145840e91fc33cd4eca6e228b009d86705 # mmc: renesas_sdhi: break SCC reset into own function
+ - next: b4d86f37eacb724690d0d300576b82806bc743d5 # mmc: renesas_sdhi: do hard reset if possible
+ - next: 0a446288aa9f28ab00a31b8b51fdb005953f9f99 # mmc: tmio: restore bus width when resetting
+ - next: 6e5c951b4c3a0bd9aa5838ecec98f3c795c83ff1 # mmc: tmio: always flag retune when resetting and a card is present
comments:
- "Shimoda-san reported that after IP core reset, some card initialization needs to be done again"
@@ -30,3 +35,11 @@ comments:
- "response: we don't know why :)"
- "patch series rfc v2: https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=436517&state=*"
- "patch series v1: https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=444415&state=*"
+ - "patch series v2: https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=448373&state=*"
+ - "patch series v3: https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=449867&state=*"
+ - "merged"
+ - "restore bus width on reset:"
+ - "v1: https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=448879&state=*"
+ - "merged"
+ - "always reinit irq register:"
+ - "v1: https://patchwork.kernel.org/project/linux-renesas-soc/patch/20210407153126.37285-1-wsa+renesas@sang-engineering.com/"