summaryrefslogtreecommitdiff
path: root/projects/linux/io/SDHI-refactor-reset.yaml
blob: a01b7ec45a25af311d5ba38e6432c76965b6708c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
title: "SDHI; refactor reset into proper reset and hw_reset"
team: IO
key: b408bad6-edcd-11ea-942b-eb603d86bc58
status: Active
assignee: Wolfram

bsp39x:

upstream:
 - torvalds: 6e7d4de10890545b00f7d7c33310f1555963d592 # mmc: renesas_sdhi: move wrong 'hw_reset' to 'reset'
 - torvalds: 34e3211e5492756d4e59ef54f9ab1750ec7050ec # Revert "mmc: tmio: fix reset operation"
 - torvalds: a8c83064e73382d6bb069bd51c56074d1e4f4eec # mmc: tmio: remove indirection of 'hw_reset' callback
 - 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

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"
 - "regression when re-inserting SD cards found, investigating"
 - "also, we should probably reset the device in probe()"
 - "BSP team suggests to use SRCR3 register SD-IFx bit"
 - "regressions fixed: https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=378775&state=*"
 - "a better fix for the regression: https://patchwork.kernel.org/project/linux-renesas-soc/patch/20201125204953.3344-1-wsa+renesas@sang-engineering.com/"
 - "prototype for reset via SRCR3 sent internally; unusual delay needed, asking HW team for confirmation"