From 673269324f691f5aaecd0ea32106c503e59868ae Mon Sep 17 00:00:00 2001 From: Wolfram Sang Date: Sun, 8 Nov 2020 20:54:46 +0100 Subject: projects: linux: io: update tasks after updates 20201105 Signed-off-by: Wolfram Sang --- projects/linux/io/I2C-add-atomic_xfer.yaml | 10 ++++++++ projects/linux/io/IIC-I2C-add-atomic_xfer.yaml | 17 ------------- projects/linux/io/PCI-fix-suspend.yaml | 2 ++ projects/linux/io/SDHI-refactor-reset.yaml | 3 ++- .../linux/io/WDT-handover_from_bootloader.yaml | 27 -------------------- projects/linux/io/done/IIC-add-atomic_xfer.yaml | 19 ++++++++++++++ .../io/done/WDT-handover_from_bootloader.yaml | 29 ++++++++++++++++++++++ projects/linux/io/r8a77961_io.yaml | 3 ++- 8 files changed, 64 insertions(+), 46 deletions(-) create mode 100644 projects/linux/io/I2C-add-atomic_xfer.yaml delete mode 100644 projects/linux/io/IIC-I2C-add-atomic_xfer.yaml delete mode 100644 projects/linux/io/WDT-handover_from_bootloader.yaml create mode 100644 projects/linux/io/done/IIC-add-atomic_xfer.yaml create mode 100644 projects/linux/io/done/WDT-handover_from_bootloader.yaml (limited to 'projects/linux') diff --git a/projects/linux/io/I2C-add-atomic_xfer.yaml b/projects/linux/io/I2C-add-atomic_xfer.yaml new file mode 100644 index 0000000..6fa8afe --- /dev/null +++ b/projects/linux/io/I2C-add-atomic_xfer.yaml @@ -0,0 +1,10 @@ +title: I2C; add atomic_xfer callbacks +team: IO +key: 30697a96-203e-11eb-98aa-cf61d186fbec +assignee: Ulrich +status: Active + +upstream: + +comments: + - "created seperate task from the already finished IIC task" diff --git a/projects/linux/io/IIC-I2C-add-atomic_xfer.yaml b/projects/linux/io/IIC-I2C-add-atomic_xfer.yaml deleted file mode 100644 index 77999f9..0000000 --- a/projects/linux/io/IIC-I2C-add-atomic_xfer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -title: IIC + I2C; add atomic_xfer callbacks -team: IO -key: 591f9c90-70ad-11ea-9962-8faea49ce5f9 -assignee: Ulrich -status: Active - -upstream: - -comments: - - "Ulrich prototypes the IIC driver first; can refactor non-atomic xfer routine" - - "IIC v1: https://patchwork.kernel.org/patch/11598605/" - - "IIC v2: https://patchwork.kernel.org/patch/11612451/" - - "IIC prototype tested by Wolfram, works" - - "need to ensure how to keep PM domain active that late, trying the reboot notifier" - - "reboot notifier v1: https://patchwork.kernel.org/patch/11749121/" - - "IIC v3: https://patchwork.kernel.org/patch/11792759/" - - "IIC v4: https://patchwork.kernel.org/patch/11804027/" diff --git a/projects/linux/io/PCI-fix-suspend.yaml b/projects/linux/io/PCI-fix-suspend.yaml index 4e05a88..a6dec43 100644 --- a/projects/linux/io/PCI-fix-suspend.yaml +++ b/projects/linux/io/PCI-fix-suspend.yaml @@ -12,3 +12,5 @@ comments: - "For Gen2, a similar approach needs to be taken with hooks for Linux exception handling" - "v1: https://patchwork.kernel.org/patch/11772083/" - "v2: https://patchwork.kernel.org/patch/11801531/" + - "v3: https://patchwork.kernel.org/project/linux-renesas-soc/patch/20201011160045.574323-1-marek.vasut@gmail.com/" + - "v4: https://patchwork.kernel.org/project/linux-renesas-soc/patch/20201016120416.7008-1-marek.vasut@gmail.com/" diff --git a/projects/linux/io/SDHI-refactor-reset.yaml b/projects/linux/io/SDHI-refactor-reset.yaml index 5f7f59c..e6f8b81 100644 --- a/projects/linux/io/SDHI-refactor-reset.yaml +++ b/projects/linux/io/SDHI-refactor-reset.yaml @@ -11,7 +11,7 @@ upstream: - torvalds: 34e3211e5492756d4e59ef54f9ab1750ec7050ec # Revert "mmc: tmio: fix reset operation" - torvalds: a8c83064e73382d6bb069bd51c56074d1e4f4eec # mmc: tmio: remove indirection of 'hw_reset' callback - torvalds: 576146ea4ed986f44a4406ec32a5d3363216b3d2 # mmc: tmio: factor out common parts of the reset routine - - torvalds: 5b0739d76227fd5a3f02f014385bfa9c86e0404b # mmc: tmio: remove indirection of 'execute_tuning' callback + - torvalds: 5b0739d76227fd5a3f02f014385bfa9c86e0404b # mmc: tmio: don't reset whole IP core when tuning fails - torvalds: 510bfe58936f7d79d4c377bcc7425244d879b1ff # mmc: tmio: remove indirection of 'execute_tuning' callback comments: @@ -23,3 +23,4 @@ comments: - "regression when re-inserting SD cards found, investigating" - "also, we should probably reset the device in probe()" - "BSP team suggests to use SRCR3 register SD-IFx bit" + - "regressions fixed: https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=378775&state=*" diff --git a/projects/linux/io/WDT-handover_from_bootloader.yaml b/projects/linux/io/WDT-handover_from_bootloader.yaml deleted file mode 100644 index ec081bb..0000000 --- a/projects/linux/io/WDT-handover_from_bootloader.yaml +++ /dev/null @@ -1,27 +0,0 @@ -title: Watchdog; implement handover from bootloader -team: IO -key: a0883915-709c-4116-afc3-2629f1b06a4f -assignee: Ulrich -status: Active - -upstream: - - torvalds: ed4a11807d2a35ccfc0d00371f20b826f670b5f2 # clk: renesas: cpg-mssr: Mark clocks as critical only if on at boot - - torvalds: f23f1101ad0ef1acdc219d3364522166e2c711ce # clk: renesas: rcar-gen3: Mark RWDT clocks as critical - - torvalds: 52bc5ea6edde35bc65ed6ecd7639534e78002c74 # clk: renesas: rzg2: Mark RWDT clocks as critical - -comments: - - "RFC, needs discussion with Geert: https://patchwork.kernel.org/patch/10900571/" - - "v1 https://patchwork.kernel.org/patch/11099761/" - - "v2 https://patchwork.kernel.org/patch/11101573/" - - "v3 needed, bailing out and leave clock enabled is an open issue" - - "handed over task to Ulrich" - - "after discussion, we decided to ask watchdog-ml what to do when probing a wdt fails" - - "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=*" - - "Geert suggested to mark running WDT clocks as IS_CRITICAL during probe. Uli will implement this" - - "v4: https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=303821&state=*" - - "merged" - - "WDT driver update still missing, Wolfram will resend" - - "resend: https://patchwork.kernel.org/patch/11763069/" diff --git a/projects/linux/io/done/IIC-add-atomic_xfer.yaml b/projects/linux/io/done/IIC-add-atomic_xfer.yaml new file mode 100644 index 0000000..54c91ec --- /dev/null +++ b/projects/linux/io/done/IIC-add-atomic_xfer.yaml @@ -0,0 +1,19 @@ +title: IIC; add atomic_xfer callbacks +team: IO +key: 591f9c90-70ad-11ea-9962-8faea49ce5f9 +assignee: Ulrich +status: Done + +upstream: + - torvalds: a49cc1fe9d64a2dc4e19b599204f403e5d25f44b # i2c: sh_mobile: implement atomic transfers + +comments: + - "Ulrich prototypes the IIC driver first; can refactor non-atomic xfer routine" + - "IIC v1: https://patchwork.kernel.org/patch/11598605/" + - "IIC v2: https://patchwork.kernel.org/patch/11612451/" + - "IIC prototype tested by Wolfram, works" + - "need to ensure how to keep PM domain active that late, trying the reboot notifier" + - "reboot notifier v1: https://patchwork.kernel.org/patch/11749121/" + - "IIC v3: https://patchwork.kernel.org/patch/11792759/" + - "IIC v4: https://patchwork.kernel.org/patch/11804027/" + - "IIC merged" diff --git a/projects/linux/io/done/WDT-handover_from_bootloader.yaml b/projects/linux/io/done/WDT-handover_from_bootloader.yaml new file mode 100644 index 0000000..9085cfa --- /dev/null +++ b/projects/linux/io/done/WDT-handover_from_bootloader.yaml @@ -0,0 +1,29 @@ +title: Watchdog; implement handover from bootloader +team: IO +key: a0883915-709c-4116-afc3-2629f1b06a4f +assignee: Ulrich, Wolfram +status: Done + +upstream: + - torvalds: ed4a11807d2a35ccfc0d00371f20b826f670b5f2 # clk: renesas: cpg-mssr: Mark clocks as critical only if on at boot + - torvalds: f23f1101ad0ef1acdc219d3364522166e2c711ce # clk: renesas: rcar-gen3: Mark RWDT clocks as critical + - torvalds: 52bc5ea6edde35bc65ed6ecd7639534e78002c74 # clk: renesas: rzg2: Mark RWDT clocks as critical + - torvalds: 962085a2bb823d8c88c6bc706c654648407e6408 # watchdog: renesas_wdt: support handover from bootloader + +comments: + - "RFC, needs discussion with Geert: https://patchwork.kernel.org/patch/10900571/" + - "v1 https://patchwork.kernel.org/patch/11099761/" + - "v2 https://patchwork.kernel.org/patch/11101573/" + - "v3 needed, bailing out and leave clock enabled is an open issue" + - "handed over task to Ulrich" + - "after discussion, we decided to ask watchdog-ml what to do when probing a wdt fails" + - "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=*" + - "Geert suggested to mark running WDT clocks as IS_CRITICAL during probe. Uli will implement this" + - "v4: https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=303821&state=*" + - "merged" + - "WDT driver update still missing, Wolfram will resend" + - "resend: https://patchwork.kernel.org/patch/11763069/" + - "resend merged" diff --git a/projects/linux/io/r8a77961_io.yaml b/projects/linux/io/r8a77961_io.yaml index d8c3d7a..397951c 100644 --- a/projects/linux/io/r8a77961_io.yaml +++ b/projects/linux/io/r8a77961_io.yaml @@ -23,5 +23,6 @@ upstream: comments: - Documentation/devicetree/bindings/net/can/rcar_canfd.txt - Documentation/devicetree/bindings/net/can/rcar_can.txt - - Documentation/devicetree/bindings/spi/renesas,sh-msiof.yaml - Documentation/devicetree/bindings/timer/renesas,cmt.txt + - "MSIOF done by Geert, waiting for patches to show up in -next" + - "we hope that Niklas has time for CMT during his add. task about timers" -- cgit v1.2.3