| Age | Commit message (Expand) | Author |
| 2014-12-07 | Fix high capacity (> 2GB) eMMC support, from OpenBSD. | jmcneill |
| 2014-11-16 | Replace callout_stop with callout_halt | ozaki-r |
| 2014-10-04 | pass sdhc_softc instead of sdhc_host to sc_vendor_transfer_data_dma, since th... | jmcneill |
| 2014-10-02 | debug ld_sdmmc with LD_SDMMC_DEBUG instead of SDMMC_DEBUG | jmcneill |
| 2014-10-02 | Be a bit more verbose about errors, also pass through error code | mlelstv |
| 2014-10-02 | Fix divisor calculation for SDHC 3.0. | mlelstv |
| 2014-10-01 | correct clk div calculation for SD 3.0 controllers | jmcneill |
| 2014-10-01 | Don't check slot type for pre-3.0 controllers, the bits were reserved at | jmcneill |
| 2014-09-14 | When doing vendor dma transfer wait for SDHC_TRANSFER_COMPLETE. | skrll |
| 2014-09-12 | Avoid NULL deref when sdhc(4) attaches via config_interrupts(). | jakllsch |
| 2014-09-12 | Allow sdhc(4) to use a non-integrated DMA engine. | jakllsch |
| 2014-05-24 | eSDHC Controller doesn't have "Host SDMA Buffer Boundary" bit field | hkenken |
| 2014-05-20 | netbt: rename some attach/detach functions to have _pcb suffix, so | rmind |
| 2014-03-19 | Add a driver for Realtek RTS5209/RTS5229 Card Reader. | nonaka |
| 2013-10-25 | Turn a few __unused into __diagused | martin |
| 2013-10-19 | add Ricoh MMC reader | mlelstv |
| 2013-10-12 | Pass the device name in, so we can debug what deferred drivers did not work. | christos |
| 2013-05-03 | Add support for the valid card types in eMMC v4.4 (needed by beaglebone | matt |
| 2013-05-03 | Fix typo. | matt |
| 2013-01-10 | add SDHC_FLAG_NO_HS_BIT flag to prevent sdhc driver from setting the SDHC_HIG... | jmcneill |
| 2013-01-08 | If the command protocol calls for a trailing busy signal, | jakllsch |
| 2013-01-07 | Find correct slot index in sdhc_cfprint(). | jakllsch |
| 2012-12-24 | SDHC_VOLTAGE_SUPP_1_8V is only valid in the presence of SDHC_EMBEDDED_SLOT. | jakllsch |
| 2012-12-24 | Add a few more register bits from SDHCI 3.0. | jakllsch |
| 2012-12-23 | SMC_CAPS_DMA without SMC_CAPS_MULTI_SEG_DMA means we as a host driver only | jakllsch |
| 2012-12-22 | We can't block our interrupt while sdmmc_detach_card is called, as | jakllsch |
| 2012-12-22 | Revert sdmmc.c r1.18 (previous commit to this file). | jakllsch |
| 2012-12-22 | Add support for SDHCI 3.0 bus clock generation, which unlike 1.0 and 2.0 | jakllsch |
| 2012-12-20 | If we get a SDMA boundary-crossing interrupt at the end of the final | jakllsch |
| 2012-12-20 | Change sdhc_detach so that it detaches all host controllers at once. | jakllsch |
| 2012-12-20 | Only use DETACH_FORCE as flags argument to sdmmc_card_detach when the | jakllsch |
| 2012-12-20 | fix off-by-one in switch function argument validation. | jakllsch |
| 2012-12-15 | It's also useful to compile-test before committing. | jakllsch |
| 2012-12-15 | When debugging, it's useful to know what exactly failed. | jakllsch |
| 2012-12-15 | Correctly read the 512-bit-wide big-endian Switch Function Status register. | jakllsch |
| 2012-12-14 | Display the whole CID register upon attach as "<MID:OID:PNM:PRV:PSN:MDT>" | jakllsch |
| 2012-12-14 | The Card Command Class (CCC) field is valid in both SD_CSD_CSDVER_1_0 | jakllsch |
| 2012-12-13 | Implement TI AM335x's SDHC reset quirk. Beaglebone SDHC works now! | riastradh |
| 2012-12-12 | Add sc_vendor_bus_clock hook | matt |
| 2012-12-12 | Avoid the 16-bit read in sdhc_host_found for 32-bit-only devices. | riastradh |
| 2012-10-29 | Support omap3 SDHC driver. tested on OVERO only. | kiyohara |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-10-15 | Make whitespace following preprocessor keywords consistent | jakllsch |
| 2012-10-13 | Fix variable name for message of printf. | kiyohara |
| 2012-09-13 | Don't use const foo const as type, one const is enough. | joerg |
| 2012-08-31 | Support deciphering SDHCv3 clock rates. | matt |
| 2012-08-04 | Print 'Standard Function Interface Code" in sdmmc_print(), if not SD_IO_SFIC_... | kiyohara |
| 2012-07-30 | Make PIO on normal SDHC devices work correctly on big-endian machines. | matt |
| 2012-07-28 | Only SDHC 1.0 controllers can do that fucky MULTI_SEG stuff. | matt |
| 2012-07-28 | sdhc(4) currently only implements support for the SDHC 1.0 DMA mechanism, so | jakllsch |