Re: [PATCH 4/6] media: i2c: s5c73m3: Convert to new i2c device probe()

2019-07-31 Thread Wolfram Sang
On Wed, Jul 10, 2019 at 10:51:47PM +0100, Kieran Bingham wrote: > The I2C core framework provides a simplified probe framework from commit > b8a1a4cd5a98 ("i2c: Provide a temporary .probe_new() call-back type"). > > This driver does not utilise the i2c_device_id table in the probe, so we can > eas

Re: [PATCH 4/6] media: i2c: s5c73m3: Convert to new i2c device probe()

2019-07-12 Thread Andrzej Hajda
On 10.07.2019 23:51, Kieran Bingham wrote: > The I2C core framework provides a simplified probe framework from commit > b8a1a4cd5a98 ("i2c: Provide a temporary .probe_new() call-back type"). > > This driver does not utilise the i2c_device_id table in the probe, so we can > easily convert it to util

[PATCH 4/6] media: i2c: s5c73m3: Convert to new i2c device probe()

2019-07-10 Thread Kieran Bingham
The I2C core framework provides a simplified probe framework from commit b8a1a4cd5a98 ("i2c: Provide a temporary .probe_new() call-back type"). This driver does not utilise the i2c_device_id table in the probe, so we can easily convert it to utilise the simplfied i2c driver registration. Signed-o