[PATCH v2 4/7] i2c-designware: use dynamic adapter numbering on Lynxpoint

2013-04-10 Thread Mika Westerberg
It is not good idea to mix static and dynamic I2C adapter numbering. In this particular case on Lynxpoint we had graphics I2C adapter which took the first numbers preventing the designware I2C driver from using the adapter numbers it preferred. Since Lynxpoint support was just introduced and

[PATCH v2 4/7] i2c-designware: use dynamic adapter numbering on Lynxpoint

2013-04-10 Thread Mika Westerberg
It is not good idea to mix static and dynamic I2C adapter numbering. In this particular case on Lynxpoint we had graphics I2C adapter which took the first numbers preventing the designware I2C driver from using the adapter numbers it preferred. Since Lynxpoint support was just introduced and

Re: [4/7] i2c-designware: use dynamic adapter numbering on Lynxpoint

2013-04-09 Thread Mika Westerberg
On Tue, Apr 09, 2013 at 11:29:24AM +0200, Wolfram Sang wrote: > On Tue, Apr 09, 2013 at 12:23:19PM +0300, Mika Westerberg wrote: > > On Tue, Apr 09, 2013 at 11:06:05AM +0200, Wolfram Sang wrote: > > > On Thu, Mar 21, 2013 at 02:09:57AM -, Mika Westerberg wrote: > > > > It is not good idea to

Re: [4/7] i2c-designware: use dynamic adapter numbering on Lynxpoint

2013-04-09 Thread Wolfram Sang
On Tue, Apr 09, 2013 at 12:23:19PM +0300, Mika Westerberg wrote: > On Tue, Apr 09, 2013 at 11:06:05AM +0200, Wolfram Sang wrote: > > On Thu, Mar 21, 2013 at 02:09:57AM -, Mika Westerberg wrote: > > > It is not good idea to mix static and dynamic I2C adapter numbering. In > > > this particular

Re: [4/7] i2c-designware: use dynamic adapter numbering on Lynxpoint

2013-04-09 Thread Mika Westerberg
On Tue, Apr 09, 2013 at 11:06:05AM +0200, Wolfram Sang wrote: > On Thu, Mar 21, 2013 at 02:09:57AM -, Mika Westerberg wrote: > > It is not good idea to mix static and dynamic I2C adapter numbering. In > > this particular case on Lynxpoint we had graphics I2C adapter which took > > the first

Re: [4/7] i2c-designware: use dynamic adapter numbering on Lynxpoint

2013-04-09 Thread Wolfram Sang
On Thu, Mar 21, 2013 at 02:09:57AM -, Mika Westerberg wrote: > It is not good idea to mix static and dynamic I2C adapter numbering. In > this particular case on Lynxpoint we had graphics I2C adapter which took > the first numbers preventing the designware I2C driver from using the > adapter

Re: [4/7] i2c-designware: use dynamic adapter numbering on Lynxpoint

2013-04-09 Thread Wolfram Sang
On Thu, Mar 21, 2013 at 02:09:57AM -, Mika Westerberg wrote: It is not good idea to mix static and dynamic I2C adapter numbering. In this particular case on Lynxpoint we had graphics I2C adapter which took the first numbers preventing the designware I2C driver from using the adapter

Re: [4/7] i2c-designware: use dynamic adapter numbering on Lynxpoint

2013-04-09 Thread Mika Westerberg
On Tue, Apr 09, 2013 at 11:06:05AM +0200, Wolfram Sang wrote: On Thu, Mar 21, 2013 at 02:09:57AM -, Mika Westerberg wrote: It is not good idea to mix static and dynamic I2C adapter numbering. In this particular case on Lynxpoint we had graphics I2C adapter which took the first numbers

Re: [4/7] i2c-designware: use dynamic adapter numbering on Lynxpoint

2013-04-09 Thread Wolfram Sang
On Tue, Apr 09, 2013 at 12:23:19PM +0300, Mika Westerberg wrote: On Tue, Apr 09, 2013 at 11:06:05AM +0200, Wolfram Sang wrote: On Thu, Mar 21, 2013 at 02:09:57AM -, Mika Westerberg wrote: It is not good idea to mix static and dynamic I2C adapter numbering. In this particular case on

Re: [4/7] i2c-designware: use dynamic adapter numbering on Lynxpoint

2013-04-09 Thread Mika Westerberg
On Tue, Apr 09, 2013 at 11:29:24AM +0200, Wolfram Sang wrote: On Tue, Apr 09, 2013 at 12:23:19PM +0300, Mika Westerberg wrote: On Tue, Apr 09, 2013 at 11:06:05AM +0200, Wolfram Sang wrote: On Thu, Mar 21, 2013 at 02:09:57AM -, Mika Westerberg wrote: It is not good idea to mix static

[PATCH 4/7] i2c-designware: use dynamic adapter numbering on Lynxpoint

2013-03-21 Thread Mika Westerberg
It is not good idea to mix static and dynamic I2C adapter numbering. In this particular case on Lynxpoint we had graphics I2C adapter which took the first numbers preventing the designware I2C driver from using the adapter numbers it preferred. Fix this by switching to use dynamic adapter

[PATCH 4/7] i2c-designware: use dynamic adapter numbering on Lynxpoint

2013-03-21 Thread Mika Westerberg
It is not good idea to mix static and dynamic I2C adapter numbering. In this particular case on Lynxpoint we had graphics I2C adapter which took the first numbers preventing the designware I2C driver from using the adapter numbers it preferred. Fix this by switching to use dynamic adapter