| Age | Commit message (Expand) | Author |
| 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 |
| 2012-07-28 | Fix comments about __bitfield. | matt |
| 2012-07-26 | Fix a delay to a correct value. | matt |
| 2012-07-26 | MULTI_SEG does not for ESDHC. (Don't know how it works at all on any SDHC | matt |
| 2012-07-23 | Responses are actually in host order (except SCR which is return in | matt |
| 2012-07-21 | Provide a method for attachments to specify capabilites. | skrll |
| 2012-07-20 | Add use of watermark register when PIO to an ESDHC. After every kill or | matt |
| 2012-07-17 | If there was an error in 32-bit mode, just set ERROR_INTERRUPT otherwise | matt |
| 2012-07-17 | Handle interrupt acknowledgement in the SDHC_FLAG_32BIT_ACCESS case in | skrll |
| 2012-07-17 | Whitespace. | skrll |
| 2012-07-12 | bus_space_*_stream_N() functions are not universally available. | jakllsch |
| 2012-07-12 | Completely rework (and enable) SDHC 1.0 DMA data transfer. | jakllsch |
| 2012-07-12 | No need to panic on failure to find a divisor. | jakllsch |
| 2012-07-12 | SDHC can have multiple slots, note which slot a specific sdmmc(4) attaches to. | jakllsch |
| 2012-07-12 | SDHCI byte swaps the BE response on the wire into LE registers. | jakllsch |