Re: [PATCH] pvrusb2: Don't use the internal i2c client list

2009-05-01 Thread Jean Delvare
On Fri, 1 May 2009 22:25:28 -0500 (CDT), Mike Isely wrote: > On Thu, 30 Apr 2009, Mike Isely wrote: > > > On Thu, 30 Apr 2009, Jean Delvare wrote: > > > > > The i2c core used to maintain a list of client for each adapter. This > > > is a duplication of what the driver core already does, so this l

Re: [PATCH] pvrusb2: Don't use the internal i2c client list

2009-05-01 Thread Mike Isely
On Thu, 30 Apr 2009, Mike Isely wrote: > On Thu, 30 Apr 2009, Jean Delvare wrote: > > > The i2c core used to maintain a list of client for each adapter. This > > is a duplication of what the driver core already does, so this list > > will be removed as part of a future cleanup. Anyone using this

Re: [PATCH] pvrusb2: Don't use the internal i2c client list

2009-04-30 Thread Mike Isely
On Thu, 30 Apr 2009, Jean Delvare wrote: > The i2c core used to maintain a list of client for each adapter. This > is a duplication of what the driver core already does, so this list > will be removed as part of a future cleanup. Anyone using this list > must stop doing so. > > For pvrusb2, I pro

[PATCH] pvrusb2: Don't use the internal i2c client list

2009-04-30 Thread Jean Delvare
The i2c core used to maintain a list of client for each adapter. This is a duplication of what the driver core already does, so this list will be removed as part of a future cleanup. Anyone using this list must stop doing so. For pvrusb2, I propose the following change, which should lead to an equ