Re: [U-Boot] [PATCH] Fix problems in chip select selection in imx23, 28 spi code

2014-01-08 Thread Jagan Teki
On Sat, Dec 21, 2013 at 12:42 AM, Jagan Teki wrote: > On Fri, Oct 4, 2013 at 4:06 PM, Jagan Teki wrote: >> Hi, >> >> Try to fix the above issues. >> Use u-boot-spi.git repo with master-probe branch. >> Please test the same on your hw and let me know for any issues. >> >> On Tue, Aug 27, 2013 at 6

Re: [U-Boot] [PATCH] Fix problems in chip select selection in imx23, 28 spi code

2013-12-20 Thread Jagan Teki
On Fri, Oct 4, 2013 at 4:06 PM, Jagan Teki wrote: > Hi, > > Try to fix the above issues. > Use u-boot-spi.git repo with master-probe branch. > Please test the same on your hw and let me know for any issues. > > On Tue, Aug 27, 2013 at 6:54 PM, Jagan Teki wrote: >> On Tue, Aug 27, 2013 at 2:40 PM,

Re: [U-Boot] [PATCH] Fix problems in chip select selection in imx23, 28 spi code

2013-10-04 Thread Jagan Teki
Hi, Try to fix the above issues. Use u-boot-spi.git repo with master-probe branch. Please test the same on your hw and let me know for any issues. On Tue, Aug 27, 2013 at 6:54 PM, Jagan Teki wrote: > On Tue, Aug 27, 2013 at 2:40 PM, Jagan Teki wrote: >> Hi, >> >> On Tue, Aug 27, 2013 at 4:11 AM

Re: [U-Boot] [PATCH] Fix problems in chip select selection in imx23, 28 spi code

2013-08-27 Thread Jagan Teki
On Tue, Aug 27, 2013 at 2:40 PM, Jagan Teki wrote: > Hi, > > On Tue, Aug 27, 2013 at 4:11 AM, Asok Subramanian wrote: >> Fix problems in chip select selection in imx23,28 spi code >> >> The spi function code for imx23,28 currently does not work for chip select >> other than 0. >> This is because

Re: [U-Boot] [PATCH] Fix problems in chip select selection in imx23, 28 spi code

2013-08-27 Thread Jagan Teki
Hi, On Tue, Aug 27, 2013 at 4:11 AM, Asok Subramanian wrote: > Fix problems in chip select selection in imx23,28 spi code > > The spi function code for imx23,28 currently does not work for chip select > other than 0. > This is because the register HW_SSP_CTRL0 is first reset and the code does >

[U-Boot] [PATCH] Fix problems in chip select selection in imx23, 28 spi code

2013-08-26 Thread Asok Subramanian
 Fix problems in chip select selection in imx23,28 spi code The spi function code for imx23,28 currently does not work for chip select other than 0. This is because the register HW_SSP_CTRL0 is first  reset and the code does not load the CS bits again into HW_SSP_CTRL0 after the reset. The propo