diff options
Diffstat (limited to 'projects/linux')
-rw-r--r-- | projects/linux/io/I2C-add-atomic_xfer.yaml | 1 | ||||
-rw-r--r-- | projects/linux/io/I2C-add_RECV_LEN-support.yaml | 2 | ||||
-rw-r--r-- | projects/linux/io/PCI-fix-suspend.yaml | 1 | ||||
-rw-r--r-- | projects/linux/io/SDHI-HW-busy-timeout.yaml | 4 | ||||
-rw-r--r-- | projects/linux/io/SDHI-refactor-SDHn.yaml | 12 | ||||
-rw-r--r-- | projects/linux/io/SDHI-upport-pre-post-req.yaml | 15 | ||||
-rw-r--r-- | projects/linux/io/done/SDHI-set-max_busy_timeout.yaml (renamed from projects/linux/io/SDHI-set-max_busy_timeout.yaml) | 8 | ||||
-rw-r--r-- | projects/linux/io/r8a77961_io.yaml | 3 |
8 files changed, 42 insertions, 4 deletions
diff --git a/projects/linux/io/I2C-add-atomic_xfer.yaml b/projects/linux/io/I2C-add-atomic_xfer.yaml index 6fa8afe..b3f3a7a 100644 --- a/projects/linux/io/I2C-add-atomic_xfer.yaml +++ b/projects/linux/io/I2C-add-atomic_xfer.yaml @@ -8,3 +8,4 @@ upstream: comments: - "created seperate task from the already finished IIC task" + - "Wolfram provided test case to Ulrich" diff --git a/projects/linux/io/I2C-add_RECV_LEN-support.yaml b/projects/linux/io/I2C-add_RECV_LEN-support.yaml index e1acd8b..5720a4d 100644 --- a/projects/linux/io/I2C-add_RECV_LEN-support.yaml +++ b/projects/linux/io/I2C-add_RECV_LEN-support.yaml @@ -2,7 +2,7 @@ title: I2C; add RECV_LEN support to the i2c-rcar driver team: IO key: 3c3dd6fe-03d9-11eb-ad24-7782efa69bb6 assignee: Wolfram -status: Active +status: Paused comments: - "I2C core update:" diff --git a/projects/linux/io/PCI-fix-suspend.yaml b/projects/linux/io/PCI-fix-suspend.yaml index a6dec43..e634ac0 100644 --- a/projects/linux/io/PCI-fix-suspend.yaml +++ b/projects/linux/io/PCI-fix-suspend.yaml @@ -14,3 +14,4 @@ comments: - "v2: https://patchwork.kernel.org/patch/11801531/" - "v3: https://patchwork.kernel.org/project/linux-renesas-soc/patch/20201011160045.574323-1-marek.vasut@gmail.com/" - "v4: https://patchwork.kernel.org/project/linux-renesas-soc/patch/20201016120416.7008-1-marek.vasut@gmail.com/" + - "on-going disucssion with PCI maintainers" diff --git a/projects/linux/io/SDHI-HW-busy-timeout.yaml b/projects/linux/io/SDHI-HW-busy-timeout.yaml index 895c004..e3f2857 100644 --- a/projects/linux/io/SDHI-HW-busy-timeout.yaml +++ b/projects/linux/io/SDHI-HW-busy-timeout.yaml @@ -14,3 +14,7 @@ comments: - "RFT v1: https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=388391&state=*" - "RFT v2: https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=388435&state=*" - "needs some refactoring" + - "refactored v1: https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=391145&state=*" + - "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" diff --git a/projects/linux/io/SDHI-refactor-SDHn.yaml b/projects/linux/io/SDHI-refactor-SDHn.yaml new file mode 100644 index 0000000..ebffbf8 --- /dev/null +++ b/projects/linux/io/SDHI-refactor-SDHn.yaml @@ -0,0 +1,12 @@ +title: "SDHI; refactor SDHn to be a seperate clock" +team: IO +key: 008d3362-4055-11eb-9620-cb34de96bb07 +status: New +assignee: Wolfram + +upstream: + +comments: + - "check mail thread 'SDnCKCR setting for HS200 #297087'" + - "BSP will use a workaround, but we should model SDHn as a seperate clock" + - "This allows us to handle proper frequency settings from the SDHI driver" diff --git a/projects/linux/io/SDHI-upport-pre-post-req.yaml b/projects/linux/io/SDHI-upport-pre-post-req.yaml new file mode 100644 index 0000000..332ea5a --- /dev/null +++ b/projects/linux/io/SDHI-upport-pre-post-req.yaml @@ -0,0 +1,15 @@ +title: "SDHI; upport pre-/post-req support from BSP for better performance" +team: IO +key: 00bf69ae-4055-11eb-af7f-9b89cbb89d45 +status: Active +assignee: Shimoda + +bsp-commits: + - bc6ecd4154b765cf565b96a6c970ba64f46e05c0 # mmc: tmio: Add support for pre_req and post_req + - 20998a8ef0cfd25e1f8f20fbbe10e3ef51e060c7 # mmc: renesas_sdhi: Add support for pre_req and post_req + +upstream: + +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=*" diff --git a/projects/linux/io/SDHI-set-max_busy_timeout.yaml b/projects/linux/io/done/SDHI-set-max_busy_timeout.yaml index 5dcce04..a6a3f90 100644 --- a/projects/linux/io/SDHI-set-max_busy_timeout.yaml +++ b/projects/linux/io/done/SDHI-set-max_busy_timeout.yaml @@ -1,10 +1,16 @@ title: SDHI; set proper max_busy_timeout value team: IO key: 2bf4b23a-03da-11eb-b1a4-33206c8185b4 -status: Active +status: Done + +upstream: + - next: 30ae3e13caeaa47884c222ebf5711ce27ed25f19 # mmc: tmio: set max_busy_timeout + - next: 58959f89dd3d8cc8bedcd2d665496603098b29a2 # mmc: tmio: add hook for custom busy_wait calculation + - next: b191deced78a12e26a827db03745b0da6cbc4f0e # mmc: renesas_sdhi: populate hook for longer busy_wait comments: - "check 'SDHI: Should set max_busy_timeout value for erase command' on periperi list" - "RFT v1: https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=388391&state=*" - "RFT v2: https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=388435&state=*" - "regrouped v1: https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=391145&state=*" + - "merged" diff --git a/projects/linux/io/r8a77961_io.yaml b/projects/linux/io/r8a77961_io.yaml index 706c60f..756bfe3 100644 --- a/projects/linux/io/r8a77961_io.yaml +++ b/projects/linux/io/r8a77961_io.yaml @@ -20,9 +20,8 @@ upstream: - torvalds: ca432812d9344a79f7c58375e07ad1936e9f0fc6 # dt-bindings: phy: renesas: usb2-phy: add r8a77961 support - torvalds: 42aed917819d58bf202e7e2df7707fd5c2a4ef5c # dt-bindings: phy: renesas: usb3-phy: add r8a77961 support - next: aef161f4f1b829e91c4aaaac75c2b8fcdbc033fc # spi: renesas,sh-msiof: Add r8a77961 support + - lore: https://lore.kernel.org/linux-renesas-soc/CAMuHMdVA0UCZi41JzKgqm7njr1fmSHa-2eA+ECd+AUM3K6Bhtg@mail.gmail.com/T/#m785cf17feb52ebd9f898d2d057453e4fdd249ffd comments: - Documentation/devicetree/bindings/net/can/rcar_canfd.txt - Documentation/devicetree/bindings/net/can/rcar_can.txt - - Documentation/devicetree/bindings/timer/renesas,cmt.txt - - "we hope that Niklas has time for CMT during his add. task about timers" |