summaryrefslogtreecommitdiff
path: root/drivers/mmc/gen_atmel_mci.c
AgeCommit message (Expand)Author
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-01-12mmc: atmel: when sending a data command, use the provided block sizeJean-Jacques Hiblot
2017-08-17mmc: gen_atmel_mci: Fix wrong arguments used of bind()Wenyou.Yang@microchip.com
2017-06-01dm: Rename dev_addr..() functionsSimon Glass
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass
2017-04-14mmc: gen_atmel_mci: add driver model support for mciWenyou Yang
2017-01-11mmc: change the set_ios return type from void to intJaehoon Chung
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-08-05mmc: use the generic error numberJaehoon Chung
2016-01-27mmc: atmel: Properly fix clock configurationGregory CLEMENT
2015-11-01mmc: atmel: Zap global 'initialized' variableMarek Vasut
2015-11-01mmc: atmel: Implement proper private dataMarek Vasut
2015-11-01mmc: atmel: Fix clock configurationMarek Vasut
2015-11-01mmc: atmel: Silence debug outputMarek Vasut
2014-08-01MMC: atmel_mci: enable high speed mode supportBo Shen
2014-08-01MMC: atmel_mci: refactor setting the mode registerBo Shen
2014-05-27mmc: atmel_mci: fix print incorrect buffer content for debugWu, Josh
2014-03-24mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou
2014-03-24mmc: Convert mmc struct's name array to a pointerPantelis Antoniou
2014-03-24mmc: Remove ops from struct mmc and put in mmc_opsPantelis Antoniou
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-05-12mmc: atmel_mci: add mmc card supportBo Shen
2013-05-12mmc: atmel_mci: using IP version for different settingBo Shen
2013-03-08mmc: add support for write protectionNikita Kiryanov
2012-10-17mmc: at91: use max timeout value. It will avoid some situation that timeout h...Wu, Josh
2012-10-17mmc: at91: add multi block read/write support.Wu, Josh
2012-01-08mmc: Implement card detection.Thierry Reding
2011-07-28Revert "AT91:mmc:fix multiple read/write error"Andy Fleming
2011-07-15AT91:mmc:fix multiple read/write errorelen.song
2011-05-18ATMEL: fix related common atmel driver filesReinhard Meyer
2011-04-29MMC: make b_max unconditionalJohn Rigby
2010-12-07AT91: gen_atmel_mci.c: fix bug when Slot B is usedReinhard Meyer
2010-09-03AT91: MCI: add SD/MMC driver using mmc frameworkReinhard Meyer