summaryrefslogtreecommitdiff
path: root/projects/linux/io/bsp397_SDHI.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'projects/linux/io/bsp397_SDHI.yaml')
-rw-r--r--projects/linux/io/bsp397_SDHI.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/projects/linux/io/bsp397_SDHI.yaml b/projects/linux/io/bsp397_SDHI.yaml
index d8b460e..557c33c 100644
--- a/projects/linux/io/bsp397_SDHI.yaml
+++ b/projects/linux/io/bsp397_SDHI.yaml
@@ -15,6 +15,7 @@ bsp-commits:
- 8a21392f2c0472712c208ab3f526bc7ce2ea25ea # mmc: renesas_sdhi: Fix value of Hardware Adjustment Register in HS400
- 8ce90dc51484a7d4f98c2a5f0aa4085e1e33fd85 # mmc: renesas_sdhi: Improved the data structure of quirks
- addfe9203290e3c274bca15e64e3f11638649e66 # mmc: renesas_sdhi: Fix hang up in HS400 timing mode selection
+ - a0f3de1e17422b135343788af49032e5e8264172 # mmc: renesas_sdhi: Add selecting optimum TAP when all of TAP is OK
upstream:
- torvalds: 6e3cbb050b825e9003616ded9aa39957be20e77b # mmc: renesas_sdhi: keep sorting for quirk entries
@@ -22,6 +23,17 @@ upstream:
- torvalds: 7af08206cb20308399f6ced08c52fb926624f24e # mmc: renesas_sdhi: make quirks info accessible outside probe()
- torvalds: 12e3c55d236b18fae00daa4ff54195b15cd741c3 # mmc: renesas_sdhi: remove 4taps as a TMIO flag
- torvalds: c1a49782cc32d720284d82742e8d9468c5ceb988 # mmc: renesas_sdhi: use recent tap values for HS400
+ - next: 603a546a8c0b8c61cd28859b106f032b8524de4e # mmc: renesas_sdhi: remove double clear of automatic correction
+ - next: bb4f0504da6e0921e1e2dc10507842ae734d4e90 # mmc: renesas_sdhi: Add manual correction
+ - next: 839ada7649379933eb63fd93bcba51f31f937710 # mmc: renesas_sdhi: only check CMD status for HS400 manual correction
+ - next: 7f12135b2d68452d2c6072281faeeea55e6e521e # mmc: renesas_sdhi: enforce manual correction for Gen3
+ - next: 968e94d11ba37371dc9760ce9fd10f294d22660a # mmc: renesas_sdhi: cleanup SCC defines
+ - next: 5cd51174617b7f0fca6569acaa34e152350551f5 # mmc: tmio: refactor tuning execution into SDHI driver
+ - next: 96f886e7aadbd73e235fcfff776454b5659d7335 # mmc: renesas_sdhi: complain loudly if driver needs update
+ - next: e89561948ec367d9ccf59a24553d9696f982692d # mmc: tmio: give callback a generic name
+ - next: 47ffea62ccfbaa54e4ba6e90a135de8fa8e845c9 # mmc: tmio: enforce retune after runtime suspend
+ - next: 3122c16609f3988c59f94ac011f3f5f29aba0b31 # mmc: tmio: factor out TAP usage
+ - next: 49dbebe26202847e0c7e0b3fc202ab8923a903aa # mmc: tmio: remove superfluous callback wrappers
comments:
- "There is further work needed (some refactoring/squashing)"
@@ -33,3 +45,6 @@ comments:
- "f5a5c92906e113f712e584a5b7b9ff5911b78e40: depends on BSP patch a0f3de1e17422b135343788af49032e5e8264172 (mmc: renesas_sdhi: Add selecting optimum TAP when all of TAP is OK)"
- "f5a5c92906e113f712e584a5b7b9ff5911b78e40: we should also look before if moving SCC handling from TMIO to SDHI makes sense"
- "addfe9203290e3c274bca15e64e3f11638649e66: hang up hard to reproduce but this is needed for further investigations"
+ - "bdd3c3b75cd6e5faa5bc92b890d8e4a5c5cca434, 217814147a6220530ce02ec0d49137fa35d2c98c: merged"
+ - "move SCC handling into SDHI driver: https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=234711&state=*"
+ - "above series merged"