summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Sang <wsa+renesas@sang-engineering.com>2022-09-17 17:32:47 +0200
committerWolfram Sang <wsa+renesas@sang-engineering.com>2022-09-23 00:00:44 +0200
commit53f3e74231f1186fee13ea305b27fedc737a0d7a (patch)
tree85ca69b890ab818abab4e5ce84c00434d5ce58bd
parent2f7240838d8e0c03d8309862c0a4ab9929dec6ac (diff)
projects: linux: io: updates up to W38
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
-rw-r--r--projects/linux/io/I2C-add_RECV_LEN-support.yaml1
-rw-r--r--projects/linux/io/SDHI-upport-BSP-fixes.yaml7
-rw-r--r--projects/linux/io/done/S4-enable-IO-devices.yaml (renamed from projects/linux/io/S4-enable-IO-devices.yaml)6
-rw-r--r--projects/linux/io/done/dt_bindings_json_schema_io.yaml (renamed from projects/linux/io/dt_bindings_json_schema_io.yaml)8
4 files changed, 16 insertions, 6 deletions
diff --git a/projects/linux/io/I2C-add_RECV_LEN-support.yaml b/projects/linux/io/I2C-add_RECV_LEN-support.yaml
index 4514d3a..d08e8b6 100644
--- a/projects/linux/io/I2C-add_RECV_LEN-support.yaml
+++ b/projects/linux/io/I2C-add_RECV_LEN-support.yaml
@@ -42,3 +42,4 @@ comments:
- "The I2C core still needs the update to support 255 byte transfers"
- "Work on extending the core has been picked up again"
- "A talk about extending the I2C core for this was accepted for ELCE 2022 in Dublin"
+ - "Talk was given and discussions with upstream about further proceeding was held"
diff --git a/projects/linux/io/SDHI-upport-BSP-fixes.yaml b/projects/linux/io/SDHI-upport-BSP-fixes.yaml
index 936bdb4..d0b655b 100644
--- a/projects/linux/io/SDHI-upport-BSP-fixes.yaml
+++ b/projects/linux/io/SDHI-upport-BSP-fixes.yaml
@@ -24,6 +24,8 @@ bsp51x:
upstream:
- torvalds: 6af8dd53c36f3e400b60269d3b55bdcc0d0574f7 # mmc: renesas_sdhi: R-Car D3 also has no HS400
+ - torvalds: fc1fdbd94cabab0f647c80fbd5c41029f84735b4 # mmc: renesas_sdhi: R-Car V3M also has no HS400
+ - torvalds: f504dee2c63b93fddb2dc42f37971e9f36c021e7 # mmc: renesas_sdhi: R-Car V3H ES2.0 gained HS400 support
comments:
- 0237478dc67b71ff92082e06323c015631098b71, 1f8eaa32650a2f67cc318f39c603f2c8282831a4, ef716ad2e21ec228a138e1d22cc1c33e669e492b
@@ -31,6 +33,7 @@ comments:
- Magnus so far has only a Condor board, but not v3hsk
- BSP5.1x patch reverts because voltage specification of MMC is unclear
- abandoned unless we get HW ourselves
+ - done
- c2ca1ccb83afd7c790ae361c720d257e050483f2, e533a0ea555e061170b4102d9085c70546fe4768
- https://patchwork.kernel.org/project/linux-mmc/patch/1605005330-7178-1-git-send-email-yoshihiro.shimoda.uh@renesas.com/
@@ -54,8 +57,12 @@ comments:
- ef6598cafe54825b537f47df7846dbcacbc73e88
- can't find it in the docs that HS400 is not supported. But D3 has indeed no strobe pin which is needed
- v1 sent
+ - merged
+ - done
- e741f08198c2973650cb8965a17337a126ea049e
- commit message mentions silicon bug? Which one?
- commit is from 2017, though, and many improvements have been implemented for SDHI
- we are also not aware on SDHI issues on Salvator-X with H3 ES1.x
+ - abandoned
+ - done
diff --git a/projects/linux/io/S4-enable-IO-devices.yaml b/projects/linux/io/done/S4-enable-IO-devices.yaml
index a359982..af807c1 100644
--- a/projects/linux/io/S4-enable-IO-devices.yaml
+++ b/projects/linux/io/done/S4-enable-IO-devices.yaml
@@ -2,7 +2,7 @@ title: S4; enable IO devices for r8a779f0
team: IO
key: 96783090-d6a7-11ec-857c-172fbeb15dc7
assignee: Wolfram
-status: Active
+status: Done
upstream:
- torvalds: 525b296185b4b0abab0d35a7143fc5a99c385230 # dt-bindings: timer: renesas,cmt: Add r8a779f0 and generic Gen4 CMT support
@@ -41,7 +41,7 @@ upstream:
- torvalds: 404dd7dfb13028d315514f63ed3cf9da46307a39 # thermal: rcar_gen3_thermal: improve logging during probe
- torvalds: 5a3ad6f466fe7a187cbf4889d80a48606181c367 # arm64: dts: renesas: r8a779f0: Add thermal support
- - lore: 20220726205858.1199-1-wsa+renesas@sang-engineering.com # [PATCH] dt-bindings: timer: renesas,tmu: Add r8a779f0 support
+ - next: fa7fc5243f9e7d64ea7e73c247218f22499c3479 # dt-bindings: timer: renesas,tmu: Add r8a779f0 support
- next: 1e56ebc9872feb2cf9a002c0a23d79a68f6493cb # clk: renesas: r8a779f0: Add TMU and parent SASYNC clocks
- next: 7adc69f8ac35109eab2742e6bb7a747dd811d1f6 # arm64: dts: renesas: r8a779f0: Add TMU nodes
@@ -105,6 +105,8 @@ comments:
- TMU
- probably possible; pinmux to TCLK1-4 and check via non-populated I2C header on breakout board
- enablement patches sent out
+ - all patches merged
+ - done
- all other devices are in the control domain which we do not handle. Only the application domain is our job.
- for a domain overview, check '001_R-CarS4_Bus Architecture_Rev0p70.pptx' (attachment in the S4 docs)
diff --git a/projects/linux/io/dt_bindings_json_schema_io.yaml b/projects/linux/io/done/dt_bindings_json_schema_io.yaml
index 0d4afb0..128acaf 100644
--- a/projects/linux/io/dt_bindings_json_schema_io.yaml
+++ b/projects/linux/io/done/dt_bindings_json_schema_io.yaml
@@ -2,7 +2,7 @@ title: "dt-bindings conversion to json-schema (I/O)"
team: IO
key: d7e7fc08-6e95-11ea-a34c-9f9195f9e9d0
assignee: Geert
-status: Active
+status: Done
upstream:
- torvalds: 7f3bf4203774013bdb1648d7e2ce949e94564b07 # dt-bindings: at24: convert the binding document to yaml
@@ -39,13 +39,13 @@ upstream:
- torvalds: 8a981128a81e1cec66c43784f01938953dccac88 # dt-bindings: phy: renesas,rcar-gen3-pcie-phy: Convert to json-schema
- torvalds: 029d32a892a860017d33ff8d9598259731e776ad # spi: dw-apb-ssi: Integrate Renesas RZ/N1 SPI controller
- torvalds: d1dd216738f54c7a29a608c33ac98ce1f41e8fda # dt-bindings: timer: renesas,tpu: Convert to json-schema
- - torvalds: 8a5e7d19c8c747e3e7bfa0283a54742b103afcb5 # [PATCH 2/2] dt-bindings: can: rcar_canfd: Convert to json-schema
- - torvalds: 75a78026ea1307ef6d6924cc22be3ce9bf453c63 # [PATCH 1/2] dt-bindings: can: rcar_can: Convert to json-schema
+ - torvalds: 8a5e7d19c8c747e3e7bfa0283a54742b103afcb5 # dt-bindings: can: rcar_canfd: Convert to json-schema
+ - torvalds: 75a78026ea1307ef6d6924cc22be3ce9bf453c63 # dt-bindings: can: rcar_can: Convert to json-schema
- torvalds: 524f6fdfa6375b75fb910ac80a9aa4a7c6091d9e # dt-bindings: i2c: renesas,i2c: Convert to json-schema
- torvalds: 6221a93475f35fe7aade9d66211661bb82755da5 # dt-bindings: i2c: renesas,iic-emev2: Convert to json-schema
- torvalds: 632ce67773dace482a8c4fcbedd4c19154e38d37 # dt-bindings: i2c: renesas,iic: Convert to json-schema
- torvalds: 92b7716f4c54cb61b30e4680ea436a9e0cc6f4de # dt-bindings: i2c: renesas,riic: Convert to json-schema
- torvalds: 409ae431b9c23fc2752982a80c9b8b55ab5903c7 # dt-bindings: PCI: pci-rcar-gen2: Convert bindings to json-schema
- - lore: 8e48edc5e7b65f8dfd8b76c583e0265b9b97e62b.1652099944.git.geert+renesas@glider.be # dt-bindings: phy: renesas,rcar-gen2-usb-phy: Convert to json-schema
+ - next: 92086b884caf6ff02fda75084a331e70b0e26f81 # dt-bindings: phy: renesas,rcar-gen2-usb-phy: Convert to json-schema
comments: