Re: [U-Boot] [PATCH V2] spi: mxs: Configure chipselect after block reset

2013-08-27 Thread Jagan Teki
On 27-08-2013 15:04, Marek Vasut wrote: Dear Jagan Teki, Hi On Tue, Aug 27, 2013 at 2:51 PM, Marek Vasut wrote: Dear Jagan Teki, Hi, On Tue, Aug 27, 2013 at 2:35 PM, Marek Vasut wrote: Dear Stefano Babic, On 26/08/2013 17:45, Marek Vasut wrote: The chipselect must be written into the

Re: [U-Boot] [PATCH V2] spi: mxs: Configure chipselect after block reset

2013-08-27 Thread Marek Vasut
Dear Jagan Teki, > Hi > > On Tue, Aug 27, 2013 at 2:51 PM, Marek Vasut wrote: > > Dear Jagan Teki, > > > >> Hi, > >> > >> On Tue, Aug 27, 2013 at 2:35 PM, Marek Vasut wrote: > >> > Dear Stefano Babic, > >> > > >> >> On 26/08/2013 17:45, Marek Vasut wrote: > >> >> > The chipselect must be wri

Re: [U-Boot] [PATCH V2] spi: mxs: Configure chipselect after block reset

2013-08-27 Thread Jagan Teki
Hi On Tue, Aug 27, 2013 at 2:51 PM, Marek Vasut wrote: > Dear Jagan Teki, > >> Hi, >> >> On Tue, Aug 27, 2013 at 2:35 PM, Marek Vasut wrote: >> > Dear Stefano Babic, >> > >> >> On 26/08/2013 17:45, Marek Vasut wrote: >> >> > The chipselect must be written into the CTRL0 register after the SSP >>

Re: [U-Boot] [PATCH V2] spi: mxs: Configure chipselect after block reset

2013-08-27 Thread Marek Vasut
Dear Jagan Teki, > Hi, > > On Tue, Aug 27, 2013 at 2:35 PM, Marek Vasut wrote: > > Dear Stefano Babic, > > > >> On 26/08/2013 17:45, Marek Vasut wrote: > >> > The chipselect must be written into the CTRL0 register after the SSP > >> > block is reset, otherwise the block will always use ChipSele

Re: [U-Boot] [PATCH V2] spi: mxs: Configure chipselect after block reset

2013-08-27 Thread Jagan Teki
On Tue, Aug 27, 2013 at 2:40 PM, Stefano Babic wrote: > On 27/08/2013 11:05, Marek Vasut wrote: >> Dear Stefano Babic, >> >>> On 26/08/2013 17:45, Marek Vasut wrote: The chipselect must be written into the CTRL0 register after the SSP block is reset, otherwise the block will always use C

Re: [U-Boot] [PATCH V2] spi: mxs: Configure chipselect after block reset

2013-08-27 Thread Jagan Teki
Hi, On Tue, Aug 27, 2013 at 2:35 PM, Marek Vasut wrote: > Dear Stefano Babic, > >> On 26/08/2013 17:45, Marek Vasut wrote: >> > The chipselect must be written into the CTRL0 register after the SSP >> > block is reset, otherwise the block will always use ChipSelect #0. >> > >> > Signed-off-by: Mar

Re: [U-Boot] [PATCH V2] spi: mxs: Configure chipselect after block reset

2013-08-27 Thread Stefano Babic
On 27/08/2013 11:05, Marek Vasut wrote: > Dear Stefano Babic, > >> On 26/08/2013 17:45, Marek Vasut wrote: >>> The chipselect must be written into the CTRL0 register after the SSP >>> block is reset, otherwise the block will always use ChipSelect #0. >>> >>> Signed-off-by: Marek Vasut >>> Cc: Fab

Re: [U-Boot] [PATCH V2] spi: mxs: Configure chipselect after block reset

2013-08-27 Thread Marek Vasut
Dear Stefano Babic, > On 26/08/2013 17:45, Marek Vasut wrote: > > The chipselect must be written into the CTRL0 register after the SSP > > block is reset, otherwise the block will always use ChipSelect #0. > > > > Signed-off-by: Marek Vasut > > Cc: Fabio Estevam > > Cc: Jagannadha Sutradharudu

Re: [U-Boot] [PATCH V2] spi: mxs: Configure chipselect after block reset

2013-08-26 Thread Stefano Babic
On 26/08/2013 17:45, Marek Vasut wrote: > The chipselect must be written into the CTRL0 register after the SSP > block is reset, otherwise the block will always use ChipSelect #0. > > Signed-off-by: Marek Vasut > Cc: Fabio Estevam > Cc: Jagannadha Sutradharudu Teki > Cc: Otavio Salvador > Cc:

[U-Boot] [PATCH V2] spi: mxs: Configure chipselect after block reset

2013-08-26 Thread Marek Vasut
The chipselect must be written into the CTRL0 register after the SSP block is reset, otherwise the block will always use ChipSelect #0. Signed-off-by: Marek Vasut Cc: Fabio Estevam Cc: Jagannadha Sutradharudu Teki Cc: Otavio Salvador Cc: Stefano Babic --- drivers/spi/mxs_spi.c | 12 +++