summaryrefslogtreecommitdiff
path: root/sys/src/9/pc/pmmc.c
AgeCommit message (Collapse)Author
2015-05-11emmc/pmmc: make all symbols staticcinap_lenrek
2014-04-26pmmc: recognize generic mmc controllers (untested)cinap_lenrek
2013-09-15pmmc: add support for Ricoh 5U23 SD/MMC controllercinap_lenrek
2013-07-26ether82563, etheriwl, pmmc: fix potential multiprocessor races with wakeupcinap_lenrek
make sure that the wakeup enable conditions are seen by different processors before sleep is called. the problems havnt been observed so far.
2013-07-14pmmc: remove unsued initfreq vairablescinap_lenrek
2013-07-14add ricoh pci sdmmc host controller driver for X230cinap_lenrek
the driver should work for standard sdhc (see http://www.sdcard.org/) controllers, but matches for the ricoh controller only as it was the only one i have for testing.