summaryrefslogtreecommitdiff
path: root/projects/linux/io/done
diff options
context:
space:
mode:
Diffstat (limited to 'projects/linux/io/done')
-rw-r--r--projects/linux/io/done/RAVB-MTU_with_interface_up.yaml17
-rw-r--r--projects/linux/io/done/SDHI-bugreport_for_ES1.yaml11
-rw-r--r--projects/linux/io/done/SDHI-non_removable_fix.yaml23
3 files changed, 28 insertions, 23 deletions
diff --git a/projects/linux/io/done/RAVB-MTU_with_interface_up.yaml b/projects/linux/io/done/RAVB-MTU_with_interface_up.yaml
new file mode 100644
index 0000000..905811d
--- /dev/null
+++ b/projects/linux/io/done/RAVB-MTU_with_interface_up.yaml
@@ -0,0 +1,17 @@
+title: EtherAVB; configure MTU size while interface is up
+team: IO
+key: 1463749f-9ca1-47a9-b366-732f77ca206c
+assignee: Ulrich
+status: Done
+
+upstream:
+ - next: 15fb35fa9ff456b81159033eba6397fcee85e671 # ravb: implement MTU change while device is up
+
+comments:
+ - "https://patchwork.kernel.org/patch/10936095/"
+ - "v2 https://patchwork.kernel.org/patch/10977185/"
+ - "v3 https://patchwork.kernel.org/patch/11104487/"
+ - "v4 already developed, testing needed"
+ - "new approach sent to internal list as '[LOCAL RFC] ravb: implement MTU change while device is up'"
+ - "v4 https://patchwork.kernel.org/patch/11242931/"
+ - "accepted and merged"
diff --git a/projects/linux/io/done/SDHI-bugreport_for_ES1.yaml b/projects/linux/io/done/SDHI-bugreport_for_ES1.yaml
new file mode 100644
index 0000000..c6dfa6d
--- /dev/null
+++ b/projects/linux/io/done/SDHI-bugreport_for_ES1.yaml
@@ -0,0 +1,11 @@
+title: SDHI; validate (and fix) upstream report about accessing large files on ES1.0
+team: IO
+key: 774f988e-90b9-4946-9cc8-b2f12c6d7765
+status: Abandoned
+
+upstream:
+
+comments:
+ - "initial bug report: https://www.spinics.net/lists/linux-mmc/msg52372.html"
+ - "couldn't be reproduced by Wolfram on his Salvator-X with H3 ES1.0"
+ - "also reporter has not tried the Kernel which Wolfram suggested for a year now, marking abandoned"
diff --git a/projects/linux/io/done/SDHI-non_removable_fix.yaml b/projects/linux/io/done/SDHI-non_removable_fix.yaml
deleted file mode 100644
index 99bcd61..0000000
--- a/projects/linux/io/done/SDHI-non_removable_fix.yaml
+++ /dev/null
@@ -1,23 +0,0 @@
-title: SDHI; remove workaround to enable 'non-removable' property
-team: IO
-key: 5799545f-2472-4332-aba9-f0909e1d2154
-assignee: Wolfram
-status: Done
-target-date: 2019-08-31
-
-relationships:
- - depends: f0a3a834-9c53-41a1-865c-6bbeabefe499
-
-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
- - next: 2eac14c380b16ae649ec39fe1d7fffd6b49a57c6 # 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/"