Re: [OpenWrt-Devel] [PATCH] bcm63xx: decrease bcm6348 SPI FIFO size

2014-02-06 Thread Jonas Gorski
On Thu, Feb 6, 2014 at 4:14 AM, Florian Fainelli wrote: > Hi, > > Le 02/02/2014 12:01, dani a écrit : > >> Decrease the SPI FIFO size in BMC6348 boards to avoid random reads/writes. >> >> The parameter BCM63XX_SPI_MAX_PREPEND is causing the SPI driver exceeds >> the hardware capabilities when read

Re: [OpenWrt-Devel] [PATCH] bcm63xx: decrease bcm6348 SPI FIFO size

2014-02-05 Thread Florian Fainelli
Hi, Le 02/02/2014 12:01, dani a écrit : Decrease the SPI FIFO size in BMC6348 boards to avoid random reads/writes. The parameter BCM63XX_SPI_MAX_PREPEND is causing the SPI driver exceeds the hardware capabilities when reading transfer lengths over 58 bytes. Decreasing the SPI fifo size exactl

[OpenWrt-Devel] [PATCH] bcm63xx: decrease bcm6348 SPI FIFO size

2014-02-02 Thread dani
Decrease the SPI FIFO size in BMC6348 boards to avoid random reads/writes. The parameter BCM63XX_SPI_MAX_PREPEND is causing the SPI driver exceeds the hardware capabilities when reading transfer lengths over 58 bytes. Decreasing the SPI fifo size exactly the BCM63XX_SPI_MAX_PREPEND lenght solve