Re: [PATCH 00/21] eeprom: at24: driver refactoring

2018-03-23 Thread Bartosz Golaszewski
2018-03-23 16:26 GMT+01:00 Greg Kroah-Hartman : > On Wed, Mar 21, 2018 at 04:52:19PM +0200, Andy Shevchenko wrote: >> On Mon, Mar 19, 2018 at 5:21 PM, Bartosz Golaszewski wrote: >> > 2018-03-19 15:43 GMT+01:00 Andy Shevchenko : >> >> On Mon, Mar 19, 2018 at 11:17 AM, Bartosz Golaszewski >> >> wr

Re: [PATCH 00/21] eeprom: at24: driver refactoring

2018-03-23 Thread Greg Kroah-Hartman
On Wed, Mar 21, 2018 at 04:52:19PM +0200, Andy Shevchenko wrote: > On Mon, Mar 19, 2018 at 5:21 PM, Bartosz Golaszewski wrote: > > 2018-03-19 15:43 GMT+01:00 Andy Shevchenko : > >> On Mon, Mar 19, 2018 at 11:17 AM, Bartosz Golaszewski > >> wrote: > >>> This series contains what I hope to be a no

Re: [PATCH 00/21] eeprom: at24: driver refactoring

2018-03-21 Thread Andy Shevchenko
On Mon, Mar 19, 2018 at 5:21 PM, Bartosz Golaszewski wrote: > 2018-03-19 15:43 GMT+01:00 Andy Shevchenko : >> On Mon, Mar 19, 2018 at 11:17 AM, Bartosz Golaszewski wrote: >>> This series contains what I hope to be a non-controversial refactoring >>> of the at24 eeprom driver. >>> >>> Most changes

Re: [PATCH 00/21] eeprom: at24: driver refactoring

2018-03-19 Thread Bartosz Golaszewski
2018-03-19 15:43 GMT+01:00 Andy Shevchenko : > On Mon, Mar 19, 2018 at 11:17 AM, Bartosz Golaszewski wrote: >> This series contains what I hope to be a non-controversial refactoring >> of the at24 eeprom driver. >> >> Most changes revolve around at24_probe() which became quite complicated >> and h

Re: [PATCH 00/21] eeprom: at24: driver refactoring

2018-03-19 Thread Andy Shevchenko
On Mon, Mar 19, 2018 at 11:17 AM, Bartosz Golaszewski wrote: > This series contains what I hope to be a non-controversial refactoring > of the at24 eeprom driver. > > Most changes revolve around at24_probe() which became quite complicated > and hard to read. > > The only functional changes are: di

[PATCH 00/21] eeprom: at24: driver refactoring

2018-03-19 Thread Bartosz Golaszewski
This series contains what I hope to be a non-controversial refactoring of the at24 eeprom driver. Most changes revolve around at24_probe() which became quite complicated and hard to read. The only functional changes are: disabling the internal locking mechanisms of regmap (since we already take c