Re: Applied "spi: atmel: fix corrupted data issue on SAM9 family SoCs" to the spi tree

2017-06-27 Thread Russell King - ARM Linux
On Tue, Jun 27, 2017 at 11:05:56AM +0200, Cyrille Pitchen wrote: > Hi Russell, > > Le 23/06/2017 à 19:18, Russell King - ARM Linux a écrit : > > On Fri, Jun 23, 2017 at 05:15:58PM +0100, Mark Brown wrote: > >> +#ifdef CONFIG_SOC_SAM_V4_V5 > >> + /* > >> + * Atmel SoCs based on ARM9 (SAM9x) core

Re: Applied "spi: atmel: fix corrupted data issue on SAM9 family SoCs" to the spi tree

2017-06-27 Thread Cyrille Pitchen
Hi Russell, Le 23/06/2017 à 19:18, Russell King - ARM Linux a écrit : > On Fri, Jun 23, 2017 at 05:15:58PM +0100, Mark Brown wrote: >> +#ifdef CONFIG_SOC_SAM_V4_V5 >> +/* >> + * Atmel SoCs based on ARM9 (SAM9x) cores should not use spi_map_buf() >> + * since this later function tries t

Re: Applied "spi: atmel: fix corrupted data issue on SAM9 family SoCs" to the spi tree

2017-06-23 Thread Russell King - ARM Linux
On Fri, Jun 23, 2017 at 05:15:58PM +0100, Mark Brown wrote: > +#ifdef CONFIG_SOC_SAM_V4_V5 > + /* > + * Atmel SoCs based on ARM9 (SAM9x) cores should not use spi_map_buf() > + * since this later function tries to map buffers with dma_map_sg() > + * even if they have not been allo

Applied "spi: atmel: fix corrupted data issue on SAM9 family SoCs" to the spi tree

2017-06-23 Thread Mark Brown
The patch spi: atmel: fix corrupted data issue on SAM9 family SoCs has been applied to the spi tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and s