| Commit message (Expand) | Author | Age | Lines |
* | mmc: Split mmc struct, rework mmc initialization (v2) | Pantelis Antoniou | 2014-03-24 | -37/+36 |
* | mmc: Convert mmc struct's name array to a pointer | Pantelis Antoniou | 2014-03-24 | -1/+1 |
* | mmc: Remove ops from struct mmc and put in mmc_ops | Pantelis Antoniou | 2014-03-24 | -5/+8 |
* | mmc: Minor cleanup of sdhci.c | Darwin Rambo | 2014-01-09 | -13/+19 |
* | mmc: sdhci: Avoid commands errors by simple timeout adaptation. | Przemyslaw Marczak | 2013-10-31 | -7/+28 |
* | Fix wrong sdhci host control register read and write | Juhyun \(Justin\) Oh | 2013-09-20 | -3/+2 |
* | mmc: sdhci: use the SDHCI_QUIRK_USE_WIDE8 for samsung SoC | Jaehoon Chung | 2013-09-17 | -6/+7 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -17/+1 |
* | mmc: sdhci: Enable 8-bit bus width only for 3.0 spec onwards | Jagannadha Sutradharudu Teki | 2013-06-13 | -2/+4 |
* | Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-03-26 | -3/+5 |
|\ |
|
| * | mmc:sdhci:fix: Change default interrupts enabled at SDHCI initialization | Ćukasz Majewski | 2013-03-12 | -3/+5 |
* | | mmc: add support for write protection | Nikita Kiryanov | 2013-03-08 | -0/+1 |
|/ |
|
* | mmc: add no simultaenous power and vdd | Mela Custodio | 2012-11-27 | -0/+3 |
* | mmc: sdhci: Add a quirk to add delay during completion of sdhci_send_cmd | Tushar Behera | 2012-10-22 | -0/+3 |
* | mmc: sdhci: add the DMA select for SDMA | Jaehoon Chung | 2012-10-22 | -0/+7 |
* | mmc: sdhci: increase the timeout value for data transfer | Jaehoon Chung | 2012-10-22 | -1/+1 |
* | mmc: s5p_sdhci: add the set_mmc_clk for cmu control | Jaehoon Chung | 2012-09-05 | -0/+3 |
* | mmc: Add a SDHCI quirk for boards that have no CD | Joe Hershberger | 2012-09-05 | -2/+15 |
* | mmc: Fix version check for clock API in sdhci driver | Joe Hershberger | 2012-09-05 | -5/+5 |
* | mmc: add the quirk to use the sdhci for samsung-soc | Jaehoon Chung | 2012-05-08 | -0/+12 |
* | mmc: sdhci: add the quirk for broken r1b response | Jaehoon Chung | 2012-05-08 | -0/+12 |
* | mmc: Implement card detection. | Thierry Reding | 2012-01-08 | -0/+1 |
* | mmc: sdhci: fix sdma bug for large file transfer | Lei Wen | 2011-11-03 | -1/+1 |
* | mmc: sdhci: add timeout for data transfer | Lei Wen | 2011-11-03 | -1/+8 |
* | mmc: sdhci: add mmc structure for host | Lei Wen | 2011-11-03 | -0/+1 |
* | mmc: sdhci: fix cache flush | Lei Wen | 2011-11-03 | -1/+1 |
* | MMC: add sdhci generic framework | Lei Wen | 2011-07-15 | -0/+433 |