summaryrefslogtreecommitdiff
path: root/projects/linux/io/I2C-new_device_conversion.yaml
diff options
context:
space:
mode:
authorWolfram Sang <wsa+renesas@sang-engineering.com>2019-11-28 17:34:34 +0100
committerWolfram Sang <wsa+renesas@sang-engineering.com>2019-11-28 20:18:29 +0100
commit43717ae31ee76dab029cc6ba0aa07e6cd7688a55 (patch)
tree81ed899916e0200073513b00ac15248336d0d959 /projects/linux/io/I2C-new_device_conversion.yaml
parent4b97f9e0753e82d95c191a8b295c6e3c3d9fa9de (diff)
projects: linux: io: update tasks after updates 20191128
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Diffstat (limited to 'projects/linux/io/I2C-new_device_conversion.yaml')
-rw-r--r--projects/linux/io/I2C-new_device_conversion.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/projects/linux/io/I2C-new_device_conversion.yaml b/projects/linux/io/I2C-new_device_conversion.yaml
index 19570ce..07da35a 100644
--- a/projects/linux/io/I2C-new_device_conversion.yaml
+++ b/projects/linux/io/I2C-new_device_conversion.yaml
@@ -40,3 +40,9 @@ comments:
- "http://patchwork.ozlabs.org/patch/1150270/"
- "http://patchwork.ozlabs.org/patch/1150271/"
- "http://patchwork.ozlabs.org/project/linux-i2c/list/?series=126277"
+ - "instead of listing patches and patch series, I will follow Morimoto-san's example how to describe big API changes"
+ - "step 1: convert i2c_new_dummy() [mostly done, last driver to be fixed in 5.5-rc1]"
+ - "step 2: convert i2c_new_secondary_device() [done]"
+ - "step 3: convert i2c_new_probed_device() [core changes done, driver changes to be sent after 5.5-rc1]"
+ - "step 4: convert i2c_new_device() [core changes done, driver changes on-going]"
+ - "step 5: remove old API calls [blocked by steps 1-4]"