aboutsummaryrefslogtreecommitdiff
path: root/include/mmc.h
AgeCommit message (Expand)AuthorFilesLines
2013-10-31mmc: Fix erase_grp_size for partitioned cardOliver Metz1-0/+2
2013-09-17mmc: size optimization when !CONFIG_MMC_SPIPaul Burton1-0/+4
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-06-22Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-0/+26
2013-06-19Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD1-0/+26
2013-06-13mmc: report capacity for the selected partitionStephen Warren1-0/+7
2013-06-13MMC: APIs to support resize of EMMC boot partitionAmar1-0/+26
2013-05-06mmc: Split device init to decouple OCR-polling delayChe-Liang Chiou1-0/+30
2013-05-01mmc: Define a constant for the maximum block sizeSimon Glass1-0/+3
2013-04-17mmc: check the revision for sd3.0Jaehoon Chung1-0/+1
2013-04-17mmc: support the correct card version for eMMCJaehoon Chung1-8/+13
2013-03-08mmc: add support for write protectionNikita Kiryanov1-0/+2
2012-09-05mmc: detect boot sectors using EXT_CSD_BOOT_MULT tooStephen Warren1-0/+1
2012-09-02mmc: Remove unused item flags in struct mmc_cmdKaspter Ju1-1/+0
2012-09-01da850/omap-l138: Add support to read u-boot image from MMC/SDLad, Prabhakar1-0/+2
2012-05-08include/mmc.h: remove struct mmc_csdAndreas Bießmann1-50/+0
2012-05-08mmc:fix: Set mmc width according to MMC host capabilitiesŁukasz Majewski1-0/+3
2012-03-13ATMEL: use generic mmc frameworkSven Schnelle1-1/+0
2012-02-15mmc: make mmc_send_status() more reliableJan Kloetzke1-0/+2
2012-01-08mmc: Implement card detection.Thierry Reding1-0/+2
2012-01-08mmc: Change board_mmc_getcd() function prototype.Thierry Reding1-1/+1
2011-11-03mmc: change magic number to macro defineLei Wen1-7/+9
2011-07-15mmc: Access mode validation for eMMC cards > 2 GiBŁukasz Majewski1-0/+1
2011-07-15MMC: add erase function to both mmc and sdLei Wen1-0/+8
2011-05-18mmc: enable partition switch function for emmcLei Wen1-0/+8
2011-05-18cmd_mmc: eliminate device num in the mmc commandLei Wen1-0/+1
2011-05-18mmc_spi: generate response for send status commandThomas Chou1-0/+1
2011-04-29mmc: coding style fix and tabify of mmc.hThomas Chou1-22/+22
2011-04-29MMC: make b_max unconditionalJohn Rigby1-2/+0
2011-04-13mmc: SEND_OP_COND considers card capabilities (voltage)Raffaele Recalcati1-0/+2
2011-04-13mmc: checking status after commands with R1b responseRaffaele Recalcati1-0/+4
2011-04-13mmc: add generic mmc spi driverThomas Chou1-0/+5
2011-02-02Davinci MMCSD SupportSandeep Paulraj1-0/+3
2010-12-18fsl_esdhc: Use mmc_set_clock to set initial speedJerry Huang1-1/+2
2010-09-03AT91: MCI: add SD/MMC driver using mmc frameworkReinhard Meyer1-1/+14
2010-07-05mmc: add function prototype for mmc_set_dev in mmc.hSteve Sakoman1-0/+1
2010-03-07MMC: add weak function to detect MMC/SD cardStefano Babic1-0/+1
2009-08-23include/mmc.h: Fix typo in IS_SD() macroAlbin Tonnerre1-1/+1
2009-06-02mmc: fix response decoding on little endianRabin Vincent1-3/+3
2009-02-16Add MMC FrameworkAndy Fleming1-9/+181
2009-02-16Eliminated arch-specific mmc header requirementAndy Fleming1-1/+52
2009-02-16Convert mmc_init to mmc_legacy_initAndy Fleming1-1/+1
2009-02-16Eliminate support for using MMC as memoryAndy Fleming1-1/+0
2008-06-28MMC: Consolidate MMC/SD command definitionsHaavard Skinnemoen1-0/+24
2003-06-15* Fix CONFIG_NET_MULTI support in include/net.hLABEL_2003_06_16_0055wdenk1-0/+33