summaryrefslogtreecommitdiff
path: root/projects/linux/io/done
diff options
context:
space:
mode:
authorWolfram Sang <wsa+renesas@sang-engineering.com>2021-03-09 10:59:07 +0100
committerWolfram Sang <wsa+renesas@sang-engineering.com>2021-03-12 13:14:28 +0100
commit382ff7e6016d9a5222dc70919a751eea8b7077be (patch)
tree5093c78dad769512cdb0f805d2f6c1e3b4bb14bf /projects/linux/io/done
parent84bfd2d17cd88eda9101e09bf7576f232865ee2a (diff)
projects: linux: io: updates for W10
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Diffstat (limited to 'projects/linux/io/done')
-rw-r--r--projects/linux/io/done/RAVB-disable-HWcsum-with-QTAG.yaml20
-rw-r--r--projects/linux/io/done/SDHI-non_removable_fix.yaml29
2 files changed, 49 insertions, 0 deletions
diff --git a/projects/linux/io/done/RAVB-disable-HWcsum-with-QTAG.yaml b/projects/linux/io/done/RAVB-disable-HWcsum-with-QTAG.yaml
new file mode 100644
index 0000000..1cbc443
--- /dev/null
+++ b/projects/linux/io/done/RAVB-disable-HWcsum-with-QTAG.yaml
@@ -0,0 +1,20 @@
+title: RAVB; disable HW checksumming when Q-TAG VLAN is given
+team: IO
+key: d0acc930-7b39-11eb-8a78-ef480ee1ab7f
+assignee: Ulrich
+status: Done
+
+bsp41x:
+ - 35107bfee8f9d91ebbcd68692d0c90d4d5e36ff1 # Revert "ravb: RX checksum offload"
+
+upstream:
+ - torvalds: 12da64300fbc76b875900445f4146c3dc617d43e # ravb: expand rx descriptor data to accommodate hw checksum
+
+comments:
+ - "Wolfram thinks this can be detected at runtime"
+ - "After first research, Ulrich agrees it can be done"
+ - "Ulrich has a prototype and asked for a testcase"
+ - "Testcase works for Ulrich"
+ - "Shimoda-san found an upstream commit already fixing the issue?"
+ - "we investigate if the fix is complete"
+ - "Ulrich says it is complete, marking done"
diff --git a/projects/linux/io/done/SDHI-non_removable_fix.yaml b/projects/linux/io/done/SDHI-non_removable_fix.yaml
new file mode 100644
index 0000000..82ef37e
--- /dev/null
+++ b/projects/linux/io/done/SDHI-non_removable_fix.yaml
@@ -0,0 +1,29 @@
+title: SDHI; remove workaround to enable 'non-removable' property
+team: IO
+key: 5799545f-2472-4332-aba9-f0909e1d2154
+assignee: Wolfram
+status: Done
+
+relationships:
+
+upstream:
+ - torvalds: 8861474a105c91e812d38cd65d3be795c7f32c4f # Revert "mmc: tmio: move runtime PM enablement to the driver implementations"
+ - torvalds: aa86f1a3887523d78bfadd1c4e4df8f919336511 # mmc: tmio: Fixup runtime PM management during probe
+ - torvalds: 87b5d602a1cc76169b8d81ec2c74c8d95d9350dc # mmc: tmio: Fixup runtime PM management during remove
+ - torvalds: 7a7dab237027939cb95dc07c4647b80bad5fbbde # mmc: tmio: remove workaround for NON_REMOVABLE
+ - torvalds: 478c60cea1c1e57f91d8c3f6dfe3d35784ea7eea # Revert "mmc: tmio: remove workaround for NON_REMOVABLE"
+ - next: 48e8053f3968891f33287aacee958dde73afcf0a # mmc: tmio: remove workaround for NON_REMOVABLE
+
+comments:
+ - "v1 https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=146493"
+ - "v2 https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=153581"
+ - "v2 maintainer offered a better solution, we need to wait a little"
+ - "maintainer version: https://patchwork.kernel.org/project/linux-mmc/list/?series=173737"
+ - "version seems to work fine, tested by Geert and Wolfram"
+ - "workaround removal patch: https://patchwork.kernel.org/patch/11149285/"
+ - "regression was discovered, reopening"
+ - "first investigations showed stalled SCC, so blocking on the SCC clock handling task"
+ - "after some more RPM updates, Wolfram now gets an OOPS and not a stalled SCC; removing dependency, continuing investigation"
+ - "RPM and SCC handling has been improved again. Wolfram can't trigger the issue, request for further testing sent out"
+ - "patch sent: https://patchwork.kernel.org/project/linux-renesas-soc/patch/20210218110224.6910-1-wsa+renesas@sang-engineering.com/"
+ - "merged"