summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorWolfram Sang <wsa+renesas@sang-engineering.com>2020-11-08 20:54:46 +0100
committerWolfram Sang <wsa+renesas@sang-engineering.com>2020-11-08 20:56:50 +0100
commit673269324f691f5aaecd0ea32106c503e59868ae (patch)
tree2ea14e1d8584d3d2df5a9747e9539ef01235184a /projects
parent82d08c2b7c7e45f43ff4a80840f474e0d064c2a6 (diff)
projects: linux: io: update tasks after updates 20201105
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Diffstat (limited to 'projects')
-rw-r--r--projects/linux/io/I2C-add-atomic_xfer.yaml10
-rw-r--r--projects/linux/io/PCI-fix-suspend.yaml2
-rw-r--r--projects/linux/io/SDHI-refactor-reset.yaml3
-rw-r--r--projects/linux/io/done/IIC-add-atomic_xfer.yaml (renamed from projects/linux/io/IIC-I2C-add-atomic_xfer.yaml)6
-rw-r--r--projects/linux/io/done/WDT-handover_from_bootloader.yaml (renamed from projects/linux/io/WDT-handover_from_bootloader.yaml)6
-rw-r--r--projects/linux/io/r8a77961_io.yaml3
6 files changed, 24 insertions, 6 deletions
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/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/IIC-I2C-add-atomic_xfer.yaml b/projects/linux/io/done/IIC-add-atomic_xfer.yaml
index 77999f9..54c91ec 100644
--- a/projects/linux/io/IIC-I2C-add-atomic_xfer.yaml
+++ b/projects/linux/io/done/IIC-add-atomic_xfer.yaml
@@ -1,10 +1,11 @@
-title: IIC + I2C; add atomic_xfer callbacks
+title: IIC; add atomic_xfer callbacks
team: IO
key: 591f9c90-70ad-11ea-9962-8faea49ce5f9
assignee: Ulrich
-status: Active
+status: Done
upstream:
+ - torvalds: a49cc1fe9d64a2dc4e19b599204f403e5d25f44b # i2c: sh_mobile: implement atomic transfers
comments:
- "Ulrich prototypes the IIC driver first; can refactor non-atomic xfer routine"
@@ -15,3 +16,4 @@ comments:
- "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/WDT-handover_from_bootloader.yaml b/projects/linux/io/done/WDT-handover_from_bootloader.yaml
index ec081bb..9085cfa 100644
--- a/projects/linux/io/WDT-handover_from_bootloader.yaml
+++ b/projects/linux/io/done/WDT-handover_from_bootloader.yaml
@@ -1,13 +1,14 @@
title: Watchdog; implement handover from bootloader
team: IO
key: a0883915-709c-4116-afc3-2629f1b06a4f
-assignee: Ulrich
-status: Active
+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/"
@@ -25,3 +26,4 @@ comments:
- "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"