summaryrefslogtreecommitdiff
path: root/drivers/mmc/sdhci.c
AgeCommit message (Expand)Author
2016-10-28mmc: sdhci: assign to clk_mul when host version is upper than SD3.0Jaehoon Chung
2016-10-28mmc: sdhci: fix the "misaligned operation at range" for cacheJaehoon Chung
2016-10-10mmc: sdhci: use the generic error numberJaehoon Chung
2016-10-10mmc: sdhci: use the host version value in sdhci_setup_cfgJaehoon Chung
2016-09-20mmc: sdhci: Add the programmable clock mode supportWenyou Yang
2016-09-20mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_MAX_TIMEOUTMasahiro Yamada
2016-09-20mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_DEFAULT_TIMEMasahiro Yamada
2016-09-20mmc: sdhci: move SDMA capability check to sdhci_setup_cfg()Masahiro Yamada
2016-09-20mmc: sdhci: move broken voltage quirk handling to sdhci_setup_cfg()Masahiro Yamada
2016-09-20mmc: sdhci: move error message to more relevant placeMasahiro Yamada
2016-09-20mmc: sdhci: move sdhci_reset() call to sdhci_init()Masahiro Yamada
2016-08-05mmc: sdhci: fix the compiler warning when disable CONFIG_MMC_SDMAJaehoon Chung
2016-08-05mmc: sdhci: remove the unnecessary arguments for sdhci_setup_cfgJaehoon Chung
2016-08-05mmc: sdhci: remove the unused argument for sdhci_setup_cfgJaehoon Chung
2016-08-05mmc: sdhci: revert "mmc: sdhci: Claer high speed if not supported"Jaehoon Chung
2016-08-05mmc: use the generic error numberJaehoon Chung
2016-08-05mmc: sdhci: set to INT_DATA_END when there are dataJaehoon Chung
2016-08-05mmc: sdhci: clean up timeout detectionMasahiro Yamada
2016-07-22mmc: sdhci: Disable internal clock enable bitSiva Durga Prasad Paladugu
2016-07-11dm: mmc: sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPSSimon Glass
2016-07-11dm: mmc: sdhci: Refactor configuration setup to support DMSimon Glass
2016-07-01mmc: increase MMC SDHCI read status timeoutSteve Rae
2016-05-27dm: mmc: Convert sdhci to support CONFIG_BLKSimon Glass
2016-03-14dm: block: Rename device number member dev to devnumSimon Glass
2016-02-01drivers: mmc: add driver for Microchip PIC32 SDHCI controller.Andrei Pistirica
2016-01-27mmc: sdhci: Clear high speed if not supportedSiva Durga Prasad Paladugu
2015-11-03mmc: sdhci: Fix the SD clock stop sequenceWenyou Yang
2015-07-10mmc: sdhci.c: Add config option to use a fixed buffer for transfersStefan Roese
2015-07-10mmc: sdhci: Use timer based timeout detection in sdhci_send_command()Stefan Roese
2015-05-05mmc: sdhci: add timeout setting for response busy commandKevin Liu
2015-03-18sdhci: fix warnings on 64-bit buildsRob Herring
2015-03-18mmc: sdhci: don't clobber adjacent registersMatt Reimer
2015-02-23mmc: sdhci: fix bus width switching on Samsung SoCsMatt Reimer
2014-10-25sdhci: make local functions staticJeroen Hofstee
2014-03-24mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou
2014-03-24mmc: Convert mmc struct's name array to a pointerPantelis Antoniou
2014-03-24mmc: Remove ops from struct mmc and put in mmc_opsPantelis Antoniou
2014-01-09mmc: Minor cleanup of sdhci.cDarwin Rambo
2013-10-31mmc: sdhci: Avoid commands errors by simple timeout adaptation.Przemyslaw Marczak
2013-09-20Fix wrong sdhci host control register read and writeJuhyun \(Justin\) Oh
2013-09-17mmc: sdhci: use the SDHCI_QUIRK_USE_WIDE8 for samsung SoCJaehoon Chung
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-13mmc: sdhci: Enable 8-bit bus width only for 3.0 spec onwardsJagannadha Sutradharudu Teki
2013-03-26Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD
2013-03-12mmc:sdhci:fix: Change default interrupts enabled at SDHCI initializationƁukasz Majewski
2013-03-08mmc: add support for write protectionNikita Kiryanov
2012-11-27mmc: add no simultaenous power and vddMela Custodio
2012-10-22mmc: sdhci: Add a quirk to add delay during completion of sdhci_send_cmdTushar Behera
2012-10-22mmc: sdhci: add the DMA select for SDMAJaehoon Chung
2012-10-22mmc: sdhci: increase the timeout value for data transferJaehoon Chung