summaryrefslogtreecommitdiff
path: root/projects/linux
diff options
context:
space:
mode:
authorWolfram Sang <wsa+renesas@sang-engineering.com>2021-02-11 12:05:00 +0100
committerWolfram Sang <wsa+renesas@sang-engineering.com>2021-02-11 12:19:01 +0100
commite9d7442f1cc9b8d39cbf42f33b27dfa94f51bc81 (patch)
tree91d926a26d5d4786bfb1e79b5f09642c8afee973 /projects/linux
parent6e6e4a028d7c8b4d014a76916ae719233f6c0a59 (diff)
projects: linux: io: update tasks after move to new git
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Diffstat (limited to 'projects/linux')
-rw-r--r--projects/linux/io/I2C-add_RECV_LEN-support.yaml14
-rw-r--r--projects/linux/io/SDHI-HW-busy-timeout.yaml5
-rw-r--r--projects/linux/io/SDHI-refactor-reset.yaml1
-rw-r--r--projects/linux/io/done/SDHI-upport-pre-post-req.yaml (renamed from projects/linux/io/SDHI-upport-pre-post-req.yaml)5
-rw-r--r--projects/linux/io/done/r8a77961_io.yaml (renamed from projects/linux/io/r8a77961_io.yaml)7
-rw-r--r--projects/linux/io/r8a77961-test-CAN.yaml5
6 files changed, 31 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 5720a4d..e591a48 100644
--- a/projects/linux/io/I2C-add_RECV_LEN-support.yaml
+++ b/projects/linux/io/I2C-add_RECV_LEN-support.yaml
@@ -2,11 +2,23 @@ title: I2C; add RECV_LEN support to the i2c-rcar driver
team: IO
key: 3c3dd6fe-03d9-11eb-ad24-7782efa69bb6
assignee: Wolfram
-status: Paused
+status: Active
comments:
+ - "I2C core preparation:"
+ - "v1: http://patchwork.ozlabs.org/project/linux-i2c/list/?series=223486&state=*"
+ - "v1 merged"
- "I2C core update:"
- "RFC v1: http://patchwork.ozlabs.org/project/linux-i2c/patch/20200728004708.4430-1-daniel.stodden@gmail.com/"
- "RFC v2: http://patchwork.ozlabs.org/project/linux-i2c/patch/20200729203658.411-1-daniel.stodden@gmail.com/"
- "I2C driver update:"
- "working prototype is implemented"
+ - "i2c-tools updates:"
+ - "i2ctransfer v1: http://patchwork.ozlabs.org/project/linux-i2c/patch/20200802192842.13527-1-wsa+renesas@sang-engineering.com/"
+ - "i2ctransfer v2: http://patchwork.ozlabs.org/project/linux-i2c/patch/20200805221033.9136-1-wsa+renesas@sang-engineering.com/"
+ - "i2ctransfer v2 merged"
+ - "i2ctransfer check RFC: http://patchwork.ozlabs.org/project/linux-i2c/patch/20200806145658.1476-1-wsa+renesas@sang-engineering.com/"
+ - "RFC merged"
+ - "Revert of the above: https://patchwork.kernel.org/project/linux-renesas-soc/patch/20210209110556.18814-1-wsa+renesas@sang-engineering.com/"
+ - "testunit updates:"
+ - "add SMBUS_PROC_CALL v1: http://patchwork.ozlabs.org/project/linux-i2c/patch/20210209111927.19169-1-wsa+renesas@sang-engineering.com/"
diff --git a/projects/linux/io/SDHI-HW-busy-timeout.yaml b/projects/linux/io/SDHI-HW-busy-timeout.yaml
index e3f2857..26e6a6e 100644
--- a/projects/linux/io/SDHI-HW-busy-timeout.yaml
+++ b/projects/linux/io/SDHI-HW-busy-timeout.yaml
@@ -1,9 +1,12 @@
title: SDHI; implement support for HW busy timeout
team: IO
+assignee: Wolfram
key: e2c455e0-1210-11ea-8389-b359bc6084c5
status: Active
upstream:
+ - next: 35cdcd1268f654f55e2308767349c44bd25d8009 # mmc: tmio: Add data timeout error detection
+ - next: ed2fab9a8229cc70fe03032e48d0ec375df6013e # mmc: renesas_sdhi: Add a condition of cmd/data timeout for retune
comments:
- "currently we use a tasklet to detect busy timeouts"
@@ -18,3 +21,5 @@ comments:
- "refactored series with max_busy_timeout merged"
- "prototype patches for handling data timeout developed by Shimoda-san and reviewed by Wolfram"
- "WAIT_WHILE_BUSY needs to be enabled on top of 'data timeout' patches"
+ - "data timeout series v1: https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=405671&state=*"
+ - "v1 merged"
diff --git a/projects/linux/io/SDHI-refactor-reset.yaml b/projects/linux/io/SDHI-refactor-reset.yaml
index a01b7ec..0c5909b 100644
--- a/projects/linux/io/SDHI-refactor-reset.yaml
+++ b/projects/linux/io/SDHI-refactor-reset.yaml
@@ -26,3 +26,4 @@ comments:
- "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"
+ - "no response so far, asked HW team again"
diff --git a/projects/linux/io/SDHI-upport-pre-post-req.yaml b/projects/linux/io/done/SDHI-upport-pre-post-req.yaml
index 11ed06f..1257d73 100644
--- a/projects/linux/io/SDHI-upport-pre-post-req.yaml
+++ b/projects/linux/io/done/SDHI-upport-pre-post-req.yaml
@@ -1,7 +1,7 @@
title: "SDHI; upport pre-/post-req support from BSP for better performance"
team: IO
key: 00bf69ae-4055-11eb-af7f-9b89cbb89d45
-status: Active
+status: Done
assignee: Shimoda
bsp39x:
@@ -9,7 +9,10 @@ bsp39x:
- 20998a8ef0cfd25e1f8f20fbbe10e3ef51e060c7 # mmc: renesas_sdhi: Add support for pre_req and post_req
upstream:
+ - next: d7aefb2887601cf1fc3f86f55d43b2c9aece5e8f # mmc: renesas_sdhi_internal_dmac: Fix DMA buffer alignment from 8 to 128-bytes
+ - next: 69e7d76afdb54243df957351804c0f1afca46d0f # mmc: renesas_internal_dmac: add pre_req and post_req support
comments:
- "v1: https://patchwork.kernel.org/project/linux-renesas-soc/patch/1607087853-6570-1-git-send-email-yoshihiro.shimoda.uh@renesas.com/"
- "v2: https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=402809&state=*"
+ - "v2 merged"
diff --git a/projects/linux/io/r8a77961_io.yaml b/projects/linux/io/done/r8a77961_io.yaml
index 0a2df19..12e6c02 100644
--- a/projects/linux/io/r8a77961_io.yaml
+++ b/projects/linux/io/done/r8a77961_io.yaml
@@ -1,7 +1,7 @@
title: "add r8a77961 support (I/O)"
team: IO
key: 5a349912-6ff1-11ea-aa8f-ab8daf9c94ea
-status: Active
+status: Done
upstream:
- torvalds: 8b183f5b85e0be4f94fa9309da5504bb7ba3367e # dt-bindings: i2c: rcar: Document r8a77961 support
@@ -20,8 +20,7 @@ upstream:
- torvalds: ca432812d9344a79f7c58375e07ad1936e9f0fc6 # dt-bindings: phy: renesas: usb2-phy: add r8a77961 support
- torvalds: 42aed917819d58bf202e7e2df7707fd5c2a4ef5c # dt-bindings: phy: renesas: usb3-phy: add r8a77961 support
- torvalds: aef161f4f1b829e91c4aaaac75c2b8fcdbc033fc # spi: renesas,sh-msiof: Add r8a77961 support
- - lore: CAMuHMdVA0UCZi41JzKgqm7njr1fmSHa-2eA+ECd+AUM3K6Bhtg@mail.gmail.com # dt-bindings: timer: renesas,cmt: Document R8A77961
+ - next: 5edf8bd6f4a225f7ad0501f921f9717df152e7fb # arm64: dts: renesas: rcar-gen3: Add missing CMT nodes
comments:
- - Documentation/devicetree/bindings/net/can/rcar_canfd.txt
- - Documentation/devicetree/bindings/net/can/rcar_can.txt
+ - "CAN moved to seperate task"
diff --git a/projects/linux/io/r8a77961-test-CAN.yaml b/projects/linux/io/r8a77961-test-CAN.yaml
new file mode 100644
index 0000000..a1f29f4
--- /dev/null
+++ b/projects/linux/io/r8a77961-test-CAN.yaml
@@ -0,0 +1,5 @@
+title: "test CAN on r8a77961"
+team: IO
+key: 2c4abf80-6c59-11eb-9bc6-1bdf5f639eec
+status: New
+