summaryrefslogtreecommitdiffstats
path: root/sys/dev/sdhci
Commit message (Collapse)AuthorAgeFilesLines
* Add support for interruptless kernel dumping.mav2009-02-171-0/+6
|
* Fix read_ivar prototype.imp2009-02-101-1/+1
|
* Add hw.sdhci.debug sysctl to control debug level.mav2009-01-281-20/+23
|
* Cleanup msleep() arguments.mav2008-12-061-2/+2
| | | | Move wakeup() out of the lock.
* Forget current bus power settings on full reset. Chip must be reconfigured.mav2008-12-061-3/+8
| | | | | Do not issue command if there is no card, clock or power. Controller will not detect command timeout without clock active.
* Add controller suspend/resume support.mav2008-12-011-0/+27
| | | | | To be able to correctly suspend/resume with card inserted, respective support should be also implemented at mmc and mmcsd layers.
* Allow card reader bridge driver to report maximum supported transfer size.mav2008-10-291-0/+4
| | | | | | | | | sdhci supports up to 65535 blocks transfers, at91_mci - one block. Enable multiblock operations disabled before to follow at91_mci driver limitations. Reviewed by: imp@
* Import sdhci (PCI SD Host Controller) driver.mav2008-10-212-0/+1720
Driver supports PCI devices with class 8 and subclass 5 according to SD Host Controller Specification. Update NOTES, enable module and static build. Enable related mmc and mmcsd modules build. Discussed on: mobile@, current@
OpenPOWER on IntegriCloud