index
:
u-boot-fsl-qoriq
master
scalys
Freescale u-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
mmc.c
Age
Commit message (
Expand
)
Author
2016-12-01
mmc: Tinification of the mmc code
Marek Vasut
2016-12-01
mmc: Fix warning if debug() is not used
Marek Vasut
2016-12-01
mmc: add bkops-enable command
Tomas Melin
2016-11-16
mmc: Retry the switch command
Maxime Ripard
2016-10-28
mmc: add the device name in debugging message for supplying vmmc
Jaehoon Chung
2016-10-28
mmc: introduce mmc_power_init
Peng Fan
2016-09-19
mmc: sd: extracting erase related information from sd status
Peng Fan
2016-08-16
mmc: send CMD0 before CMD1 for some MMC cards
Yangbo Lu
2016-08-05
mmc: use the generic error number
Jaehoon Chung
2016-07-11
dm: mmc: Add a way to use driver model for MMC operations
Simon Glass
2016-07-11
mmc: Move tracing code into separate functions
Simon Glass
2016-07-11
mmc: Move MMC boot code into its own file
Simon Glass
2016-07-11
dm: mmc: Move non-CONFIG_BLK code into mmc_legacy.c
Simon Glass
2016-07-11
dm: mmc: Move CONFIG_BLK code into the mmc uclass
Simon Glass
2016-07-11
mmc: Add function declarations for mmc_bread() and mmc_switch_part()
Simon Glass
2016-06-20
mmc: add MMC_VERSION_5_1
Stefan Wahren
2016-06-09
mmc: revert mmc: Handle switch error status bit in MMC card status
Heiko Schocher
2016-05-27
dm: mmc: Use cfg directly in mmc_bind()
Simon Glass
2016-05-27
mmc: Use byte array for multipliers
Simon Glass
2016-05-27
mmc: Drop mmc_register()
Simon Glass
2016-05-17
dm: mmc: Add support for driver-model block devices
Simon Glass
2016-05-17
dm: mmc: Add a way to bind MMC devices with driver model
Simon Glass
2016-05-17
dm: mmc: Adjust mmc_switch_part() to use a struct mmc
Simon Glass
2016-05-17
dm: mmc: Move the device list into a separate file
Simon Glass
2016-05-17
dm: mmc: Use the new select_hwpart() API
Simon Glass
2016-05-17
dm: mmc: Add a function to obtain the block device
Simon Glass
2016-05-17
dm: mmc: Implement the select_hwpart() method
Simon Glass
2016-05-17
dm: mmc: Move mmc_switch_part() above its callers
Simon Glass
2016-05-17
dm: mmc: Drop the get_dev() function
Simon Glass
2016-05-17
dm: mmc: Add a legacy block interface for MMC
Simon Glass
2016-03-27
mmc: Print send_cmd response only when return value is zero
Bin Meng
2016-03-27
mmc: Fix switch..case indention
Bin Meng
2016-03-14
dm: block: Rename device number member dev to devnum
Simon Glass
2016-03-14
dm: part: Rename some partition functions
Simon Glass
2016-03-14
dm: Drop the block_dev_desc_t typedef
Simon Glass
2016-01-21
dm: mmc: Try to honour the sequence order
Simon Glass
2016-01-14
mmc: store hwpart in the block device
Stephen Warren
2016-01-14
block: pass block dev not num to read/write/erase()
Stephen Warren
2015-12-14
mmc: mmc: Don't use sprintf when using tiny-printf
Sjoerd Simons
2015-09-11
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
Simon Glass
2015-09-03
mmc: Probe DM based mmc devices in u-boot
Sjoerd Simons
2015-07-24
mmc: Protect `mmc_initialize` from initialising mmc multiple times
Daniel KochmaĆski
2015-07-21
mmc: Add debug() output on read errors
Simon Glass
2015-07-21
dm: mmc: Add an MMC uclass
Simon Glass
2015-05-05
Merge git://git.denx.de/u-boot-mpc85xx
Tom Rini
2015-05-05
mmc: remove the MMC_MODE_HC flag
Rob Herring
2015-05-05
mmc: Fix splitting device initialization
Andrew Gabbasov
2015-05-05
mmc: Restructure polling loops to avoid extra delays
Andrew Gabbasov
2015-05-05
mmc: Continue polling MMC card for OCR only if it is still not ready
Andrew Gabbasov
2015-05-05
mmc: Do not pass external mmc_cmd structure to mmc_send_op_cond_iter()
Andrew Gabbasov
[next]