summaryrefslogtreecommitdiff
path: root/projects/linux/io/done/SDHI-refactor-reset.yaml
blob: a88f43fb4ed3e149ead44d88789b694aa9e3efcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"