Re: [PATCH 2.6] I2C: Separate non-i2c hwmon drivers from i2c-core (2/9)

2005-07-27 Thread Jean Delvare
Hi Greg, > > You can take a look at my current stack here for reference: > > http://khali.linux-fr.org/devel/i2c/linux-2.6/series > > Ok, should be caught up now. I have a pci patch or two still left to > apply that i know you were also tracking. I've picked up the few i2c patches you have and

Re: [PATCH 2.6] I2C: Separate non-i2c hwmon drivers from i2c-core (2/9)

2005-07-26 Thread Greg KH
On Mon, Jul 25, 2005 at 07:28:27PM +0200, Jean Delvare wrote: > Hi Greg, > > > Ah, much better, thanks. Sounds like a great plan, I'll go apply your > > patches in a day or so when I catch up from my travels. > > OK, thanks. > > Note that there are a few patches which you should apply before th

Re: [PATCH 2.6] I2C: Separate non-i2c hwmon drivers from i2c-core (2/9)

2005-07-25 Thread Jean Delvare
Hi Greg, > Ah, much better, thanks. Sounds like a great plan, I'll go apply your > patches in a day or so when I catch up from my travels. OK, thanks. Note that there are a few patches which you should apply before this series, in particular Mark Hoffman's 3 hwmon class patches. There are no ha

Re: [PATCH 2.6] I2C: Separate non-i2c hwmon drivers from i2c-core (2/9)

2005-07-24 Thread Greg KH
On Wed, Jul 20, 2005 at 11:46:03PM +0200, Jean Delvare wrote: > > So, the approximate timeline would be 1* to 3* right now, 4* after that > as time permits, and 5* when we estimate that 3* happened long enough > ago (roughly 1st half of 2006?) > > I hope I explained it correctly this time. If not

Re: [PATCH 2.6] I2C: Separate non-i2c hwmon drivers from i2c-core (2/9)

2005-07-20 Thread Jean Delvare
Hi Greg, > > Convert i2c-isa from a dumb i2c_adapter into a pseudo i2c-core for > > ISA hardware monitoring drivers. The isa i2c_adapter is no more > > registered with i2c-core, drivers have to explicitely connect to it > > using the new i2c_isa_{add,del}_driver interface. > > Ick, when I did thi

Re: [PATCH 2.6] I2C: Separate non-i2c hwmon drivers from i2c-core (2/9)

2005-07-19 Thread Greg KH
On Tue, Jul 19, 2005 at 11:48:43PM +0200, Jean Delvare wrote: > Convert i2c-isa from a dumb i2c_adapter into a pseudo i2c-core for ISA > hardware monitoring drivers. The isa i2c_adapter is no more registered > with i2c-core, drivers have to explicitely connect to it using the new > i2c_isa_{add,del

[PATCH 2.6] I2C: Separate non-i2c hwmon drivers from i2c-core (2/9)

2005-07-19 Thread Jean Delvare
Convert i2c-isa from a dumb i2c_adapter into a pseudo i2c-core for ISA hardware monitoring drivers. The isa i2c_adapter is no more registered with i2c-core, drivers have to explicitely connect to it using the new i2c_isa_{add,del}_driver interface. At this point, all ISA chip drivers are useless,