summaryrefslogtreecommitdiff
path: root/drivers/mmc/gen_atmel_mci.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-06global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-4/+4
2022-08-10common: Drop display_options.h from common headerSimon Glass1-0/+1
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-7/+7
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-08-22treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()Masahiro Yamada1-1/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-01-12mmc: atmel: when sending a data command, use the provided block sizeJean-Jacques Hiblot1-22/+20
2017-08-17mmc: gen_atmel_mci: Fix wrong arguments used of bind()Wenyou.Yang@microchip.com1-22/+42
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass1-1/+1
2017-04-14mmc: gen_atmel_mci: add driver model support for mciWenyou Yang1-1/+157
2017-01-11mmc: change the set_ios return type from void to intJaehoon Chung1-1/+3
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-08-05mmc: use the generic error numberJaehoon Chung1-5/+5
2016-01-27mmc: atmel: Properly fix clock configurationGregory CLEMENT1-3/+12
2015-11-02mmc: atmel: Zap global 'initialized' variableMarek Vasut1-4/+4
2015-11-02mmc: atmel: Implement proper private dataMarek Vasut1-15/+25
2015-11-02mmc: atmel: Fix clock configurationMarek Vasut1-0/+2
2015-11-02mmc: atmel: Silence debug outputMarek Vasut1-6/+6
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-05-27mmc: atmel_mci: fix print incorrect buffer content for debugWu, Josh1-2/+3
2014-03-24mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou1-17/+26
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-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-05-12mmc: atmel_mci: add mmc card supportBo Shen1-1/+4
2013-05-12mmc: atmel_mci: using IP version for different settingBo Shen1-4/+38
2013-03-09mmc: add support for write protectionNikita Kiryanov1-0/+1
2012-10-17mmc: at91: use max timeout value. It will avoid some situation that timeout h...Wu, Josh1-2/+2
2012-10-17mmc: at91: add multi block read/write support.Wu, Josh1-0/+11
2012-01-09mmc: Implement card detection.Thierry Reding1-0/+1
2011-07-29Revert "AT91:mmc:fix multiple read/write error"Andy Fleming1-4/+0
2011-07-16AT91:mmc:fix multiple read/write errorelen.song1-0/+4
2011-05-18ATMEL: fix related common atmel driver filesReinhard Meyer1-1/+1
2011-04-29MMC: make b_max unconditionalJohn Rigby1-0/+2
2010-12-07AT91: gen_atmel_mci.c: fix bug when Slot B is usedReinhard Meyer1-0/+1
2010-09-03AT91: MCI: add SD/MMC driver using mmc frameworkReinhard Meyer1-0/+353