Re: [PATCH 2/6] i2c: add identifier in declarations for i2c_bus_recovery

2018-01-09 Thread Wolfram Sang
On Wed, Dec 13, 2017 at 05:23:02PM +0200, Andy Shevchenko wrote: > On Mon, 2017-12-04 at 13:36 +0100, Wolfram Sang wrote: > > No reason to have them undefined, so let's add them. > > > > > int (*recover_bus)(struct i2c_adapter *); > > > > - int (*get_scl)(struct i2c_adapter *); > > -

Re: [PATCH 2/6] i2c: add identifier in declarations for i2c_bus_recovery

2017-12-13 Thread Andy Shevchenko
On Mon, 2017-12-04 at 13:36 +0100, Wolfram Sang wrote: > No reason to have them undefined, so let's add them. > > int (*recover_bus)(struct i2c_adapter *); > > - int (*get_scl)(struct i2c_adapter *); > - void (*set_scl)(struct i2c_adapter *, int val); > - int

[PATCH 2/6] i2c: add identifier in declarations for i2c_bus_recovery

2017-12-04 Thread Wolfram Sang
No reason to have them undefined, so let's add them. Cc: Phil Reid Cc: Andy Shevchenko Cc: Jarkko Nikula Cc: Claudio Foellmi Cc: Andrzej Hajda