Re: [PATCH 00/16] i2c: drop class based instantiaion for selected drivers

2014-07-16 Thread Wolfram Sang
On Thu, Jul 10, 2014 at 01:46:20PM +0200, Wolfram Sang wrote: > Some drivers were flagged to remove class based instantiation soon to improve > boot-up time. Originally, I was planning for a longer deprecation time so > users > could switch over to some other kind of instantiation. However, the de

Re: [PATCH 00/16] i2c: drop class based instantiaion for selected drivers

2014-07-10 Thread Wolfram Sang
> > + /* Warn that the adapter lost class based instantiation */ > > + if (adapter->class == I2C_CLASS_DEPRECATED) { > > + dev_dbg(&adapter->dev, > > + "This adapter dropped support for I2C classes and " > > + "won't auto-detect %s devices anymore.

Re: [PATCH 00/16] i2c: drop class based instantiaion for selected drivers

2014-07-10 Thread Lothar Waßmann
Hi, Wolfram Sang wrote: > Some drivers were flagged to remove class based instantiation soon to improve > boot-up time. Originally, I was planning for a longer deprecation time so > users > could switch over to some other kind of instantiation. However, the demand for > the speed up is high enoug