diff options
author | Simon Glass | 2021-03-25 21:24:44 +1300 |
---|---|---|
committer | Tom Rini | 2021-03-27 09:51:22 -0400 |
commit | 65c8cdc72bca275334f01d1089aef0661f1bd468 (patch) | |
tree | 14c16247b69c8dd155f8440a1f762ef270d679e1 /doc | |
parent | 782dac5b7d99506ab65276b923d4b2cdc7ff9d13 (diff) |
dm: i2c: Add a migration method for I2C
This probably should have been done a while back since it is a core
system. Add a migration deadline of later this year, to catch the
stragglers.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/driver-model/migration.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/driver-model/migration.rst b/doc/driver-model/migration.rst index 2284e8a6f70..8d0bb7635b5 100644 --- a/doc/driver-model/migration.rst +++ b/doc/driver-model/migration.rst @@ -99,3 +99,11 @@ Deadline: 2020.07 The network subsystem has supported the driver model since early 2015. Maintainers should submit patches switching over to using CONFIG_DM_ETH and other base driver model options in time for inclusion in the 2020.07 release. + +CONFIG_DM_I2C +------------- +Deadline: 2021.10 + +The I2C subsystem has supported the driver model since early 2015. +Maintainers should submit patches switching over to using CONFIG_DM_I2C and +other base driver model options in time for inclusion in the 2021.10 release. |