summaryrefslogtreecommitdiff
path: root/projects/linux/io/I2C-new_device_conversion.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'projects/linux/io/I2C-new_device_conversion.yaml')
-rw-r--r--projects/linux/io/I2C-new_device_conversion.yaml11
1 files changed, 7 insertions, 4 deletions
diff --git a/projects/linux/io/I2C-new_device_conversion.yaml b/projects/linux/io/I2C-new_device_conversion.yaml
index 07da35a..cf6bf81 100644
--- a/projects/linux/io/I2C-new_device_conversion.yaml
+++ b/projects/linux/io/I2C-new_device_conversion.yaml
@@ -7,6 +7,9 @@ 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
+ - torvalds: af80559b4d9cd481c63505edbe425ff6bad4ab8d # i2c: replace i2c_new_secondary_device with an ERR_PTR variant
+ - torvalds: 2c2f00ab1641895183488ff2bce53c415344fb87 # i2c: remove i2c_new_dummy() API
+ - torvalds: c1d084759c95ecd0ef08274654a1f6c4f343cdcd # i2c: replace i2c_new_probed_device with an ERR_PTR variant
comments:
- "next step: convert all users of i2c_new_dummy"
@@ -41,8 +44,8 @@ comments:
- "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 1: convert i2c_new_dummy() [done]"
- "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]"
+ - "step 3: convert i2c_new_probed_device() [core changes applied, driver changes sent out]"
+ - "step 4: convert i2c_new_device() [core changes applied, driver changes on-going, partly sent out]"
+ - "step 5: remove old API calls [steps 1-2 done, blocked by steps 3-4]"