Age | Commit message (Expand) | Author |
2014-03-05 | Raise the delay before initializing sdmmc. Still a hack so the XXX stays, | Stuart Henderson |
2014-01-23 | if cold, do not use tsleep, but use the delay path. | Theo de Raadt |
2013-12-21 | rearrange DVACT_RESUME chunk to avoid implying something ridiculous | Theo de Raadt |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
2013-11-18 | simplify kthread_create(). no more stdarg | Theo de Raadt |
2013-09-12 | Add basic support for eMMC memory. | Raphael Graf |
2013-05-31 | Correct sequencing in ca_activate function. Some operations were in the | Theo de Raadt |
2011-11-14 | local variable not needed in sdmmc_activate | Theo de Raadt |
2011-11-10 | Fixed config_pending calls in sdmmc(4) | Uwe Stuehler |
2010-08-24 | lockmgr -> rwlock conversion | Bret Lambert |
2010-08-19 | - fold several occurences of DEVNAME() into one located in sdmmcvar.h. | Jasper Lievisse Adriaanse |
2010-07-02 | One transition was wrong: Suspending without a card, and then resuming with | Theo de Raadt |
2010-07-02 | On resume, detach and then force a re-attach of the card, since we don't | Theo de Raadt |
2009-04-07 | Remove recursion from the sdmmc locking regime. | Bret Lambert |
2009-02-20 | Let the sdmmc adapters tell the sdmmc layer how much sectors they can | Miod Vallat |
2009-01-09 | Explain that any check pattern will work. | Jonathan Gray |
2009-01-09 | Add support for SDHC cards on SDHC capable host controllers. | Jonathan Gray |
2008-12-02 | backout: would have been nice if this had been tested, to see that it | Theo de Raadt |
2008-11-24 | Rework sdmmc locking to remove recursion | Bret Lambert |
2007-09-11 | KNF | Gilles Chehade |
2007-09-10 | more MALLOC/FREE -> malloc/free and M_ZERO changes | Gilles Chehade |
2007-05-31 | Add SDIO card interrupt handling code | Uwe Stuehler |
2007-05-26 | Use M_TEMP, not M_DEVBUF for temporary memory | Uwe Stuehler |
2007-03-24 | Dump command and response when debugging is enabled | Uwe Stuehler |
2006-11-29 | move CSD/CID decoding to sdmmc_mem.c | Uwe Stuehler |
2006-11-29 | add ioctl hack to support the sdio(8) userland tool | Uwe Stuehler |
2006-07-18 | First and foremost, avoid an obious race between two or more processes | Uwe Stuehler |
2006-06-29 | Oops! Clear the "function 0" pointer when the card goes away. | Uwe Stuehler |
2006-06-03 | prettier function declaration | Martin Reindl |
2006-06-01 | Multiply the capacity for cards with block size >512 bytes (e.g. 2G cards). | Uwe Stuehler |
2006-06-01 | SDIO card identification | Uwe Stuehler |
2006-05-28 | don't #undef SDMMC_DEBUG | Uwe Stuehler |
2006-05-28 | Support for standard SD host controllers like the Ricoh 5C822, a small | Uwe Stuehler |