summaryrefslogtreecommitdiff
path: root/projects/linux/io
diff options
context:
space:
mode:
authorWolfram Sang <wsa+renesas@sang-engineering.com>2020-05-14 15:43:02 +0200
committerWolfram Sang <wsa+renesas@sang-engineering.com>2020-05-14 15:47:01 +0200
commit09a4299066cba48aa167fdd472c95f9fe741c535 (patch)
treed5989a61afb1df923bd5a705ceefe89b9f22b556 /projects/linux/io
parent2417643a251d9d60cca8ba5e2dbf47fd4b10e9e9 (diff)
projects: linux: io: update tasks after updates 20200514
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Diffstat (limited to 'projects/linux/io')
-rw-r--r--projects/linux/io/I2C-dynamic_client_addresses.yaml1
-rw-r--r--projects/linux/io/IIC-I2C-add-atomic_xfer.yaml2
-rw-r--r--projects/linux/io/PCI-review-endpoint-support.yaml4
-rw-r--r--projects/linux/io/SDHI-manual-calibration.yaml22
-rw-r--r--projects/linux/io/SDHI-non_removable_fix.yaml4
-rw-r--r--projects/linux/io/SDHI-stalled-SCC.yaml15
-rw-r--r--projects/linux/io/WDT-handover_from_bootloader.yaml1
-rw-r--r--projects/linux/io/done/PCI-OB-windows-RFC.yaml (renamed from projects/linux/io/PCI-OB-windows-RFC.yaml)3
-rw-r--r--projects/linux/io/done/bsp397_SDHI.yaml (renamed from projects/linux/io/bsp397_SDHI.yaml)10
9 files changed, 57 insertions, 5 deletions
diff --git a/projects/linux/io/I2C-dynamic_client_addresses.yaml b/projects/linux/io/I2C-dynamic_client_addresses.yaml
index 592db83..4040247 100644
--- a/projects/linux/io/I2C-dynamic_client_addresses.yaml
+++ b/projects/linux/io/I2C-dynamic_client_addresses.yaml
@@ -17,3 +17,4 @@ comments:
- "preparational series to block addresses in DT needed first"
- "prep series v1: http://patchwork.ozlabs.org/project/linux-i2c/list/?series=159794&state=*"
- "prep series v2: https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=258263&state=*"
+ - "refactored bindings docs as preparation: https://patchwork.kernel.org/patch/11491099/"
diff --git a/projects/linux/io/IIC-I2C-add-atomic_xfer.yaml b/projects/linux/io/IIC-I2C-add-atomic_xfer.yaml
index f10d269..aace2dd 100644
--- a/projects/linux/io/IIC-I2C-add-atomic_xfer.yaml
+++ b/projects/linux/io/IIC-I2C-add-atomic_xfer.yaml
@@ -7,4 +7,4 @@ status: Active
upstream:
comments:
-
+ - "Ulrich prototypes the IIC driver first; can refactor non-atomic xfer routine"
diff --git a/projects/linux/io/PCI-review-endpoint-support.yaml b/projects/linux/io/PCI-review-endpoint-support.yaml
index c0dd1b1..2b6e279 100644
--- a/projects/linux/io/PCI-review-endpoint-support.yaml
+++ b/projects/linux/io/PCI-review-endpoint-support.yaml
@@ -21,3 +21,7 @@ comments:
- "Shimoda-san reviewed v7"
- "v8: https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=273593&state=*"
- "Shimoda-san reviewed v8"
+ - "v9: https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=276295&state=*"
+ - "Shimoda-san reviewed v9"
+ - "v10: https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=283863&state=*"
+ - "Shimoda-san reviewed v10"
diff --git a/projects/linux/io/SDHI-manual-calibration.yaml b/projects/linux/io/SDHI-manual-calibration.yaml
new file mode 100644
index 0000000..c87b936
--- /dev/null
+++ b/projects/linux/io/SDHI-manual-calibration.yaml
@@ -0,0 +1,22 @@
+title: "SDHI; add manual calibration"
+team: IO
+key: d50ff876-95e8-11ea-9862-cb3c9259ec31
+status: Paused
+assignee: Wolfram
+
+relationships:
+
+bsp-commits:
+ - a27609e63e9c4915706022b367d1d005833fe547 # mmc: tmio: Add adjust HS400 offset by manual calibration mode
+ - 1f84d574931b1319ebc1229678816338578f2d1e # mmc: renesas_sdhi_core: Add adjust HS400 offset by manual calibration mode
+ - b2e044a3602f7f9ffe6c61b6655e6b0b283d85c4 # mmc: renesas_sdhi: Change HS400 manual calibration value for r8a77990
+ - 0c9dc7d65f8fb44dcbed1f52c303830f9b2d2a78 # mmc: renesas_sdhi: Change HS400 manual calibration method
+ - d01f6ab4bac4ff7f7ec152e0652beccfc0533d83 # Revert "mmc: renesas_sdhi: Change HS400 manual calibration method"
+ - 5e1187e7ad6af53a9081fa03578d5f18730cb6c1 # mmc: renesas_sdhi: Change HS400 manual calibration method
+
+upstream:
+
+comments:
+ - "a27609e63e9c4915706022b367d1d005833fe547, 1f84d574931b1319ebc1229678816338578f2d1e, b2e044a3602f7f9ffe6c61b6655e6b0b283d85c4: rfc v1 https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=139709&state=*"
+ - "a27609e63e9c4915706022b367d1d005833fe547, 1f84d574931b1319ebc1229678816338578f2d1e, b2e044a3602f7f9ffe6c61b6655e6b0b283d85c4: rfc v2 https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=140049&state=*"
+ - "5e1187e7ad6af53a9081fa03578d5f18730cb6c1: we are missing new info from HW team, waiting"
diff --git a/projects/linux/io/SDHI-non_removable_fix.yaml b/projects/linux/io/SDHI-non_removable_fix.yaml
index 195f621..55a089c 100644
--- a/projects/linux/io/SDHI-non_removable_fix.yaml
+++ b/projects/linux/io/SDHI-non_removable_fix.yaml
@@ -2,10 +2,9 @@ title: SDHI; remove workaround to enable 'non-removable' property
team: IO
key: 5799545f-2472-4332-aba9-f0909e1d2154
assignee: Wolfram
-status: Blocked
+status: Active
relationships:
- - depends: d8082b1e-0535-11ea-b216-574c9e1142f4
upstream:
- torvalds: 8861474a105c91e812d38cd65d3be795c7f32c4f # Revert "mmc: tmio: move runtime PM enablement to the driver implementations"
@@ -23,3 +22,4 @@ comments:
- "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"
diff --git a/projects/linux/io/SDHI-stalled-SCC.yaml b/projects/linux/io/SDHI-stalled-SCC.yaml
new file mode 100644
index 0000000..f4996f4
--- /dev/null
+++ b/projects/linux/io/SDHI-stalled-SCC.yaml
@@ -0,0 +1,15 @@
+title: "SDHI; SCC may stall if SDnH is not provided"
+team: IO
+key: d593a7de-95e8-11ea-8695-9f6a675410b7
+status: Active
+assignee: Wolfram
+
+relationships:
+
+bsp-commits:
+ - addfe9203290e3c274bca15e64e3f11638649e66 # mmc: renesas_sdhi: Fix hang up in HS400 timing mode selection
+
+upstream:
+
+comments:
+ - "addfe9203290e3c274bca15e64e3f11638649e66: hang up is surprisingly hard to reproduce but we keep trying"
diff --git a/projects/linux/io/WDT-handover_from_bootloader.yaml b/projects/linux/io/WDT-handover_from_bootloader.yaml
index 2f21ed0..8b1f4f3 100644
--- a/projects/linux/io/WDT-handover_from_bootloader.yaml
+++ b/projects/linux/io/WDT-handover_from_bootloader.yaml
@@ -16,3 +16,4 @@ comments:
- "another approach to handle clocks during boot is using the 'ignore-unused' property"
- "ignore-unused v1: https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=247897&state=*"
- "ignore-unused v2: https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=257141&state=*"
+ - "ignore-unused v3: https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=285925&state=*"
diff --git a/projects/linux/io/PCI-OB-windows-RFC.yaml b/projects/linux/io/done/PCI-OB-windows-RFC.yaml
index 114897d..666d76c 100644
--- a/projects/linux/io/PCI-OB-windows-RFC.yaml
+++ b/projects/linux/io/done/PCI-OB-windows-RFC.yaml
@@ -7,8 +7,9 @@ assignee: Marek
relationships:
upstream:
+ - next: 2b9f217433e31d125fb697ca7974d3de3ecc3e92 # PCI: rcar: Fix incorrect programming of OB windows
comments:
- "RFC: https://patchwork.kernel.org/patch/11174493/"
- "reviewed and tested by Marek, awaiting upstream"
-
+ - "finally merged"
diff --git a/projects/linux/io/bsp397_SDHI.yaml b/projects/linux/io/done/bsp397_SDHI.yaml
index 48d005b..6e11a21 100644
--- a/projects/linux/io/bsp397_SDHI.yaml
+++ b/projects/linux/io/done/bsp397_SDHI.yaml
@@ -1,7 +1,7 @@
title: "From bsp397, upport SDHI patches"
team: IO
key: d8082b1e-0535-11ea-b216-574c9e1142f4
-status: New
+status: Done
assignee: Wolfram
relationships:
@@ -39,6 +39,8 @@ upstream:
- next: dab81d878020d56231932e5b3dac28909006db2e # mmc: renesas_sdhi: refactor calculation of best TAP
- next: efdfa62c192c2b2d86d6958c5853e8e570cf04ac # mmc: renesas_sdhi: clarify handling of selecting TAPs
- next: f30dee7e1a23c13d7fe6673f4a668e087b017f37 # mmc: renesas_sdhi: improve TAP selection if all TAPs are good
+ - next: 063ec05c01c891a05c59ab11aed879d9e7ed85fb # mmc: renesas_sdhi: handle M3-W ES1.2 and 1.3 revisions
+ - next: 269f9ce579f9828a8e79970a1721cd23f845aa25 # mmc: renesas_sdhi: Avoid bad TAP in HS400
comments:
- "There is further work needed (some refactoring/squashing)"
@@ -57,3 +59,9 @@ comments:
- "a0f3de1e17422b135343788af49032e5e8264172, ae58f551411e3e1d3dbc0e718f173f5100335eca: v2 https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=267969&state=*"
- "above series merged"
- "7f2a7d6d94c7595d03488b99518d4cb0342d2cf9: v1 https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=275439&state=*"
+ - "7f2a7d6d94c7595d03488b99518d4cb0342d2cf9: v2 https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=276081&state=*"
+ - "7f2a7d6d94c7595d03488b99518d4cb0342d2cf9: v3 https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=276101&state=*"
+ - "7f2a7d6d94c7595d03488b99518d4cb0342d2cf9: v3 series accepted"
+ - "addfe9203290e3c274bca15e64e3f11638649e66: is more than upporting, moved to seperate task"
+ - "0c9dc7d65f8fb44dcbed1f52c303830f9b2d2a78: still missing new info from HW team, moved to seperate task"
+ - "closing this task"