index
:
arm-boot/u-boot-imx.git
imx_3.14.38_6ul_engr
imx_v2009.08
imx_v2009.08_1.1.0
imx_v2009.08_10.04.01
imx_v2009.08_10.05.02
imx_v2009.08_10.07.11
imx_v2009.08_10.10.01
imx_v2009.08_10.11.01
imx_v2009.08_10.12.01
imx_v2009.08_11.04.01
imx_v2009.08_11.05.01
imx_v2009.08_11.09.01
imx_v2009.08_11.11.01
imx_v2009.08_12.01.01
imx_v2009.08_12.02.01
imx_v2009.08_12.09.01
imx_v2009.08_12.10.02
imx_v2009.08_3.0.0
imx_v2009.08_3.0.35_4.0.0
imx_v2009.08_3.0.35_4.1.0
imx_v2009.08_r13.4.y
imx_v2013.04_3.10.17_1.0.0_beta
imx_v2013.04_3.10.17_1.0.0_ga
imx_v2013.04_3.10.31_1.1.0_alpha
imx_v2013.04_3.10.9_1.0.0_alpha
imx_v2013.04_3.5.7_1.0.0_alpha
imx_v2014.04_3.10.31_1.1.0_beta
imx_v2014.04_3.10.31_1.1.0_beta2
imx_v2014.04_3.10.53_1.1.0_ga
imx_v2014.04_3.14.28_1.0.0_ga
imx_v2014.04_3.14.28_7d_alpha
imx_v2014.04_3.14.38_6qp_beta
imx_v2014.04_kk4.4.3_2.y
imx_v2015.04
imx_v2015.04_3.14.38_6qp_ga
imx_v2015.04_3.14.38_6ul7d_beta
imx_v2015.04_3.14.38_6ul_ga
imx_v2015.04_3.14.52_1.1.0_ga
imx_v2015.04_4.1.15_1.0.0_ga
imx_v2015.04_brillo
imx_v2016.03_4.1.15_2.0.0_ga
imx_v2016.03_4.1.30_7ulp_alpha
imx_v2016.03_4.1.33_7ulp_beta
imx_v2017.03_4.9.11_1.0.0_ga
isee_imx_v2017.03_4.9.11_1.0.0_ga
isee_imx_v2017.03_4.9.11_1.0.0_ga_TEST
maddev-imx-android-r10.3
maddev-imx-android-r13.2
master
scm-imx_v2016.03_4.1.15_2.0.0_ga
U-boot NXP imx6
git@iatec.biz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
mmc.c
Commit message (
Expand
)
Author
Age
Lines
*
mmc: Print error code for mmc_complete_init failure
Jagan Teki
2017-01-23
-1
/
+3
*
mmc: Tinification of the mmc code
Marek Vasut
2016-12-01
-1
/
+30
*
mmc: Fix warning if debug() is not used
Marek Vasut
2016-12-01
-1
/
+1
*
mmc: add bkops-enable command
Tomas Melin
2016-12-01
-0
/
+34
*
mmc: Retry the switch command
Maxime Ripard
2016-11-16
-4
/
+11
*
mmc: add the device name in debugging message for supplying vmmc
Jaehoon Chung
2016-10-28
-1
/
+1
*
mmc: introduce mmc_power_init
Peng Fan
2016-10-28
-1
/
+29
*
mmc: sd: extracting erase related information from sd status
Peng Fan
2016-09-20
-0
/
+68
*
mmc: send CMD0 before CMD1 for some MMC cards
Yangbo Lu
2016-08-16
-0
/
+3
*
mmc: use the generic error number
Jaehoon Chung
2016-08-05
-9
/
+9
*
dm: mmc: Add a way to use driver model for MMC operations
Simon Glass
2016-07-11
-3
/
+18
*
mmc: Move tracing code into separate functions
Simon Glass
2016-07-11
-15
/
+26
*
mmc: Move MMC boot code into its own file
Simon Glass
2016-07-11
-125
/
+1
*
dm: mmc: Move non-CONFIG_BLK code into mmc_legacy.c
Simon Glass
2016-07-11
-95
/
+0
*
dm: mmc: Move CONFIG_BLK code into the mmc uclass
Simon Glass
2016-07-11
-82
/
+3
*
mmc: Add function declarations for mmc_bread() and mmc_switch_part()
Simon Glass
2016-07-11
-5
/
+4
*
mmc: add MMC_VERSION_5_1
Stefan Wahren
2016-06-20
-0
/
+3
*
mmc: revert mmc: Handle switch error status bit in MMC card status
Heiko Schocher
2016-06-09
-3
/
+1
*
dm: mmc: Use cfg directly in mmc_bind()
Simon Glass
2016-05-27
-1
/
+1
*
mmc: Use byte array for multipliers
Simon Glass
2016-05-26
-1
/
+1
*
mmc: Drop mmc_register()
Simon Glass
2016-05-26
-9
/
+0
*
dm: mmc: Add support for driver-model block devices
Simon Glass
2016-05-17
-10
/
+38
*
dm: mmc: Add a way to bind MMC devices with driver model
Simon Glass
2016-05-17
-0
/
+48
*
dm: mmc: Adjust mmc_switch_part() to use a struct mmc
Simon Glass
2016-05-17
-8
/
+4
*
dm: mmc: Move the device list into a separate file
Simon Glass
2016-05-17
-115
/
+34
*
dm: mmc: Use the new select_hwpart() API
Simon Glass
2016-05-17
-1
/
+1
*
dm: mmc: Add a function to obtain the block device
Simon Glass
2016-05-17
-0
/
+5
*
dm: mmc: Implement the select_hwpart() method
Simon Glass
2016-05-17
-0
/
+22
*
dm: mmc: Move mmc_switch_part() above its callers
Simon Glass
2016-05-17
-24
/
+21
*
dm: mmc: Drop the get_dev() function
Simon Glass
2016-05-17
-14
/
+2
*
dm: mmc: Add a legacy block interface for MMC
Simon Glass
2016-05-17
-3
/
+27
*
mmc: Print send_cmd response only when return value is zero
Bin Meng
2016-03-27
-38
/
+42
*
mmc: Fix switch..case indention
Bin Meng
2016-03-27
-70
/
+70
*
dm: block: Rename device number member dev to devnum
Simon Glass
2016-03-14
-4
/
+4
*
dm: part: Rename some partition functions
Simon Glass
2016-03-14
-1
/
+1
*
dm: Drop the block_dev_desc_t typedef
Simon Glass
2016-03-14
-2
/
+2
*
dm: mmc: Try to honour the sequence order
Simon Glass
2016-01-20
-5
/
+15
*
mmc: store hwpart in the block device
Stephen Warren
2016-01-13
-6
/
+12
*
block: pass block dev not num to read/write/erase()
Stephen Warren
2016-01-13
-1
/
+3
*
mmc: mmc: Don't use sprintf when using tiny-printf
Sjoerd Simons
2015-12-13
-1
/
+3
*
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
Simon Glass
2015-09-11
-0
/
+1
*
mmc: Probe DM based mmc devices in u-boot
Sjoerd Simons
2015-09-02
-4
/
+39
*
mmc: Protect `mmc_initialize` from initialising mmc multiple times
Daniel KochmaĆski
2015-07-24
-0
/
+5
*
mmc: Add debug() output on read errors
Simon Glass
2015-07-21
-2
/
+6
*
dm: mmc: Add an MMC uclass
Simon Glass
2015-07-21
-0
/
+2
*
Merge git://git.denx.de/u-boot-mpc85xx
Tom Rini
2015-05-05
-0
/
+6
|
\
|
*
mmc: fsl_esdhc: Add adapter card type identification support
Yangbo Lu
2015-05-04
-0
/
+6
*
|
mmc: remove the MMC_MODE_HC flag
Rob Herring
2015-05-05
-5
/
+2
*
|
mmc: Fix splitting device initialization
Andrew Gabbasov
2015-05-05
-8
/
+8
*
|
mmc: Restructure polling loops to avoid extra delays
Andrew Gabbasov
2015-05-05
-10
/
+17
[next]