Skip to content

Commit

Permalink
[PATCH] MMC: wbsd update
Browse files Browse the repository at this point in the history
Updates to the wbsd driver.
                                                                                
* Fix to handle DAT3 card detection.
* Fixed bug which could cause large writes to stall in FIFO mode.
* Plug 'n Play support. In most cases you need ACPI PNP for this to work.
* Uses generic DMA API (ISA dependency removed).
  • Loading branch information
Pierre Ossman authored and Russell King committed May 8, 2005
1 parent 88d7bd8 commit 85bcc13
Show file tree
Hide file tree
Showing 3 changed files with 544 additions and 186 deletions.
2 changes: 1 addition & 1 deletion drivers/mmc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ config MMC_PXA

config MMC_WBSD
tristate "Winbond W83L51xD SD/MMC Card Interface support"
depends on MMC && ISA && ISA_DMA_API
depends on MMC && ISA_DMA_API
help
This selects the Winbond(R) W83L51xD Secure digital and
Multimedia card Interface.
Expand Down
Loading

0 comments on commit 85bcc13

Please sign in to comment.