Age | Commit message (Expand) | Author |
2017-05-05 | Implement two quirks to support the Arasan eMMC 5.1 controller found on | Mark Kettenis |
2017-04-06 | Sizes for the remaining free() calls, and use mallocarray() | Theo de Raadt |
2017-04-06 | remove stray character in previous that broke the build | Jonathan Gray |
2017-04-06 | add sizes to free() calls | Theo de Raadt |
2017-01-21 | p_comm is the process's command and isn't per thread, so move it from | Philip Guenther |
2017-01-20 | sdmmc sd(4) devices should be marked SID_REMOVABLE, so that eject(1) can | Theo de Raadt |
2016-09-11 | Get SDIO reset working. | Marcus Glocker |
2016-05-15 | Sync with the ADMA2 implementation in imxesdhc(4): | Mark Kettenis |
2016-05-12 | Remove bogus rw_exit() call. | Mark Kettenis |
2016-05-05 | Bump up the clock to 25 MHz before trying to read the SCR register of an SD | Mark Kettenis |
2016-05-05 | Add Dual Data Rate support for eMMC at 52MHz. | Mark Kettenis |
2016-05-05 | Populate SCSI inquiry data with information from SD and MMC cards. | Mark Kettenis |
2016-05-04 | Print SD host controller version. | Mark Kettenis |
2016-05-04 | Add high-speed support for SD cards. In theory this should double the | Mark Kettenis |
2016-05-01 | Print some capabilities. | Mark Kettenis |
2016-05-01 | Print base clock frequency. | Mark Kettenis |
2016-05-01 | Add bus width switching support for MMC. Enable 8-bit bus support on | Mark Kettenis |
2016-05-01 | Add a small delay after switching an MMC card into high-speed mode to make | Mark Kettenis |
2016-05-01 | Always write block count. This fixes the DMA issues on Bay Trail. | Mark Kettenis |
2016-05-01 | Add support for changing the bus width to the sdmmc subsystem and the sdhc(4) | Mark Kettenis |
2016-04-30 | Enable high speed timing for bus clock frequencies over 26MHz and advertise | Mark Kettenis |
2016-04-30 | Add some missing interrupt bits, and enable the ADMA error interrupt. | Mark Kettenis |
2016-04-30 | Implement DMA support. Bits and pieces taken from NetBSD, but we only | Mark Kettenis |
2016-04-23 | Implement reading of the CIS for functions 1-7. Don't write a bogus bus width | Mark Kettenis |
2016-03-30 | Expose the functionality that triggers a check for card insertion or removal. | Mark Kettenis |
2016-03-27 | Make it possible to override the standard card detect mechanism. The SD | Mark Kettenis |
2016-03-19 | Reduces the noise around the global ``ticks'' variable by renaming all | Martin Pieuchot |
2016-01-11 | Improve CIS parsing to recognize CISTPL_NULL codes instead of bailing out on | Mark Kettenis |
2016-01-11 | Add (limited) support for controllers that implement version 3.0 of the | Mark Kettenis |
2016-01-10 | Seems the voltage bit defenitions in sdmmcreg.h for voltages below 2V | Mark Kettenis |
2015-11-08 | Always claim to support sector mode for eMMC. Allows BeagleBone Black | Jonathan Gray |
2015-04-22 | Init error to 0 for sdmmc_mem_single_{read,write}_block | Jonathan Gray |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-02-16 | Memory leak if copyin() or copyout() fails; found by Maxime Villard | Miod Vallat |
2014-12-09 | More malloc() -> mallocarray() in the kernel. | Doug Hogan |
2014-11-01 | fix the build when SDMMC_DEBUG is defined | Jonathan Gray |
2014-09-23 | Fix high capacity (> 2GB) eMMC support. | Raphael Graf |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-11 | "It's not the years, honey; it's the mileage." | Ted Unangst |
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-10-22 | Add code for SMC_CAPS_SINGLE_ONLY capability. | Sylvestre Gallon |
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 |
2012-10-08 | Revamp the sequences for suspend/hibernate -> resume so that the code | Theo de Raadt |
2011-11-14 | local variable not needed in sdmmc_activate | Theo de Raadt |