summaryrefslogtreecommitdiff
path: root/projects/linux/io/done
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2020-10-29 09:31:31 +0100
committerGeert Uytterhoeven <geert+renesas@glider.be>2020-10-29 09:31:31 +0100
commite53a0d3c97b990c7dfc44edf409de14411049aed (patch)
tree8cc2c78c02376f932df659561ef1414a080c9adc /projects/linux/io/done
parent004f3d8bc89094172457d258cea730f766d87cfc (diff)
Auto-update sweep for v5.10-rc1
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'projects/linux/io/done')
-rw-r--r--projects/linux/io/done/I2C-add-testunit.yaml2
-rw-r--r--projects/linux/io/done/I2C-implement-HostNotify.yaml2
-rw-r--r--projects/linux/io/done/SDHI-manual-calibration.yaml4
-rw-r--r--projects/linux/io/done/SDHI-stalled-SCC.yaml6
4 files changed, 7 insertions, 7 deletions
diff --git a/projects/linux/io/done/I2C-add-testunit.yaml b/projects/linux/io/done/I2C-add-testunit.yaml
index 4475bf7..147b049 100644
--- a/projects/linux/io/done/I2C-add-testunit.yaml
+++ b/projects/linux/io/done/I2C-add-testunit.yaml
@@ -5,7 +5,7 @@ assignee: Wolfram
status: Done
upstream:
- - next: a8335c64c5f0916c9ee8b88835ce114085c3642e # i2c: add slave testunit driver
+ - torvalds: a8335c64c5f0916c9ee8b88835ce114085c3642e # i2c: add slave testunit driver
comments:
- "preparational doc updates:"
diff --git a/projects/linux/io/done/I2C-implement-HostNotify.yaml b/projects/linux/io/done/I2C-implement-HostNotify.yaml
index ea8bd7c..3e1a32f 100644
--- a/projects/linux/io/done/I2C-implement-HostNotify.yaml
+++ b/projects/linux/io/done/I2C-implement-HostNotify.yaml
@@ -5,7 +5,7 @@ assignee: Wolfram
status: Done
upstream:
- - next: c4651f11d09ac975b6593653edbf74b892523a8f # i2c: rcar: add HostNotify support
+ - torvalds: c4651f11d09ac975b6593653edbf74b892523a8f # i2c: rcar: add HostNotify support
comments:
- "core fix: https://patchwork.kernel.org/patch/11635635/"
- "generic binding proposal: https://patchwork.kernel.org/patch/11637351/"
diff --git a/projects/linux/io/done/SDHI-manual-calibration.yaml b/projects/linux/io/done/SDHI-manual-calibration.yaml
index 067bd47..95405e1 100644
--- a/projects/linux/io/done/SDHI-manual-calibration.yaml
+++ b/projects/linux/io/done/SDHI-manual-calibration.yaml
@@ -16,8 +16,8 @@ bsp-commits:
- 5e1187e7ad6af53a9081fa03578d5f18730cb6c1 # mmc: renesas_sdhi: Change HS400 manual calibration method
upstream:
- - next: 354f47b699ae209606dcd0b05200cd7f17059e38 # mmc: tmio: add generic hook to fixup after a completed request
- - next: ce6f92c2801e90650106b00666aa37560978e324 # mmc: renesas_sdhi: support manual calibration
+ - torvalds: 354f47b699ae209606dcd0b05200cd7f17059e38 # mmc: tmio: add generic hook to fixup after a completed request
+ - torvalds: ce6f92c2801e90650106b00666aa37560978e324 # mmc: renesas_sdhi: support manual calibration
comments:
- "a27609e63e9c4915706022b367d1d005833fe547, 1f84d574931b1319ebc1229678816338578f2d1e, b2e044a3602f7f9ffe6c61b6655e6b0b283d85c4: rfc v1 https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=139709&state=*"
diff --git a/projects/linux/io/done/SDHI-stalled-SCC.yaml b/projects/linux/io/done/SDHI-stalled-SCC.yaml
index 81a3115..a66077b 100644
--- a/projects/linux/io/done/SDHI-stalled-SCC.yaml
+++ b/projects/linux/io/done/SDHI-stalled-SCC.yaml
@@ -10,9 +10,9 @@ bsp-commits:
- addfe9203290e3c274bca15e64e3f11638649e66 # mmc: renesas_sdhi: Fix hang up in HS400 timing mode selection
upstream:
- - next: 24fdcb377892b44dfe9755a62e4b92e9c6a0b359 # mmc: core: when downgrading HS400, callback into drivers earlier
- - next: 97a7d87e96b02fc5b3944d7735e0f6b8446d07da # mmc: core: add a 'doing_init_tune' flag and a 'mmc_doing_tune' helper
- - next: 0f93db6542fa94262b611ff942b9b3ad7ecbea10 # mmc: renesas_sdhi: keep SCC clock active when tuning
+ - torvalds: 24fdcb377892b44dfe9755a62e4b92e9c6a0b359 # mmc: core: when downgrading HS400, callback into drivers earlier
+ - torvalds: 97a7d87e96b02fc5b3944d7735e0f6b8446d07da # mmc: core: add a 'doing_init_tune' flag and a 'mmc_doing_tune' helper
+ - torvalds: 0f93db6542fa94262b611ff942b9b3ad7ecbea10 # mmc: renesas_sdhi: keep SCC clock active when tuning
comments:
- "hang up is surprisingly hard to reproduce but we keep trying"