summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* sdhci: fix warnings on 64-bit buildsRob Herring2015-03-181-3/+3
* mmc: sdhci: don't clobber adjacent registersMatt Reimer2015-03-181-1/+1
* mmc: s5p: properly mask SELBASECLKMatt Reimer2015-03-181-1/+1
* mmc: fsl_esdhc fix register offsetPeng Fan2015-03-171-1/+1
* Merge branch 'master' of git://git.denx.de/u-bootStefano Babic2015-03-026-21/+77
|\
| * mmc: fsl_esdhc: Add support for DDR modeVolodymyr Riazantsev2015-02-241-2/+6
| * mmc: sdhci: fix bus width switching on Samsung SoCsMatt Reimer2015-02-231-1/+2
| * mmc: print SD/eMMC type for inited mmc devicesPrzemyslaw Marczak2015-02-231-0/+8
| * mmc: exynos dwmmc: check boot mode before init dwmmcPrzemyslaw Marczak2015-02-231-1/+10
| * sunxi: mmc: Always declare High Capacity capabilityHans de Goede2015-02-231-5/+1
| * mmc: exynos_dw_mmc: use the exynos specific data structureJaehoon Chung2015-02-231-13/+47
| * mmc: exynos_dw_mmc: set to clksel_val into board-init functionJaehoon Chung2015-02-231-0/+4
| * mmc: dw_mmc: fixed the wrong bit controlJaehoon Chung2015-02-231-1/+1
* | mmc: fsl_esdhc: Add support to force VSELECT setOtavio Salvador2015-02-231-0/+4
* | mmc: fsl_esdhc: Add CMD11 support to switch to 1.8VOtavio Salvador2015-02-231-7/+22
|/
* x86: mmc: Move common FSP functions into a common fileSimon Glass2015-02-062-0/+43
* Merge branch 'master' of git://git.denx.de/u-boot-tiTom Rini2015-02-021-0/+4
|\
| * omap3: mmc: add 1.8v bias setting for MMC1Albert ARIBAUD \(3ADEV\)2015-01-291-0/+4
* | Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2015-02-021-7/+7
|\ \
| * | sunxi: mmc: Add 'sunxi_' prefix to the static functionsSiarhei Siamashka2015-02-021-7/+7
| |/
* | dm: mmc: Remove use of fdtdec GPIO supportSimon Glass2015-01-292-35/+21
|/
* Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2015-01-231-3/+15
|\
| * sunxi: mmc: Add support for sun9i (A80)Hans de Goede2015-01-221-2/+14
| * sunxi: mmc: Use a realistic timeout when sending a mmc commandHans de Goede2015-01-221-1/+1
* | mmc: zynq: Use phys_addr_t for addressesMichal Simek2015-01-211-2/+2
|/
* mmc: Skip changing bus width for MMC cards earlier than version 4.0Andrew Gabbasov2015-01-191-2/+5
* mmc: Avoid redundant switching to 1-bit bus width for MMC cardsAndrew Gabbasov2015-01-191-0/+12
* mmc: extend mmcinfo output to show partition write reliability settingsDiego Santa Cruz2015-01-191-0/+2
* mmc: extend the mmc hardware partitioning API with write reliabilityDiego Santa Cruz2015-01-191-0/+39
* mmc: add API to do eMMC hardware partitioningDiego Santa Cruz2015-01-191-0/+155
* mmc: the ext_csd data may be used during init even if reading failedDiego Santa Cruz2015-01-191-1/+3
* mmc: eMMC partitioning data is not effective till partitioning completedDiego Santa Cruz2015-01-191-23/+35
* mmc: read the high capacity WP group size for eMMCDiego Santa Cruz2015-01-191-0/+6
* mmc: fix erase_grp_size computation with high-capacity size definitionDiego Santa Cruz2015-01-191-2/+1
* mmc: read the size of eMMC enhanced user data areaDiego Santa Cruz2015-01-191-0/+15
* mmc: computation of eMMC GP partition size was missing 512 KiB factorDiego Santa Cruz2015-01-191-0/+1
* mmc: incomplete test to switch to high-capacity group size definitionsDiego Santa Cruz2015-01-191-22/+30
* mmc: extend mmcinfo to show enhanced partition attributeDiego Santa Cruz2015-01-191-0/+3
* mmc: rmobile: Add SDHC support for Renesas rmobile ARM SoCNobuhiro Iwamatsu2015-01-193-0/+705
* mmc: sunxi: Fix misuse of gpio_direction_input()Axel Lin2015-01-141-2/+5
* sunxi: mmc: Properly setup mod-clk and clock sampling phasesHans de Goede2015-01-141-27/+68
* MVEBUMMC : REMOVE unnecessary delay from initGerald Kerma2015-01-061-2/+0
* MVEBUMMC : CLEAN codeGerald Kerma2015-01-061-20/+20
* MVEBUMMC : REMOVE unnecessary delaysGerald Kerma2015-01-061-3/+0
* MVEBUMMC : FIX debug stringsGerald Kerma2015-01-061-5/+13
* MVEBUMMC : Speed up access timeGerald Kerma2015-01-061-17/+31
* MVEBUMMC : Change copyright dateGerald Kerma2015-01-061-1/+1
* mmc: dw_mmc: Use active DDR mode flagAndrew Gabbasov2014-12-121-1/+1
* mmc: Fix block length for DDR modeAndrew Gabbasov2014-12-121-0/+6
* mmc: Fix Dual Data Rate capability recognitionAndrew Gabbasov2014-12-121-1/+1
OpenPOWER on IntegriCloud