]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Blackfin arch: Fix bug set correct baud for spi mmc and enable SPI after DMA.
authorSonic Zhang <sonic.zhang@analog.com>
Tue, 30 Oct 2007 03:48:42 +0000 (11:48 +0800)
committerBryan Wu <bryan.wu@analog.com>
Tue, 30 Oct 2007 03:48:42 +0000 (11:48 +0800)
commit111cf97d2cf35fbaa5eaff6ec5d395a06e14aadf
tree6a203709677b68dbefa349c42aa60ffe50874082
parent0355893e77b6c4d24a5843d420e97ae86762f964
Blackfin arch: Fix bug set correct baud for spi mmc and enable SPI after DMA.

Changes:

1. The baud for spi mmc defined in board file is not used by the old
spi driver. A slower value from spi framework is used instead. In latest
bug fixing, the correct baud is use which is too high for spi MMC card.

2. SPI is enabled only after DMA is started.

3. MMC detection IRQ is set to 55.

Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
arch/blackfin/mach-bf533/boards/stamp.c
arch/blackfin/mach-bf537/boards/stamp.c