From 7b46d100312359522c7221631c3404f9cfa127ea Mon Sep 17 00:00:00 2001 From: Wolfram Sang Date: Tue, 2 Jul 2019 13:10:09 +0200 Subject: projects: linux: io: update tasks Signed-off-by: Wolfram Sang --- projects/linux/io/SDHI-non_removable_fix.yaml | 6 +++--- projects/linux/io/bsp392_PCIe.yaml | 19 ------------------- projects/linux/io/bsp392_SDHI_HS400_add.yaml | 4 +++- projects/linux/io/bsp395_SDHI.yaml | 3 ++- projects/linux/io/done/bsp392_PCIe.yaml | 21 +++++++++++++++++++++ 5 files changed, 29 insertions(+), 24 deletions(-) delete mode 100644 projects/linux/io/bsp392_PCIe.yaml create mode 100644 projects/linux/io/done/bsp392_PCIe.yaml diff --git a/projects/linux/io/SDHI-non_removable_fix.yaml b/projects/linux/io/SDHI-non_removable_fix.yaml index 2031fbc..5b9e991 100644 --- a/projects/linux/io/SDHI-non_removable_fix.yaml +++ b/projects/linux/io/SDHI-non_removable_fix.yaml @@ -1,9 +1,9 @@ title: SDHI; remove workaround to enable 'non-removable' property team: IO key: 5799545f-2472-4332-aba9-f0909e1d2154 -assignee: Wolfram -status: New -target-date: 2019-06-30 +assignee: Ulrich +status: Active +target-date: 2019-07-31 relationships: - depends: f0a3a834-9c53-41a1-865c-6bbeabefe499 diff --git a/projects/linux/io/bsp392_PCIe.yaml b/projects/linux/io/bsp392_PCIe.yaml deleted file mode 100644 index ccfea65..0000000 --- a/projects/linux/io/bsp392_PCIe.yaml +++ /dev/null @@ -1,19 +0,0 @@ -title: "From bsp392, upport PCIe patches" -team: IO -key: 7ddd3743-fa13-4966-bcf0-10609b873ab5 -status: Active -assignee: Marek - -relationships: - -bsp-commits: - - a860c564527572e4b8c4e458b826d5e59852de88 # PCI: pcie-rcar: Handle returned value of rcar_pcie_wait_for_dl - - bcc3bd0d2c677658201abcda3d09a18a51fa42c0 # PCI: Avoid PCI device removing/rescanning through sysfs triggers a deadlock - -upstream: - -comments: - - "a860c564527572e4b8c4e458b826d5e59852de88: Proposing 'N': this fixes code which is not upstream" - - "bcc3bd0d2c677658201abcda3d09a18a51fa42c0: Already discussed by upstream in https://patchwork.ozlabs.org/patch/993438/" - - "bcc3bd0d2c677658201abcda3d09a18a51fa42c0: new approach: https://patchwork.kernel.org/patch/10961961/" - - "new approach accepted by maintainer, waiting for the patch to show up in linux-next" diff --git a/projects/linux/io/bsp392_SDHI_HS400_add.yaml b/projects/linux/io/bsp392_SDHI_HS400_add.yaml index 5f7d1cc..39d1226 100644 --- a/projects/linux/io/bsp392_SDHI_HS400_add.yaml +++ b/projects/linux/io/bsp392_SDHI_HS400_add.yaml @@ -1,7 +1,7 @@ title: "From bsp392, refactor and upport HS400 manual calibration mode" team: IO key: eaaeb5e9-2e3b-4e4e-b18c-97c13d5f5605 -status: Active +status: Paused assignee: Wolfram target-date: 2019-06-30 @@ -18,3 +18,5 @@ comments: - "planned for Q2/19" - "probably MMC core should call hs400_complete() before mmc_send_status() first, according to Shimoda-san" - "calling hs400_complete first: now merged" + - "v1: https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=140049" + - "Shimoda-san requested to wait because another HS400 issue is investigated at Renesas which will likely affect this series" diff --git a/projects/linux/io/bsp395_SDHI.yaml b/projects/linux/io/bsp395_SDHI.yaml index 602bf46..24c8b4a 100644 --- a/projects/linux/io/bsp395_SDHI.yaml +++ b/projects/linux/io/bsp395_SDHI.yaml @@ -19,4 +19,5 @@ comments: - "76e319805df86f370d140b4b556a550145b5a251: https://patchwork.kernel.org/patch/10945051/" - "76e319805df86f370d140b4b556a550145b5a251: merged" - "a0d396ede95a55a4dff6aa15ea314a3d35e2e842: we need more confirmation from HW team which SoCs are affected" - - "addfe9203290e3c274bca15e64e3f11638649e66: new patch" + - "addfe9203290e3c274bca15e64e3f11638649e66: new patch from BSP" + - "addfe9203290e3c274bca15e64e3f11638649e66: prototype developed for upstream; doesn't work, needs changes; to be discussed with Renesas" diff --git a/projects/linux/io/done/bsp392_PCIe.yaml b/projects/linux/io/done/bsp392_PCIe.yaml new file mode 100644 index 0000000..96e3e1e --- /dev/null +++ b/projects/linux/io/done/bsp392_PCIe.yaml @@ -0,0 +1,21 @@ +title: "From bsp392, upport PCIe patches" +team: IO +key: 7ddd3743-fa13-4966-bcf0-10609b873ab5 +status: Done +assignee: Marek + +relationships: + +bsp-commits: + - a860c564527572e4b8c4e458b826d5e59852de88 # PCI: pcie-rcar: Handle returned value of rcar_pcie_wait_for_dl + - bcc3bd0d2c677658201abcda3d09a18a51fa42c0 # PCI: Avoid PCI device removing/rescanning through sysfs triggers a deadlock + +upstream: + - next: dc6b698a86fe40a50525433eb8e92a267847f6f9 # PCI: sysfs: Ignore lockdep for remove attribute + +comments: + - "a860c564527572e4b8c4e458b826d5e59852de88: Proposing 'N': this fixes code which is not upstream" + - "bcc3bd0d2c677658201abcda3d09a18a51fa42c0: Already discussed by upstream in https://patchwork.ozlabs.org/patch/993438/" + - "bcc3bd0d2c677658201abcda3d09a18a51fa42c0: new approach: https://patchwork.kernel.org/patch/10961961/" + - "bcc3bd0d2c677658201abcda3d09a18a51fa42c0: new approach accepted by maintainer, waiting for the patch to show up in linux-next" + - "bcc3bd0d2c677658201abcda3d09a18a51fa42c0: merged" -- cgit v1.2.3