summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Sang <wsa+renesas@sang-engineering.com>2019-05-24 12:10:47 +0200
committerWolfram Sang <wsa+renesas@sang-engineering.com>2019-05-24 12:10:47 +0200
commitca5e0a5f4f7a55bd13efb1a3b9693f6afece898f (patch)
treed8daa4dfb6b911f7cd0d74866acd2600a772d478
parentc02525777378b99ad6b3a2c922b794d33a8abb4d (diff)
projects: linux: io: update tasks after meeting 20190523
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
-rw-r--r--projects/linux/io/I2C-dynamic_client_addresses.yaml7
-rw-r--r--projects/linux/io/I2C-new_device_conversion.yaml12
-rw-r--r--projects/linux/io/SDHI-IPMMU.yaml2
-rw-r--r--projects/linux/io/SDHI-clk_imbalance.yaml1
-rw-r--r--projects/linux/io/Thermal-add_IPA.yaml12
-rw-r--r--projects/linux/io/bsp392_MSIOF.yaml2
-rw-r--r--projects/linux/io/bsp392_SDHI_HS400_add.yaml3
-rw-r--r--projects/linux/io/bsp392_Thermal.yaml4
-rw-r--r--projects/linux/io/bsp395_SDHI.yaml18
9 files changed, 56 insertions, 5 deletions
diff --git a/projects/linux/io/I2C-dynamic_client_addresses.yaml b/projects/linux/io/I2C-dynamic_client_addresses.yaml
index 38a2ec7..606ab5e 100644
--- a/projects/linux/io/I2C-dynamic_client_addresses.yaml
+++ b/projects/linux/io/I2C-dynamic_client_addresses.yaml
@@ -2,9 +2,12 @@ title: I2C; dynamic client address infrastructure for the core
team: IO
key: 60a472ea-1c32-4f6e-a693-c5f4298ef20a
assignee: Wolfram
-status: New
+status: Blocked
+
+relationships:
+ - depends: 6f15b8c0-7ff6-43aa-a47a-7341694c37af
upstream:
comments:
-
+ - "Wolfram submitted a BoF proposal about this topic for LinuxPlumbers"
diff --git a/projects/linux/io/I2C-new_device_conversion.yaml b/projects/linux/io/I2C-new_device_conversion.yaml
new file mode 100644
index 0000000..62324ee
--- /dev/null
+++ b/projects/linux/io/I2C-new_device_conversion.yaml
@@ -0,0 +1,12 @@
+title: I2C; convert i2c_new_device and friends to errno and managed devices and convert users
+team: IO
+key: 6f15b8c0-7ff6-43aa-a47a-7341694c37af
+assignee: Wolfram
+status: Active
+
+upstream:
+ - torvalds: 7159dbdae3c58d0200ae2550fab977a19a3c497a # i2c: core: improve return value handling of i2c_new_device and i2c_new_dummy
+ - torvalds: b8f5fe3bc5b9318d95770a09a480c31aced20cd2 # i2c: core: add device-managed version of i2c_new_dummy
+
+comments:
+ - "next step: convert all users of i2c_new_dummy"
diff --git a/projects/linux/io/SDHI-IPMMU.yaml b/projects/linux/io/SDHI-IPMMU.yaml
index 0be4123..e309148 100644
--- a/projects/linux/io/SDHI-IPMMU.yaml
+++ b/projects/linux/io/SDHI-IPMMU.yaml
@@ -8,3 +8,5 @@ upstream:
comments:
- "https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=110485"
+ - "v2 https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=116729"
+ - "v3 https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=120985"
diff --git a/projects/linux/io/SDHI-clk_imbalance.yaml b/projects/linux/io/SDHI-clk_imbalance.yaml
index e62ebb8..cd4c31f 100644
--- a/projects/linux/io/SDHI-clk_imbalance.yaml
+++ b/projects/linux/io/SDHI-clk_imbalance.yaml
@@ -10,3 +10,4 @@ upstream:
comments:
- "we need to make sure we don't break older boards. APE6 should still work, including suspend/resume"
- "prototype (works on Gen3, TBC for APE6): https://patchwork.kernel.org/patch/10894815/"
+ - "Geert and Niklas agreed the prototype is OK. Niklas will resend"
diff --git a/projects/linux/io/Thermal-add_IPA.yaml b/projects/linux/io/Thermal-add_IPA.yaml
new file mode 100644
index 0000000..eb6afe3
--- /dev/null
+++ b/projects/linux/io/Thermal-add_IPA.yaml
@@ -0,0 +1,12 @@
+title: Thermal; add IPA to Gen3 DT
+team: IO
+key: d803f54a-8365-4921-856d-886ec54abefe
+assignee: Simon
+status: Active
+
+upstream:
+
+comments:
+ - "v2 https://patchwork.kernel.org/patch/10935539/"
+ - "v3 https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=115731"
+ - "v4 https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=121669"
diff --git a/projects/linux/io/bsp392_MSIOF.yaml b/projects/linux/io/bsp392_MSIOF.yaml
index df5d2bb..3f859e6 100644
--- a/projects/linux/io/bsp392_MSIOF.yaml
+++ b/projects/linux/io/bsp392_MSIOF.yaml
@@ -13,7 +13,7 @@ bsp-commits:
- f925bf9ef632042ebb32e52108cc97305c15183d # spi: sh-msiof: Add support for r8a7795
upstream:
- - next: fedd6940682afeddb22bfd855d8eaf527bcc473a
+ - torvalds: fedd6940682afeddb22bfd855d8eaf527bcc473a # spi: sh-msiof: Add reset of registers before starting transfer
comments:
- "9312d43151d28307f527920dafbd7789eabdc63a: Proposing 'N': Should use ´assigned-clocks´ and ´assigned-clock-rates´ in board DTS file that actually uses MSIOF"
diff --git a/projects/linux/io/bsp392_SDHI_HS400_add.yaml b/projects/linux/io/bsp392_SDHI_HS400_add.yaml
index 8e7f827..5b62b70 100644
--- a/projects/linux/io/bsp392_SDHI_HS400_add.yaml
+++ b/projects/linux/io/bsp392_SDHI_HS400_add.yaml
@@ -2,7 +2,7 @@ title: "From bsp392, refactor and upport HS400 manual calibration mode"
team: IO
key: eaaeb5e9-2e3b-4e4e-b18c-97c13d5f5605
status: New
-assignee: Niklas
+assignee: Wolfram
target-date: 2019-06-30
relationships:
@@ -15,3 +15,4 @@ upstream:
comments:
- "planned for Q2/19"
+ - "probably MMC core should call hs400_complete() before mmc_send_status() first, according to Shimoda-san"
diff --git a/projects/linux/io/bsp392_Thermal.yaml b/projects/linux/io/bsp392_Thermal.yaml
index 4c5f4e9..0e4c057 100644
--- a/projects/linux/io/bsp392_Thermal.yaml
+++ b/projects/linux/io/bsp392_Thermal.yaml
@@ -2,7 +2,7 @@ title: "From bsp392, upport Thermal patches"
team: IO
key: 645abdbb-77f4-4ffe-b75a-aa97fe40e1e1
status: Active
-assignee: Kaneko
+assignee: Kaneko
relationships:
@@ -11,8 +11,10 @@ bsp-commits:
- d4e41702e53b3ca0365666ec8b8182464c8ba2cc # thermal: rcar_gen3_thermal: [H3/M3N] Update calculation formula due to HW evaluation
upstream:
+ - torvalds: 20386f0d84a22214d1f037dedfffb6709dd0117a # thermal: rcar_thermal: update calculation formula for R-Car Gen3 SoCs
comments:
- "958bd36e03b70026ac3a33aaa6afc202e7158d2d: https://patchwork.kernel.org/patch/10906587/"
- "d4e41702e53b3ca0365666ec8b8182464c8ba2cc: v2 https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=106615"
- "958bd36e03b70026ac3a33aaa6afc202e7158d2d: v2 https://patchwork.kernel.org/patch/10934947/"
+ - "d4e41702e53b3ca0365666ec8b8182464c8ba2cc: v3 https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=117065"
diff --git a/projects/linux/io/bsp395_SDHI.yaml b/projects/linux/io/bsp395_SDHI.yaml
new file mode 100644
index 0000000..a4e29f1
--- /dev/null
+++ b/projects/linux/io/bsp395_SDHI.yaml
@@ -0,0 +1,18 @@
+title: "From bsp395, upport SDHI patches"
+team: IO
+key: bc6d7ea2-bdd7-4927-9fde-8d02442186cc
+status: New
+assignee: Wolfram
+target-date: 2019-06-30
+
+relationships:
+
+bsp-commits:
+ - 76e319805df86f370d140b4b556a550145b5a251 # mmc: tmio: fix SCC error handling to avoid false positive CRC error
+ - a0d396ede95a55a4dff6aa15ea314a3d35e2e842 # mmc: renesas_sdhi: Disable sampling clock position correction in HS400 mode
+
+upstream:
+
+comments:
+ - "76e319805df86f370d140b4b556a550145b5a251: https://patchwork.kernel.org/patch/10945051/"
+ - "a0d396ede95a55a4dff6aa15ea314a3d35e2e842: we need more confirmation from HW team which SoCs are affected"