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