]> git.baikalelectronics.ru Git - kernel.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)
commit503a66542374422b8b854911e105af8d12d5bb4c
tree6a203709677b68dbefa349c42aa60ffe50874082
parent57621d8d5317eaba3cc14d7551b28297f667cf0e
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