index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
gen_atmel_mci.c
Age
Commit message (
Expand
)
Author
2022-12-05
global: Move remaining CONFIG_SYS_* to CFG_SYS_*
Tom Rini
2022-08-10
common: Drop display_options.h from common header
Simon Glass
2020-12-13
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-08-22
treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()
Masahiro Yamada
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2018-01-12
mmc: atmel: when sending a data command, use the provided block size
Jean-Jacques Hiblot
2017-08-17
mmc: gen_atmel_mci: Fix wrong arguments used of bind()
Wenyou.Yang@microchip.com
2017-06-01
dm: Rename dev_addr..() functions
Simon Glass
2017-06-01
dm: Use dm.h header when driver mode is used
Simon Glass
2017-04-14
mmc: gen_atmel_mci: add driver model support for mci
Wenyou Yang
2017-01-11
mmc: change the set_ios return type from void to int
Jaehoon Chung
2016-09-23
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2016-08-05
mmc: use the generic error number
Jaehoon Chung
2016-01-27
mmc: atmel: Properly fix clock configuration
Gregory CLEMENT
2015-11-01
mmc: atmel: Zap global 'initialized' variable
Marek Vasut
2015-11-01
mmc: atmel: Implement proper private data
Marek Vasut
2015-11-01
mmc: atmel: Fix clock configuration
Marek Vasut
2015-11-01
mmc: atmel: Silence debug output
Marek Vasut
2014-08-01
MMC: atmel_mci: enable high speed mode support
Bo Shen
2014-08-01
MMC: atmel_mci: refactor setting the mode register
Bo Shen
2014-05-27
mmc: atmel_mci: fix print incorrect buffer content for debug
Wu, Josh
2014-03-24
mmc: Split mmc struct, rework mmc initialization (v2)
Pantelis Antoniou
2014-03-24
mmc: Convert mmc struct's name array to a pointer
Pantelis Antoniou
2014-03-24
mmc: Remove ops from struct mmc and put in mmc_ops
Pantelis Antoniou
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-05-12
mmc: atmel_mci: add mmc card support
Bo Shen
2013-05-12
mmc: atmel_mci: using IP version for different setting
Bo Shen
2013-03-08
mmc: add support for write protection
Nikita Kiryanov
2012-10-17
mmc: at91: use max timeout value. It will avoid some situation that timeout h...
Wu, Josh
2012-10-17
mmc: at91: add multi block read/write support.
Wu, Josh
2012-01-08
mmc: Implement card detection.
Thierry Reding
2011-07-28
Revert "AT91:mmc:fix multiple read/write error"
Andy Fleming
2011-07-15
AT91:mmc:fix multiple read/write error
elen.song
2011-05-18
ATMEL: fix related common atmel driver files
Reinhard Meyer
2011-04-29
MMC: make b_max unconditional
John Rigby
2010-12-07
AT91: gen_atmel_mci.c: fix bug when Slot B is used
Reinhard Meyer
2010-09-03
AT91: MCI: add SD/MMC driver using mmc framework
Reinhard Meyer