| Age | Commit message (Expand) | Author |
| 2023-04-29 | sdmmc: Only check chipset WP status for SD cards. | jmcneill |
| 2021-08-03 | Use unsigned to avoid undefined behavior in sdmmc_mem_sd_switch(). | msaitoh |
| 2021-06-13 | Be less verbose normally and more when debugging. | mlelstv |
| 2020-05-11 | If the controller doesn't support switch func (opcode 6) then skip | jdc |
| 2020-01-04 | Be less noisy for some commands. | mlelstv |
| 2019-10-28 | Whitespace police | mlelstv |
| 2019-10-28 | Add and use sdmmc_pause to avoid long-term busy waits. | mlelstv |
| 2019-06-06 | If setting HS_TIMING fails, keep trying slower speeds instead of bailing | jmcneill |
| 2019-05-28 | If a mem function fails to initialize, set the error flag so sdmmc doesn't tr... | jmcneill |
| 2018-11-09 | Wait for data ready after eMMC flush cache commands | jmcneill |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-02-07 | Fix uninitialized variable use: | bouyer |
| 2017-09-12 | For SD cards, send the SET_WR_BLK_ERASE_COUNT app command before a | jmcneill |
| 2017-08-20 | make the sc_discard interface for the ld backend asynchronous and | mlelstv |
| 2017-07-16 | Add support for eMMC 4.5's optional cache feature. If a cache is present, | jmcneill |
| 2017-06-24 | Revert part of previous; the SD card spec recommends not to issue a DISCARD | jmcneill |
| 2017-06-24 | Read SD status register and print card status when a new SD card is found: | jmcneill |
| 2017-06-24 | Add discard support to ld@sdmmc using the ERASE (CMD38) command. | jmcneill |
| 2017-06-04 | Give a hint to controllers in the command flags if we are performing a | jmcneill |
| 2017-04-11 | Remove a test that prevents tuning from happening on eMMC devices. | jmcneill |
| 2017-02-17 | sdhc(4): hardware reset support for Intel eMMC controller | nonaka |
| 2017-02-17 | sdhc(4), sdmmc(4): Added MMC HS DDR52 support. | nonaka |
| 2017-02-17 | sdmmc(4): Use EXT_CSD[HS_TIMING] definitions. | nonaka |
| 2016-08-11 | Fix incorrect sector counts with MMC. | nonaka |
| 2016-03-13 | Call the second sdmmc_mem_send_if_cond() only where it's necessary. | tsutsui |
| 2015-12-22 | Be graceful about command timeouts when probing. | mlelstv |
| 2015-11-29 | Add some event counters to track transfer sizes. | jmcneill |
| 2015-10-29 | After setting HS_TIMING value for HS200 or later, send repeated SEND_STATUS | jmcneill |
| 2015-10-06 | support hiding command timeout messages with a new command flag and use this | mlelstv |
| 2015-08-08 | eMMC fixes | jmcneill |
| 2015-08-05 | Add support for sampling clock tuning, required for some UHS modes and | jmcneill |
| 2015-08-04 | ODROID-C1 has a bug where the card is not power-cycled when the board is | jmcneill |
| 2015-08-04 | instead of trying to handle cards already in 1.8V mode, request host controll... | jmcneill |
| 2015-08-03 | Handle cards that are already in low voltage (1.8V) mode. Test correct | jmcneill |
| 2015-08-03 | clear SMF_UHS_MODE flag before enabling card | jmcneill |
| 2015-08-03 | fix SDMMC_DEBUG build | jmcneill |
| 2015-08-03 | Add support for DDR50 transfer modes. | jmcneill |
| 2015-08-03 | use mutex locking for MP safety. | mlelstv |
| 2015-08-03 | more debug output | mlelstv |
| 2015-08-02 | Add support for eMMC 5.0 HS200 timings. | jmcneill |
| 2015-08-02 | Add basic UHS-I support. SDR50 and SDR104 are supported, but not DDR50. | jmcneill |
| 2015-02-27 | fix to simulate multi-segment dma transfer for pq3sdhc(4). | nonaka |
| 2015-02-07 | Return an actual error. Reported by: | christos |
| 2014-12-07 | Fix high capacity (> 2GB) eMMC support, from OpenBSD. | jmcneill |
| 2014-03-19 | Add a driver for Realtek RTS5209/RTS5229 Card Reader. | nonaka |
| 2013-10-25 | Turn a few __unused into __diagused | martin |
| 2013-05-03 | Add support for the valid card types in eMMC v4.4 (needed by beaglebone | matt |
| 2013-05-03 | Fix typo. | matt |
| 2012-12-20 | fix off-by-one in switch function argument validation. | jakllsch |
| 2012-12-15 | Correctly read the 512-bit-wide big-endian Switch Function Status register. | jakllsch |