Re: [PATCH v2 0/2] eeprom: at25: SPI transfer improvements

2019-01-30 Thread Greg Kroah-Hartman
On Wed, Jan 30, 2019 at 04:08:39PM +0100, Boris Brezillon wrote: > Hi Greg, > > On Wed, 30 Jan 2019 15:50:54 +0100 > Greg Kroah-Hartman wrote: > > > On Tue, Jan 29, 2019 at 08:02:37PM +0100, Geert Uytterhoeven wrote: > > > Hi Boris, > > > > > > On Fri, Jan 18, 2019 at 11:07 PM Boris Brezillon

Re: [PATCH v2 0/2] eeprom: at25: SPI transfer improvements

2019-01-30 Thread Boris Brezillon
Hi Greg, On Wed, 30 Jan 2019 15:50:54 +0100 Greg Kroah-Hartman wrote: > On Tue, Jan 29, 2019 at 08:02:37PM +0100, Geert Uytterhoeven wrote: > > Hi Boris, > > > > On Fri, Jan 18, 2019 at 11:07 PM Boris Brezillon > > wrote: > > > Did you consider converting this driver to spimem? Looks like t

Re: [PATCH v2 0/2] eeprom: at25: SPI transfer improvements

2019-01-30 Thread Boris Brezillon
On Tue, 29 Jan 2019 20:02:37 +0100 Geert Uytterhoeven wrote: > Hi Boris, > > On Fri, Jan 18, 2019 at 11:07 PM Boris Brezillon > wrote: > > Did you consider converting this driver to spimem? Looks like the > > protocol used to communicate with the memory resembles the one used on > > SPI NANDs/

Re: [PATCH v2 0/2] eeprom: at25: SPI transfer improvements

2019-01-30 Thread Greg Kroah-Hartman
On Tue, Jan 29, 2019 at 08:02:37PM +0100, Geert Uytterhoeven wrote: > Hi Boris, > > On Fri, Jan 18, 2019 at 11:07 PM Boris Brezillon > wrote: > > Did you consider converting this driver to spimem? Looks like the > > protocol used to communicate with the memory resembles the one used on > > SPI N

Re: [PATCH v2 0/2] eeprom: at25: SPI transfer improvements

2019-01-29 Thread Geert Uytterhoeven
Hi Boris, On Fri, Jan 18, 2019 at 11:07 PM Boris Brezillon wrote: > Did you consider converting this driver to spimem? Looks like the > protocol used to communicate with the memory resembles the one used on > SPI NANDs/NORs and fits pretty well in the spi_mem_op representation. > > By doing this

Re: [PATCH v2 0/2] eeprom: at25: SPI transfer improvements

2019-01-23 Thread Geert Uytterhoeven
Hi Boris, On Fri, Jan 18, 2019 at 11:07 PM Boris Brezillon wrote: > On Fri, 18 Jan 2019 15:05:23 +0100 > Geert Uytterhoeven wrote: > > This patch series contains two improvements for the AT25 SPI EEPROM > > driver, related to SPI transfers. > > > > Changes compared to v1: > > - Merge "off" and

Re: [PATCH v2 0/2] eeprom: at25: SPI transfer improvements

2019-01-18 Thread Boris Brezillon
Hi Geert, On Fri, 18 Jan 2019 15:05:23 +0100 Geert Uytterhoeven wrote: > Hi all, > > This patch series contains two improvements for the AT25 SPI EEPROM > driver, related to SPI transfers. > > Changes compared to v1: > - Merge "off" and "offset" into a single variable instead of just >

[PATCH v2 0/2] eeprom: at25: SPI transfer improvements

2019-01-18 Thread Geert Uytterhoeven
Hi all, This patch series contains two improvements for the AT25 SPI EEPROM driver, related to SPI transfers. Changes compared to v1: - Merge "off" and "offset" into a single variable instead of just killing the cast, as suggested by Arnd, - Add Acked-by, - Dropped "[PATCH 3/3]