summaryrefslogtreecommitdiff
path: root/projects/linux/io/I2C-new_device_conversion.yaml
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 /projects/linux/io/I2C-new_device_conversion.yaml
parentc02525777378b99ad6b3a2c922b794d33a8abb4d (diff)
projects: linux: io: update tasks after meeting 20190523
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.yaml12
1 files changed, 12 insertions, 0 deletions
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"