Re: [PATCH 2/6] i2c: Get rid of the legacy binding model

2009-05-03 Thread Jean Delvare
On Sat, 2 May 2009 12:03:43 -0700, David Brownell wrote: On Saturday 02 May 2009, Jean Delvare wrote: @@ -100,9 +100,8 @@ extern s32 i2c_smbus_write_i2c_block_dat   * @class: What kind of i2c device we instantiate (for detect)   * @attach_adapter: Callback for bus addition (for legacy

[PATCH 2/6] i2c: Get rid of the legacy binding model

2009-05-02 Thread Jean Delvare
We converted all the legacy i2c drivers so we can finally get rid of the legacy binding model. Hooray! Signed-off-by: Jean Delvare kh...@linux-fr.org Cc: David Brownell dbrown...@users.sourceforge.net --- Documentation/feature-removal-schedule.txt |9 --- Documentation/i2c/writing-clients

Re: [PATCH 2/6] i2c: Get rid of the legacy binding model

2009-05-02 Thread David Brownell
On Saturday 02 May 2009, Jean Delvare wrote: @@ -100,9 +100,8 @@ extern s32 i2c_smbus_write_i2c_block_dat   * @class: What kind of i2c device we instantiate (for detect)   * @attach_adapter: Callback for bus addition (for legacy drivers)   * @detach_adapter: Callback for bus removal (for