aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2015-01-23Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini1-3/+15
2015-01-22sunxi: mmc: Add support for sun9i (A80)Hans de Goede1-2/+14
2015-01-22sunxi: mmc: Use a realistic timeout when sending a mmc commandHans de Goede1-1/+1
2015-01-21mmc: zynq: Use phys_addr_t for addressesMichal Simek1-2/+2
2015-01-19mmc: Skip changing bus width for MMC cards earlier than version 4.0Andrew Gabbasov1-2/+5
2015-01-19mmc: Avoid redundant switching to 1-bit bus width for MMC cardsAndrew Gabbasov1-0/+12
2015-01-19mmc: extend mmcinfo output to show partition write reliability settingsDiego Santa Cruz1-0/+2
2015-01-19mmc: extend the mmc hardware partitioning API with write reliabilityDiego Santa Cruz1-0/+39
2015-01-19mmc: add API to do eMMC hardware partitioningDiego Santa Cruz1-0/+155
2015-01-19mmc: the ext_csd data may be used during init even if reading failedDiego Santa Cruz1-1/+3
2015-01-19mmc: eMMC partitioning data is not effective till partitioning completedDiego Santa Cruz1-23/+35
2015-01-19mmc: read the high capacity WP group size for eMMCDiego Santa Cruz1-0/+6
2015-01-19mmc: fix erase_grp_size computation with high-capacity size definitionDiego Santa Cruz1-2/+1
2015-01-19mmc: read the size of eMMC enhanced user data areaDiego Santa Cruz1-0/+15
2015-01-19mmc: computation of eMMC GP partition size was missing 512 KiB factorDiego Santa Cruz1-0/+1
2015-01-19mmc: incomplete test to switch to high-capacity group size definitionsDiego Santa Cruz1-22/+30
2015-01-19mmc: extend mmcinfo to show enhanced partition attributeDiego Santa Cruz1-0/+3
2015-01-19mmc: rmobile: Add SDHC support for Renesas rmobile ARM SoCNobuhiro Iwamatsu3-0/+705
2015-01-14mmc: sunxi: Fix misuse of gpio_direction_input()Axel Lin1-2/+5
2015-01-14sunxi: mmc: Properly setup mod-clk and clock sampling phasesHans de Goede1-27/+68
2015-01-06MVEBUMMC : REMOVE unnecessary delay from initGerald Kerma1-2/+0
2015-01-06MVEBUMMC : CLEAN codeGerald Kerma1-20/+20
2015-01-06MVEBUMMC : REMOVE unnecessary delaysGerald Kerma1-3/+0
2015-01-06MVEBUMMC : FIX debug stringsGerald Kerma1-5/+13
2015-01-06MVEBUMMC : Speed up access timeGerald Kerma1-17/+31
2015-01-06MVEBUMMC : Change copyright dateGerald Kerma1-1/+1
2014-12-12mmc: dw_mmc: Use active DDR mode flagAndrew Gabbasov1-1/+1
2014-12-12mmc: Fix block length for DDR modeAndrew Gabbasov1-0/+6
2014-12-12mmc: Fix Dual Data Rate capability recognitionAndrew Gabbasov1-1/+1
2014-12-12mmc: Fix handling of bus widths and DDR card capabilitiesAndrew Gabbasov1-21/+31
2014-12-12mmc: exynos_dw-mmc: change debug messageJaehoon Chung1-10/+12
2014-12-12MMC: add MMC_VERSION_5_0Markus Niebel1-0/+3
2014-12-12MMC: fix user capacity for partitioned eMMC cardMarkus Niebel1-0/+15
2014-12-12mmc: Cosmetic fix for nicer, aligned device list printoutLubomir Popov1-2/+5
2014-12-08Merge branch 'master' of git://git.denx.de/u-boot-tiTom Rini2-8/+11
2014-12-04omap_hsmmc: Board-specific TWL4030 MMC power initializationsPaul Kocialkowski1-6/+1
2014-12-05mmc: sh_mmcif: Add support rmobileNobuhiro Iwamatsu2-2/+7
2014-12-05mmc: sh_mmcif: Change maximum and minimum value of MMC clockNobuhiro Iwamatsu2-3/+5
2014-12-05mmc: sh_mmcif: Use DIV_ROUND_UP and fls instead of calculation loopNobuhiro Iwamatsu1-8/+6
2014-12-04twl4030: device-index-specific MMC power initializations, common ramp-up delayPaul Kocialkowski1-2/+2
2014-12-04mmc: Board-specific MMC power initializationsPaul Kocialkowski1-0/+7
2014-12-04arm: omap: add support for am57xx devicesFelipe Balbi1-2/+3
2014-11-26Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini1-1/+1
2014-11-24Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-0/+8
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2-4/+4
2014-11-20mmc: fsl_esdhc: Update esdhc driver for iMX6SXYe.Li1-0/+8
2014-11-19mmc: fsl_esdhc: fix f_max retrieval during initMarkus Niebel1-1/+1
2014-11-07sort drivers/mmc/MakefilePavel Machek1-10/+12
2014-11-06omap: hsmmc: assume cd gpio is active lowIgor Grinberg1-1/+3
2014-11-05dm: sunxi: Request card detect gpioHans de Goede1-10/+22