summaryrefslogtreecommitdiff
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
parent004f3d8bc89094172457d258cea730f766d87cfc (diff)
Auto-update sweep for v5.10-rc1
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
-rw-r--r--projects/linux/core/dt_bindings_json_schema_core.yaml6
-rw-r--r--projects/linux/io/SDHI-refactor-reset.yaml12
-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
6 files changed, 16 insertions, 16 deletions
diff --git a/projects/linux/core/dt_bindings_json_schema_core.yaml b/projects/linux/core/dt_bindings_json_schema_core.yaml
index f8d6b41..27fa9bc 100644
--- a/projects/linux/core/dt_bindings_json_schema_core.yaml
+++ b/projects/linux/core/dt_bindings_json_schema_core.yaml
@@ -27,9 +27,9 @@ upstream:
- torvalds: dba496f36117a8d3d40c7e93e9a27d71168e302a # dt-bindings: iommu: renesas,ipmmu-vmsa: convert to json-schema
- torvalds: 8d6c65bd91bdccf98109916dc2d558af6c89396a # dt-bindings: memory-controllers: renesas,dbsc: Convert to json-schema
- torvalds: 2f6e6e11b23f9ee83eb568e56ef9867ffed950ba # dt-bindings: irqchip: renesas-rza1-irqc: Convert to json-schema
- - next: 7b9ec811752c17c4c6e70d296ef8aa205a7acacd # dt-bindings: pinctrl: sh-pfc: Convert to json-schema
- - next: 5398b2fa464722a3bb3cf4c264a19ac765974d98 # dt-bindings: pinctrl: rza1: Convert to json-schema
- - next: 5f76771a4a4514277f4618ba2fe20cb1d9ed5afd # dt-bindings: pinctrl: rzn1: Convert to json-schema
+ - torvalds: 7b9ec811752c17c4c6e70d296ef8aa205a7acacd # dt-bindings: pinctrl: sh-pfc: Convert to json-schema
+ - torvalds: 5398b2fa464722a3bb3cf4c264a19ac765974d98 # dt-bindings: pinctrl: rza1: Convert to json-schema
+ - torvalds: 5f76771a4a4514277f4618ba2fe20cb1d9ed5afd # dt-bindings: pinctrl: rzn1: Convert to json-schema
comments:
- Documentation/devicetree/bindings/clock/renesas,emev2-smu.txt
diff --git a/projects/linux/io/SDHI-refactor-reset.yaml b/projects/linux/io/SDHI-refactor-reset.yaml
index ba06f99..5f7f59c 100644
--- a/projects/linux/io/SDHI-refactor-reset.yaml
+++ b/projects/linux/io/SDHI-refactor-reset.yaml
@@ -7,12 +7,12 @@ assignee: Wolfram
bsp-commits:
upstream:
- - next: 6e7d4de10890545b00f7d7c33310f1555963d592 # mmc: renesas_sdhi: move wrong 'hw_reset' to 'reset'
- - next: 34e3211e5492756d4e59ef54f9ab1750ec7050ec # Revert "mmc: tmio: fix reset operation"
- - next: a8c83064e73382d6bb069bd51c56074d1e4f4eec # mmc: tmio: remove indirection of 'hw_reset' callback
- - next: 576146ea4ed986f44a4406ec32a5d3363216b3d2 # mmc: tmio: factor out common parts of the reset routine
- - next: 5b0739d76227fd5a3f02f014385bfa9c86e0404b # mmc: tmio: remove indirection of 'execute_tuning' callback
- - next: 510bfe58936f7d79d4c377bcc7425244d879b1ff # mmc: tmio: remove indirection of 'execute_tuning' callback
+ - 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: remove indirection of 'execute_tuning' callback
+ - 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"
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"