Re: [PATCH] eeprom: at25: Convert the driver to the spi-mem interface

2019-09-03 Thread Boris Brezillon
Hi Geert, On Tue, 3 Sep 2019 17:06:52 +0200 Geert Uytterhoeven wrote: > On Thu, Apr 25, 2019 at 9:44 PM Greg Kroah-Hartman > wrote: > > On Sat, Mar 30, 2019 at 03:16:37PM +0100, Boris Brezillon wrote: > > > The AT25 protocol fits pretty well in the spi-mem model. Convert the > > > at25 spi dr

Re: [PATCH] eeprom: at25: Convert the driver to the spi-mem interface

2019-09-03 Thread Geert Uytterhoeven
On Thu, Apr 25, 2019 at 9:44 PM Greg Kroah-Hartman wrote: > On Sat, Mar 30, 2019 at 03:16:37PM +0100, Boris Brezillon wrote: > > The AT25 protocol fits pretty well in the spi-mem model. Convert the > > at25 spi driver to a spi-mem driver and use the dirmap API instead of > > forging SPI messages m

Re: [PATCH] eeprom: at25: Convert the driver to the spi-mem interface

2019-04-25 Thread Greg Kroah-Hartman
On Sat, Mar 30, 2019 at 03:16:37PM +0100, Boris Brezillon wrote: > The AT25 protocol fits pretty well in the spi-mem model. Convert the > at25 spi driver to a spi-mem driver and use the dirmap API instead of > forging SPI messages manually. > This makes the driver compatible with spi-mem-only contr

Re: [PATCH] eeprom: at25: Convert the driver to the spi-mem interface

2019-04-01 Thread kbuild test robot
Hi Boris, I love your patch! Yet something to improve: [auto build test ERROR on char-misc/char-misc-testing] [also build test ERROR on v5.1-rc3 next-20190401] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/

Re: [PATCH] eeprom: at25: Convert the driver to the spi-mem interface

2019-04-01 Thread kbuild test robot
Hi Boris, I love your patch! Yet something to improve: [auto build test ERROR on char-misc/char-misc-testing] [also build test ERROR on v5.1-rc3 next-20190401] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/

Re: [PATCH] eeprom: at25: Convert the driver to the spi-mem interface

2019-04-01 Thread Geert Uytterhoeven
Hi Boris, On Sat, Mar 30, 2019 at 3:16 PM Boris Brezillon wrote: > The AT25 protocol fits pretty well in the spi-mem model. Convert the > at25 spi driver to a spi-mem driver and use the dirmap API instead of > forging SPI messages manually. > This makes the driver compatible with spi-mem-only con