Age | Commit message (Expand) | Author |
2018-01-12 | mmc: sdhci: do not compare pointer to 0 | Heinrich Schuchardt |
2018-01-12 | mmc: sdhci: don't clear SDHCI_INT_STATUS register during CMD_INHIBIT | Jorge Ramirez-Ortiz |
2017-08-17 | dm: mmc: Drop CONFIG_DM_MMC_OPS | Simon Glass |
2017-05-15 | mmc: sdhci: Fix maximum clock for programmable clock mode | Wenyou Yang |
2017-04-14 | mmc: sdhci: Wait for SDHCI_INT_DATA_END when transferring. | Alex Deymo |
2017-03-21 | mmc: sdhci: only flush cache for data command | Kevin Liu |
2017-01-25 | mmc: sdhci: Add support for optional controller specific set_ios_post() | Stefan Roese |
2017-01-25 | mmc: sdhci: Clear SDHCI_CLOCK_CONTROL before configuring the new value | Stefan Roese |
2017-01-23 | mmc: sdhci: Distinguish between base clock and maximum peripheral frequency | Stefan Herbrechtsmeier |
2017-01-13 | mmc: sdhci: fix NULL pointer access when host->ops is not set | Masahiro Yamada |
2017-01-11 | mmc: sdhci: combine the Host controller v3.0 feature into one condition | Jaehoon Chung |
2017-01-11 | mmc: sdhci: remove the SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWER | Jaehoon Chung |
2017-01-11 | mmc: sdhci: move the callback function into sdhci_ops | Jaehoon Chung |
2017-01-11 | mmc: change the set_ios return type from void to int | Jaehoon Chung |
2017-01-11 | mmc: sdhci: remove the SDHCI_QUIRK_NO_CD | Jaehoon Chung |
2017-01-11 | mmc: pic32_sdhci: move the code to pic32_sdhci.c | Jaehoon Chung |
2017-01-11 | mmc: sdhci: remove the unused code about testing Card detect | Jaehoon Chung |
2017-01-11 | mmc: sdhci: disable the 8bit mode when host doesn't support it | Jaehoon Chung |
2016-12-29 | mmc: move some SDHCI related options to Kconfig | Masahiro Yamada |
2016-10-28 | mmc: sdhci: assign to clk_mul when host version is upper than SD3.0 | Jaehoon Chung |
2016-10-28 | mmc: sdhci: fix the "misaligned operation at range" for cache | Jaehoon Chung |
2016-10-10 | mmc: sdhci: use the generic error number | Jaehoon Chung |
2016-10-10 | mmc: sdhci: use the host version value in sdhci_setup_cfg | Jaehoon Chung |
2016-09-20 | mmc: sdhci: Add the programmable clock mode support | Wenyou Yang |
2016-09-20 | mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_MAX_TIMEOUT | Masahiro Yamada |
2016-09-20 | mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_DEFAULT_TIME | Masahiro Yamada |
2016-09-20 | mmc: sdhci: move SDMA capability check to sdhci_setup_cfg() | Masahiro Yamada |
2016-09-20 | mmc: sdhci: move broken voltage quirk handling to sdhci_setup_cfg() | Masahiro Yamada |
2016-09-20 | mmc: sdhci: move error message to more relevant place | Masahiro Yamada |
2016-09-20 | mmc: sdhci: move sdhci_reset() call to sdhci_init() | Masahiro Yamada |
2016-08-05 | mmc: sdhci: fix the compiler warning when disable CONFIG_MMC_SDMA | Jaehoon Chung |
2016-08-05 | mmc: sdhci: remove the unnecessary arguments for sdhci_setup_cfg | Jaehoon Chung |
2016-08-05 | mmc: sdhci: remove the unused argument for sdhci_setup_cfg | Jaehoon Chung |
2016-08-05 | mmc: sdhci: revert "mmc: sdhci: Claer high speed if not supported" | Jaehoon Chung |
2016-08-05 | mmc: use the generic error number | Jaehoon Chung |
2016-08-05 | mmc: sdhci: set to INT_DATA_END when there are data | Jaehoon Chung |
2016-08-05 | mmc: sdhci: clean up timeout detection | Masahiro Yamada |
2016-07-22 | mmc: sdhci: Disable internal clock enable bit | Siva Durga Prasad Paladugu |
2016-07-11 | dm: mmc: sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPS | Simon Glass |
2016-07-11 | dm: mmc: sdhci: Refactor configuration setup to support DM | Simon Glass |
2016-07-01 | mmc: increase MMC SDHCI read status timeout | Steve Rae |
2016-05-27 | dm: mmc: Convert sdhci to support CONFIG_BLK | Simon Glass |
2016-03-14 | dm: block: Rename device number member dev to devnum | Simon Glass |
2016-02-01 | drivers: mmc: add driver for Microchip PIC32 SDHCI controller. | Andrei Pistirica |
2016-01-27 | mmc: sdhci: Clear high speed if not supported | Siva Durga Prasad Paladugu |
2015-11-03 | mmc: sdhci: Fix the SD clock stop sequence | Wenyou Yang |
2015-07-10 | mmc: sdhci.c: Add config option to use a fixed buffer for transfers | Stefan Roese |
2015-07-10 | mmc: sdhci: Use timer based timeout detection in sdhci_send_command() | Stefan Roese |
2015-05-05 | mmc: sdhci: add timeout setting for response busy command | Kevin Liu |
2015-03-18 | sdhci: fix warnings on 64-bit builds | Rob Herring |