aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2014-11-05dm: sunxi: Request card detect gpioHans de Goede1-10/+22
2014-11-05sunxi: Use CONFIG_MACH_SUN?I from Kconfig instead of CONFIG_SUN?IIan Campbell1-2/+2
2014-10-27mmc: s5p: set SD detection pin as inputPrzemyslaw Marczak1-1/+1
2014-10-26Merge http://git.denx.de/u-boot-sunxiTom Rini1-9/+33
2014-10-26Merge git://git.denx.de/u-boot-dmTom Rini1-5/+10
2014-10-25mmc: bcm2835_sdhci: add missing includeJeroen Hofstee1-0/+1
2014-10-25tegra: make local functions staticJeroen Hofstee1-1/+2
2014-10-25sdhci: make local functions staticJeroen Hofstee1-3/+3
2014-10-24mmc: sunxi: Add support for sun8i (A23)Chen-Yu Tsai1-1/+1
2014-10-24sunxi: When we've both mmc0 and mmc2, detect from which one we're bootingHans de Goede1-5/+2
2014-10-24sunxi: Add mmc card-detect functionalityHans de Goede1-0/+21
2014-10-24ARM: sunxi-mmc: Add mmc support for sun6i / A31Hans de Goede1-4/+7
2014-10-24mmc: sunxi: add SDHC support for sun6i/sun7i/sun8iWills Wang1-0/+3
2014-10-23dm: omap: gpio: Support driver modelSimon Glass1-5/+10
2014-10-23Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini1-1/+1
2014-10-23arm: marvell: Move arch/kirkwood.h to arch/soc.hStefan Roese1-1/+1
2014-10-22dm: exynos: Make sure that GPIOs are requestedSimon Glass1-1/+6
2014-10-22mmc: Tegra: Fix timeout issue seen on certain eMMC partsMarcel Ziswiler1-1/+1
2014-10-11Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD5-25/+111
2014-10-08samsung: Enable device tree for s5p_goniSimon Glass1-2/+0
2014-10-06Merge branch 'topic/arm/socfpga-20141006' of git://git.denx.de/u-boot-socfpgaTom Rini2-12/+27
2014-10-06arm: socfpga: mmc: Pick the clock from clock managerPavel Machek1-4/+11
2014-10-06mmc: dw_mmc: cleanupsPavel Machek1-12/+22
2014-10-03dw_mmc: cleanupsPavel Machek1-11/+13
2014-10-03mmc: Fix mmc bus widthMario Schuknecht1-2/+3
2014-10-03mvebu_mmc: Driver additionMario Schuknecht1-1/+61
2014-10-03mmc: restore capacity when switching to partition 0Peter Bigot1-3/+8
2014-10-03mmc: fix ERASE_GRP_DEF handlingHannes Petermaier1-0/+2
2014-10-03mmc: set correct block size value in bfin sdh driverSonic Zhang1-3/+4
2014-09-24cosmetic: replace MIN, MAX with min, maxMasahiro Yamada1-1/+1
2014-09-24kconfig: add blank Kconfig filesMasahiro Yamada1-0/+0
2014-09-08ls102xa: esdhc: Add esdhc support for LS102xAWang Huan1-2/+2
2014-08-30socfpga: cleanup socfpga_dw_mmcPavel Machek1-4/+4
2014-08-29socfpga: fix clock manager register definitionPavel Machek1-2/+2
2014-08-01MMC: atmel_mci: enable high speed mode supportBo Shen1-1/+6
2014-08-01MMC: atmel_mci: refactor setting the mode registerBo Shen1-14/+42
2014-08-01mmc/dw_mmc: Fix clock divider calculation error for bypass modeChin Liang See1-1/+4
2014-08-01mmc: s3c: Add SD driverMarek Vasut2-0/+322
2014-08-01bcm2835_sdhci: Add SDHCI_QUIRK_NO_HISPD_BIT flagLubomir Rintel1-1/+1
2014-08-01ARM: kirkwood: add mvsdio driverDrEagle2-0/+362
2014-07-28Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master'Albert ARIBAUD1-134/+7
2014-07-18mmc: prevent some warnings with make W=1Jeroen Hofstee2-4/+4
2014-07-18dirvers: mmc: use __weakJeroen Hofstee1-11/+9
2014-07-06sunxi: Remove mmc DMA supportHans de Goede1-134/+7
2014-06-19includes: move openssl headers to include/u-bootJeroen Hofstee1-1/+1
2014-06-12mmc: free allocated memory on initialization errorsDarwin Rambo1-2/+6
2014-06-12mmc: return meaningful error codes from mmc_select_hwpartStephen Warren1-3/+4
2014-06-02Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD4-103/+172
2014-05-27mmc: atmel_mci: fix print incorrect buffer content for debugWu, Josh1-2/+3
2014-05-25sunxi: mmc supportIan Campbell2-0/+504