Re: [U-Boot] [PATCH 1/9 v4] i.MX31: fix SPI driver for shorter than 32 bit

2009-02-24 Thread Anatolij Gustschin
> From: Guennadi Liakhovetski > > Fix setting the SPI Control register, 8 and 16-bit transfers > and a wrong pointer in the free routine in the mxc_spi driver. > > Signed-off-by: Guennadi Liakhovetski > Signed-off-by: Anatolij Gustschin > --- > > Changes since v1: chose a simpler fix > Change

Re: [U-Boot] [PATCH 1/9 v4] i.MX31: fix SPI driver for shorter than 32 bit

2009-02-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:05 Mon 23 Feb , Anatolij Gustschin wrote: > Jean-Christophe PLAGNIOL-VILLARD wrote: > > > On 00:09 Sat 07 Feb , Anatolij Gustschin wrote: > >> From: Guennadi Liakhovetski > >> > >> Fix setting the SPI Control register, 8 and 16-bit transfers > >> and a wrong pointer in the free rout

Re: [U-Boot] [PATCH 1/9 v4] i.MX31: fix SPI driver for shorter than 32 bit

2009-02-23 Thread Anatolij Gustschin
Jean-Christophe PLAGNIOL-VILLARD wrote: > On 00:09 Sat 07 Feb , Anatolij Gustschin wrote: >> From: Guennadi Liakhovetski >> >> Fix setting the SPI Control register, 8 and 16-bit transfers >> and a wrong pointer in the free routine in the mxc_spi driver. >> >> Signed-off-by: Guennadi Liakhovet

Re: [U-Boot] [PATCH 1/9 v4] i.MX31: fix SPI driver for shorter than 32 bit

2009-02-06 Thread Anatolij Gustschin
On Saturday 07 February 2009 12:29:06 am Jean-Christophe PLAGNIOL-VILLARD wrote: > On 00:09 Sat 07 Feb , Anatolij Gustschin wrote: > > From: Guennadi Liakhovetski > > > > Fix setting the SPI Control register, 8 and 16-bit transfers > > and a wrong pointer in the free routine in the mxc_spi dr

Re: [U-Boot] [PATCH 1/9 v4] i.MX31: fix SPI driver for shorter than 32 bit

2009-02-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:09 Sat 07 Feb , Anatolij Gustschin wrote: > From: Guennadi Liakhovetski > > Fix setting the SPI Control register, 8 and 16-bit transfers > and a wrong pointer in the free routine in the mxc_spi driver. > > Signed-off-by: Guennadi Liakhovetski > Signed-off-by: Anatolij Gustschin > ---

[U-Boot] [PATCH 1/9 v4] i.MX31: fix SPI driver for shorter than 32 bit

2009-02-06 Thread Anatolij Gustschin
From: Guennadi Liakhovetski Fix setting the SPI Control register, 8 and 16-bit transfers and a wrong pointer in the free routine in the mxc_spi driver. Signed-off-by: Guennadi Liakhovetski Signed-off-by: Anatolij Gustschin --- Changes since v1: chose a simpler fix Changes since v2: fix the si