Re: [U-Boot] [PATCH 0/4] generic mmc_spi driver

2011-04-13 Thread Mike Frysinger
On Wednesday, April 13, 2011 06:17:43 Andy Fleming wrote: > On Tue, Apr 12, 2011 at 1:58 AM, Mike Frysinger wrote: > > On Friday, December 24, 2010 02:16:05 Thomas Chou wrote: > >> This is the v9 update of the mmc_spi driver. Please enable DEBUG on the > >> top of mmc_spi.c and help me perform the

Re: [U-Boot] [PATCH 0/4] generic mmc_spi driver

2011-04-13 Thread Andy Fleming
On Tue, Apr 12, 2011 at 1:58 AM, Mike Frysinger wrote: > On Friday, December 24, 2010 02:16:05 Thomas Chou wrote: >> This is the v9 update of the mmc_spi driver. Please enable DEBUG on the top >> of mmc_spi.c and help me perform the tests. >> >> A new spi_set_speed() is added to meet the 400KHz cl

Re: [U-Boot] [PATCH 0/4] generic mmc_spi driver

2011-04-11 Thread Mike Frysinger
On Friday, December 24, 2010 02:16:05 Thomas Chou wrote: > This is the v9 update of the mmc_spi driver. Please enable DEBUG on the top > of mmc_spi.c and help me perform the tests. > > A new spi_set_speed() is added to meet the 400KHz clock requirement during > mmc card initialization. An example

Re: [U-Boot] [PATCH 0/4] generic mmc_spi driver

2010-12-24 Thread Thomas Chou
On 12/25/2010 03:45 AM, Mike Frysinger wrote: > if this is currently the standard/expected behavior for the generic mmc > framework, then that's OK from the mmc_spi perspective. i'll merge this into > the Blackfin tree and let our testers validate it with our regression tests. > -mike Yes. It is

Re: [U-Boot] [PATCH 0/4] generic mmc_spi driver

2010-12-24 Thread Mike Frysinger
On Friday, December 24, 2010 14:06:34 Reinhard Meyer wrote: > Dear Mike Frysinger, > > this seems to work much nicer for me. only odd thing is that 'fatls' > > does not work if i dont 'mmcinfo' first. do you see the same ? maybe > > this is (currently) expected behavior ? > > Currently it is li

Re: [U-Boot] [PATCH 0/4] generic mmc_spi driver

2010-12-24 Thread Reinhard Meyer
Dear Mike Frysinger, > this seems to work much nicer for me. only odd thing is that 'fatls' does not > work if i dont 'mmcinfo' first. do you see the same ? maybe this is > (currently) expected behavior ? Currently it is like that with the common MMC framework. Same behavior with gen_atmel_mci.

Re: [U-Boot] [PATCH 0/4] generic mmc_spi driver

2010-12-24 Thread Mike Frysinger
On Friday, December 24, 2010 02:16:05 Thomas Chou wrote: > This is the v9 update of the mmc_spi driver. Please enable DEBUG on the top > of mmc_spi.c and help me perform the tests. > > A new spi_set_speed() is added to meet the 400KHz clock requirement during > mmc card initialization. An example

[U-Boot] [PATCH 0/4] generic mmc_spi driver

2010-12-23 Thread Thomas Chou
This is the v9 update of the mmc_spi driver. Please enable DEBUG on the top of mmc_spi.c and help me perform the tests. A new spi_set_speed() is added to meet the 400KHz clock requirement during mmc card initialization. An example update to bfin_spi is included. The altera_spi core does not supp