summaryrefslogtreecommitdiff
path: root/projects/linux/io/done
diff options
context:
space:
mode:
authorWolfram Sang <wsa+renesas@sang-engineering.com>2019-08-22 12:06:58 +0200
committerWolfram Sang <wsa+renesas@sang-engineering.com>2019-08-22 12:09:41 +0200
commit1b13e960723b509744ee17978faa12d0770ccbab (patch)
tree2e18f26977abe20f9c4a1725595eb7350d18a8a2 /projects/linux/io/done
parent6b37ddaed2528c5ffcd5f3d2ae68feb3cf61d6ad (diff)
projects: linux: io: update tasks after meeting 20190822
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Diffstat (limited to 'projects/linux/io/done')
-rw-r--r--projects/linux/io/done/bsp392_RAVB.yaml24
-rw-r--r--projects/linux/io/done/bsp396_RAVB.yaml18
2 files changed, 42 insertions, 0 deletions
diff --git a/projects/linux/io/done/bsp392_RAVB.yaml b/projects/linux/io/done/bsp392_RAVB.yaml
new file mode 100644
index 0000000..e32c903
--- /dev/null
+++ b/projects/linux/io/done/bsp392_RAVB.yaml
@@ -0,0 +1,24 @@
+title: "From bsp392, upport RAVB patches"
+team: IO
+key: 24e341d7-74db-42c6-ba03-785030932abf
+status: Done
+assignee: Simon
+
+relationships:
+
+bsp-commits:
+ - 0b3fe9516f77238d2f71db71b5c0ab9b0e72cd60 # ravb: Decrease TxFIFO depth of Q3 and Q2 to one
+ - da44dfbbf4a29cc07ad9a6f73e7b07eb156899dd # ravb: Avoid unsupported internal delay mode for R-Car E3/D3
+
+upstream:
+ - torvalds: ae9819e339b451da7a86ab6fe38ecfcb6814e78a # ravb: Decrease TxFIFO depth of Q3 and Q2 to one
+ - torvalds: 0a5d329ffd1be394e3e4176eb11ca51dfde03c40 # ravb: Avoid unsupported internal delay mode for R-Car E3/D3
+ - next: 8703ba77ec555b08c538beb728a4df1b72e0213e # arm64: dts: renesas: ebisu, draak: Limit EtherAVB to 100Mbps
+
+comments:
+ - "da44dfbbf4a29cc07ad9a6f73e7b07eb156899dd: v2 https://patchwork.kernel.org/patch/10893781/"
+ - "da44dfbbf4a29cc07ad9a6f73e7b07eb156899dd: v3 https://patchwork.kernel.org/patch/10912883/"
+ - "we still need to decide if we disable 1GBit in the DT"
+ - "addition to 0a5d329ffd1be394e3e4176eb11ca51dfde03c40: v1 https://patchwork.kernel.org/patch/11047819/"
+ - "addition to 0a5d329ffd1be394e3e4176eb11ca51dfde03c40: v2 https://patchwork.kernel.org/patch/11063439/"
+ - "addition to 0a5d329ffd1be394e3e4176eb11ca51dfde03c40: merged"
diff --git a/projects/linux/io/done/bsp396_RAVB.yaml b/projects/linux/io/done/bsp396_RAVB.yaml
new file mode 100644
index 0000000..6e7481a
--- /dev/null
+++ b/projects/linux/io/done/bsp396_RAVB.yaml
@@ -0,0 +1,18 @@
+title: "From bsp396, upport RAVB patches"
+team: IO
+key: 85d2e5fd-1c41-4b99-aeae-2f076940aa03
+status: Done
+assignee: Simon
+
+relationships:
+
+bsp-commits:
+ - 2e4d341d1cc11c055a336feebed9d1ddaa9097b6 # ravb: Protect access to ts_skb_list with spinlock
+ - 444401e833c4ad6258210713bc656a733f7c4de7 # ravb: Fix use-after-free ravb_tstamp_skb
+
+upstream:
+ - next: cfef46d692efd852a0da6803f920cc756eea2855 # ravb: Fix use-after-free ravb_tstamp_skb
+
+comments:
+ - "2e4d341d1cc11c055a336feebed9d1ddaa9097b6: Proposing 'N'. Shimoda-san tested and the issue was present in the BSP but not the latest upstream kernel"
+ - "444401e833c4ad6258210713bc656a733f7c4de7: http://patchwork.ozlabs.org/patch/1148290/"