[PATCH 02/17] i2c: add deprecation warning for class based instantiation

2014-02-10 Thread Wolfram Sang
Class based instantiation can cause noticeable delays when booting. This mechanism is used when it is not possible to describe slaves on I2C busses. As we do have other mechanisms, most embedded I2C will not need classes and for embedded it is explicitly not recommended to use them. Add a

[PATCH 02/17] i2c: add deprecation warning for class based instantiation

2014-02-10 Thread Wolfram Sang
Class based instantiation can cause noticeable delays when booting. This mechanism is used when it is not possible to describe slaves on I2C busses. As we do have other mechanisms, most embedded I2C will not need classes and for embedded it is explicitly not recommended to use them. Add a