aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/mxcmmc.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-2/+2
2019-12-02common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2017-01-11mmc: change the set_ios return type from void to intJaehoon Chung1-1/+3
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-08-05mmc: use the generic error numberJaehoon Chung1-3/+3
2014-03-24mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou1-20/+15
2014-03-24mmc: Convert mmc struct's name array to a pointerPantelis Antoniou1-1/+1
2014-03-24mmc: Remove ops from struct mmc and put in mmc_opsPantelis Antoniou1-5/+7
2013-03-08mmc: add support for write protectionNikita Kiryanov1-0/+1
2012-02-12mmc: access mxcmmc from mx31 boardsHelmut Raiger1-5/+3
2012-01-08mmc: Implement card detection.Thierry Reding1-0/+1
2011-04-29MMC: make b_max unconditionalJohn Rigby1-0/+2
2010-03-21mxcmmc: fix warnings due to access 32 bit registers with 16 bit accessorsStefano Babic1-18/+18
2009-08-10Minor coding style cleanup.Wolfgang Denk1-1/+0
2009-08-09mxc-mmc: sdhc host driver for MX2 and MX3 proccessorIlya Yanok1-0/+523