Re: [PATCH v4 2/2] add w1_ds28e17 driver for the DS28E17 Onewire to I2C master bridge

2017-09-18 Thread Jan Kandziora
Am 18.09.2017 um 12:57 schrieb GregKH: > On Tue, Sep 05, 2017 at 04:19:48PM +0300, Evgeniy Polyakov wrote: >> Hi Jan, Greg >> >> 19.07.2017, 23:14, "Jan Kandziora" : >>> This subpatch adds a driver for the DS28E17 Onewire to I2C master bridge. >>> >>> Signed-off-by: Jan Kandziora >> >> Greg, pleas

[PATCH v4 2/2] add w1_ds28e17 driver for the DS28E17 Onewire to I2C master bridge

2017-09-18 Thread Jan Kandziora
This subpatch adds a driver for the DS28E17 Onewire to I2C master bridge. Signed-off-by: Jan Kandziora --- Changes in v4 against v3 in this subpatch: - adapted to linux-4.12.0 Changes in v3 against v2 in this subpatch: - fixed a bug in using the i2c_adapter_quirks structure Changes in v2 ag

Re: [PATCH v4 2/2] add w1_ds28e17 driver for the DS28E17 Onewire to I2C master bridge

2017-09-18 Thread GregKH
On Tue, Sep 05, 2017 at 04:19:48PM +0300, Evgeniy Polyakov wrote: > Hi Jan, Greg > > 19.07.2017, 23:14, "Jan Kandziora" : > > This subpatch adds a driver for the DS28E17 Onewire to I2C master bridge. > > > > Signed-off-by: Jan Kandziora > > Greg, please queue this driver into your tree, it is si

Re: [PATCH v4 2/2] add w1_ds28e17 driver for the DS28E17 Onewire to I2C master bridge

2017-09-05 Thread Evgeniy Polyakov
Hi Jan, Greg 19.07.2017, 23:14, "Jan Kandziora" : > This subpatch adds a driver for the DS28E17 Onewire to I2C master bridge. > > Signed-off-by: Jan Kandziora Greg, please queue this driver into your tree, it is sitting outside quite for a while and failed to be merged previously since I missed

[PATCH v4 2/2] add w1_ds28e17 driver for the DS28E17 Onewire to I2C master bridge

2017-07-19 Thread Jan Kandziora
This subpatch adds a driver for the DS28E17 Onewire to I2C master bridge. Signed-off-by: Jan Kandziora --- Changes in v4 against v3 in this subpatch: - adapted to linux-4.12.0 Changes in v3 against v2 in this subpatch: - fixed a bug in using the i2c_adapter_quirks structure Changes in v2 ag

[PATCH v4 2/2] add w1_ds28e17 driver for the DS28E17 Onewire to I2C master bridge

2017-07-10 Thread Jan Kandziora
Changes in v4 against v3 in this subpatch: - adapted to linux-4.12.0 Changes in v3 against v2 in this subpatch: - fixed a bug in using the i2c_adapter_quirks structure Changes in v2 against v1 in this subpatch: - added error handling in w1_f19_error() - added struct i2c_adapter_quirks -