Re: [PATCH v5 2/3] i2c: at91: split driver into core and master file

2019-02-25 Thread Andy Shevchenko
On Fri, Feb 22, 2019 at 10:25:21AM +0100, Ludovic Desroches wrote: > From: Juergen Fitschen > > The single file i2c-at91.c has been split into core code (i2c-at91-core.c) > and master mode specific code (i2c-at91-master.c). This should enhance > maintainability and reduce ifdeffery for slave

[PATCH v5 2/3] i2c: at91: split driver into core and master file

2019-02-22 Thread Ludovic Desroches
From: Juergen Fitschen The single file i2c-at91.c has been split into core code (i2c-at91-core.c) and master mode specific code (i2c-at91-master.c). This should enhance maintainability and reduce ifdeffery for slave mode related code. The code itself hasn't been touched. Shared functions only