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/done/IIC-add-atomic_xfer.yaml | 19 ++++++++++++++ .../io/done/WDT-handover_from_bootloader.yaml | 29 ++++++++++++++++++++++ 2 files changed, 48 insertions(+) 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/io/done') 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" -- cgit v1.2.3