Age | Commit message (Expand) | Author |
2018-06-15 | mmc: sdhci: Fix MMC HS200 tuning command failures | Siva Durga Prasad Paladugu |
2018-05-31 | mmc: sdhci: Update sdhci_send_command() to handle HS200 | Siva Durga Prasad Paladugu |
2018-05-14 | mmc: sdhci: Check that ops are defined | Ramon Fried |
2018-05-11 | mmc: sdhci: Read capabilities register1 and update host caps | Siva Durga Prasad Paladugu |
2018-05-11 | mmc: sdhci: Invoke platform specific tuning and delay routines | Siva Durga Prasad Paladugu |
2018-05-11 | mmc: sdhci: Handle execute tuning command in sdhci_send_command | Siva Durga Prasad Paladugu |
2018-05-11 | mmc: sdhci: Add support for disabling clock | Siva Durga Prasad Paladugu |
2018-05-11 | mmc: Changed the datatype of the variable to handle 64-bit arch | Vipul Kumar |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini |
2018-05-02 | mmc: sdhci: add SDHCI_QUIRK_BROKEN_HISPD_MODE | Hannes Schmelzer |
2018-01-22 | mmc: sdhci: change data transfer failure into debug message | Masahiro Yamada |
2018-01-22 | mmc: sdhci: do not overwrite host_caps in sdhci_setup_cfg() | Masahiro Yamada |
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 |