Re: [U-Boot] [PATCH v5 00/10] mips: bmips: add SPI support

2017-08-07 Thread Daniel Schwierzeck
Hi Jagan, Am 07.08.2017 um 10:35 schrieb Jagan Teki: > Hi, > > On Sun, Jul 30, 2017 at 5:43 PM, Álvaro Fernández Rojas > wrote: >> BCM63xx SPI controller is a bit tricky since it doesn't allow keeping CS >> active between transfers, so I had to modify the spi_flash driver in order >> to allow li

Re: [U-Boot] [PATCH v5 00/10] mips: bmips: add SPI support

2017-08-07 Thread Jagan Teki
Hi, On Sun, Jul 30, 2017 at 5:43 PM, Álvaro Fernández Rojas wrote: > BCM63xx SPI controller is a bit tricky since it doesn't allow keeping CS > active between transfers, so I had to modify the spi_flash driver in order > to allow limiting reads. > > v5: Introduce changes suggested by Jagan Teki: