Re: [U-Boot] [PATCH] altera_spi: add spi_set_speed

2011-01-18 Thread Scott McNutt
Added to: git://git.denx.de/u-boot-nios.git 'next' Thank you, --Scott Thomas Chou wrote: Added this for mmc_spi driver. Though altera spi core does not support programmable speed. It is fixed when configured in sopc-builder. Signed-off-by: Thomas Chou tho...@wytron.com.tw ---

[U-Boot] [PATCH] altera_spi: add spi_set_speed

2010-12-26 Thread Thomas Chou
Added this for mmc_spi driver. Though altera spi core does not support programmable speed. It is fixed when configured in sopc-builder. Signed-off-by: Thomas Chou tho...@wytron.com.tw --- drivers/spi/altera_spi.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git