Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
4ccd99527fa8aaf510cac9e893c80e4ad6f1e030
/
drivers
/
mmc
/
mmc.c
2dd337a
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
by Simon Glass
· Wed Sep 02 17:24:58 2015 -0600
df8aa52
mmc: Probe DM based mmc devices in u-boot
by Sjoerd Simons
· Sun Aug 30 16:55:45 2015 -0600
13df57b
mmc: Protect `mmc_initialize` from initialising mmc multiple times
by Daniel Kochmański
· Fri May 29 16:55:43 2015 +0200
a4343c4
mmc: Add debug() output on read errors
by Simon Glass
· Tue Jun 23 15:38:50 2015 -0600
1e8eb1b
dm: mmc: Add an MMC uclass
by Simon Glass
· Tue Jun 23 15:38:48 2015 -0600
d3cbf12
Merge git://git.denx.de/u-boot-mpc85xx
by Tom Rini
· Tue May 05 14:57:23 2015 -0400
5fd3edd
mmc: remove the MMC_MODE_HC flag
by Rob Herring
· Mon Mar 23 17:56:59 2015 -0500
3a669bc
mmc: Fix splitting device initialization
by Andrew Gabbasov
· Thu Mar 19 07:44:07 2015 -0500
034857c
mmc: Restructure polling loops to avoid extra delays
by Andrew Gabbasov
· Thu Mar 19 07:44:06 2015 -0500
5a513ca
mmc: Continue polling MMC card for OCR only if it is still not ready
by Andrew Gabbasov
· Thu Mar 19 07:44:05 2015 -0500
fafa6a0
mmc: Do not pass external mmc_cmd structure to mmc_send_op_cond_iter()
by Andrew Gabbasov
· Thu Mar 19 07:44:04 2015 -0500
ec600d1
mmc: Avoid extra duplicate entry in mmc device structure
by Andrew Gabbasov
· Thu Mar 19 07:44:03 2015 -0500
b124f8a
mmc: fsl_esdhc: Add adapter card type identification support
by Yangbo Lu
· Wed Apr 22 13:57:00 2015 +0800
7bc4e30
mmc: print SD/eMMC type for inited mmc devices
by Przemyslaw Marczak
· Fri Feb 20 12:29:27 2015 +0100
ccb7b04
mmc: Skip changing bus width for MMC cards earlier than version 4.0
by Andrew Gabbasov
· Thu Dec 25 10:22:25 2014 -0600
c1b2cf0
mmc: Avoid redundant switching to 1-bit bus width for MMC cards
by Andrew Gabbasov
· Thu Dec 25 10:22:24 2014 -0600
37a50b9
mmc: extend mmcinfo output to show partition write reliability settings
by Diego Santa Cruz
· Tue Dec 23 10:50:33 2014 +0100
8020027
mmc: extend the mmc hardware partitioning API with write reliability
by Diego Santa Cruz
· Tue Dec 23 10:50:31 2014 +0100
69eb71a0
mmc: add API to do eMMC hardware partitioning
by Diego Santa Cruz
· Tue Dec 23 10:50:29 2014 +0100
ca25e06
mmc: the ext_csd data may be used during init even if reading failed
by Diego Santa Cruz
· Tue Dec 23 10:50:28 2014 +0100
a7a7599
mmc: eMMC partitioning data is not effective till partitioning completed
by Diego Santa Cruz
· Tue Dec 23 10:50:27 2014 +0100
61b78fe
mmc: read the high capacity WP group size for eMMC
by Diego Santa Cruz
· Tue Dec 23 10:50:25 2014 +0100
747f6fa
mmc: fix erase_grp_size computation with high-capacity size definition
by Diego Santa Cruz
· Tue Dec 23 10:50:24 2014 +0100
3b62d84
mmc: read the size of eMMC enhanced user data area
by Diego Santa Cruz
· Tue Dec 23 10:50:22 2014 +0100
e5a2a3a
mmc: computation of eMMC GP partition size was missing 512 KiB factor
by Diego Santa Cruz
· Tue Dec 23 10:50:21 2014 +0100
cea8c5c
mmc: incomplete test to switch to high-capacity group size definitions
by Diego Santa Cruz
· Tue Dec 23 10:50:20 2014 +0100
c145f9e
mmc: extend mmcinfo to show enhanced partition attribute
by Diego Santa Cruz
· Tue Dec 23 10:50:17 2014 +0100
532663b
mmc: Fix block length for DDR mode
by Andrew Gabbasov
· Mon Dec 01 06:59:11 2014 -0600
95a3713
mmc: Fix Dual Data Rate capability recognition
by Andrew Gabbasov
· Mon Dec 01 06:59:10 2014 -0600
9fc2a41
mmc: Fix handling of bus widths and DDR card capabilities
by Andrew Gabbasov
· Mon Dec 01 06:59:09 2014 -0600
32f53b6
MMC: add MMC_VERSION_5_0
by Markus Niebel
· Tue Nov 18 15:13:53 2014 +0100
6d39892
MMC: fix user capacity for partitioned eMMC card
by Markus Niebel
· Tue Nov 18 15:11:42 2014 +0100
456104e
mmc: Cosmetic fix for nicer, aligned device list printout
by Lubomir Popov
· Tue Nov 11 12:25:42 2014 +0200
2439fe9
mmc: Board-specific MMC power initializations
by Paul Kocialkowski
· Sat Nov 08 20:55:45 2014 +0100
968f6c0
mmc: Fix mmc bus width
by Mario Schuknecht
· Tue Sep 30 17:04:42 2014 +0200
45fde89
mmc: restore capacity when switching to partition 0
by Peter Bigot
· Tue Sep 02 18:31:23 2014 -0500
15e874d
mmc: fix ERASE_GRP_DEF handling
by Hannes Petermaier
· Fri Aug 08 09:47:22 2014 +0200
aedeeaa
mmc: prevent some warnings with make W=1
by Jeroen Hofstee
· Sat Jul 12 21:24:08 2014 +0200
4772630
dirvers: mmc: use __weak
by Jeroen Hofstee
· Thu Jul 10 22:46:28 2014 +0200
bf0c785
mmc: return meaningful error codes from mmc_select_hwpart
by Stephen Warren
· Fri May 23 12:47:06 2014 -0600
e61f9f6
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· Mon Jun 02 08:43:48 2014 +0200
52c44e4
mmc: provide a select_hwpart implementation for get_device()
by Stephen Warren
· Wed May 07 12:19:02 2014 -0600
e80682f
mmc: Handle switch error status bit in MMC card status
by Andrew Gabbasov
· Thu Apr 03 04:34:32 2014 -0500
da35178
mmc: postponed needless timer initialization
by Mateusz Zalega
· Tue Apr 29 20:15:30 2014 +0200
38ce30b
mmc: support the DDR mode for eMMC
by Jaehoon Chung
· Fri May 16 13:59:54 2014 +0900
0d1791d
mmc: remove the unnecessary define and fix the wrong bit control
by Jaehoon Chung
· Fri May 16 13:59:53 2014 +0900
35a3ea1
mmc: Add 'mmc rst-function' sub-command
by Tom Rini
· Fri Feb 07 14:15:20 2014 -0500
2c85046
mmc: Split mmc struct, rework mmc initialization (v2)
by Pantelis Antoniou
· Tue Mar 11 19:34:20 2014 +0200
c9e7591
mmc: Remove ops from struct mmc and put in mmc_ops
by Pantelis Antoniou
· Wed Feb 26 19:28:45 2014 +0200
f85cd82
cmd_mmc.c: Drop open/close mmc sub-commands
by Tom Rini
· Wed Feb 05 10:24:23 2014 -0500
4cf854c
cmd_mmc.c: Add bootbus mmc sub-command
by Tom Rini
· Wed Feb 05 10:24:22 2014 -0500
f8c6f79
cmd_mmc.c: Add 'partconf' command to mmc
by Tom Rini
· Wed Feb 05 10:24:21 2014 -0500
f6545f1
mmc: set rca to 1 for MMC cards
by Stephen Warren
· Thu Jan 30 16:11:12 2014 -0700
0395141
mmc: add setdsr support
by Markus Niebel
· Mon Dec 16 13:40:46 2013 +0100
b3f1409
mmc: Fix erase_grp_size for partitioned card
by Oliver Metz
· Tue Oct 01 20:32:07 2013 +0200
8d30cc9
mmc: don't support write & erase for SPL builds
by Paul Burton
· Mon Sep 09 15:30:26 2013 +0100
6a7c5ba
mmc: don't call *printf or puts when SPL & !CONFIG_SPL_LIBCOMMON_SUPPORT
by Paul Burton
· Wed Sep 04 16:12:25 2013 +0100
03652dd
mmc: Remove unused variable backup from mmc_send_cmd()
by Oleksandr Tyshchenko
· Tue Aug 06 13:50:10 2013 +0300
9ff7026
powerpc: mpc85xx: Support booting from SD Card with SPL
by Ying Zhang
· Fri Aug 16 15:16:11 2013 +0800
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· Mon Jul 08 09:37:19 2013 +0200
4bdf6fd
Fix block device accesses beyond 2TiB
by Sascha Silbe
· Fri Jun 14 13:07:25 2013 +0200
85bfd2e
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· Sat Jun 22 07:38:12 2013 -0400
e259cfa
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· Wed Jun 19 12:53:59 2013 +0200
e315ae8
mmc: report capacity for the selected partition
by Stephen Warren
· Tue Jun 11 15:14:01 2013 -0600
aa05e01
mmc write bug fix
by Ruud Commandeur
· Wed May 22 13:19:43 2013 +0200
1104e9b
MMC: APIs to support resize of EMMC boot partition
by Amar
· Sat Apr 27 11:42:58 2013 +0530
4a2c7d7
mmc: Split device init to decouple OCR-polling delay
by Che-Liang Chiou
· Wed Nov 28 15:21:13 2012 +0000
2eec2ab
part/dev_desc: Add log2 of blocksize to block_dev_desc data struct
by Egbert Eich
· Tue Apr 09 21:11:56 2013 +0000
a09c2b7
mmc: Define a constant for the maximum block size
by Simon Glass
· Wed Apr 03 08:54:30 2013 +0000
d552bd1
mmc: check the revision for sd3.0
by Jaehoon Chung
· Tue Jan 29 22:58:16 2013 +0000
6108ef6
mmc: support the correct card version for eMMC
by Jaehoon Chung
· Tue Jan 29 19:31:16 2013 +0000
f7b1510
mmc: mmc_getcd/getwp: use sensible defaults
by Peter Korsgaard
· Thu Mar 21 04:00:03 2013 +0000
020f261
mmc: add support for write protection
by Nikita Kiryanov
· Mon Dec 03 02:19:46 2012 +0000
eb766ad
mmc: Properly determine maximum supported bus width
by Andy Fleming
· Wed Oct 31 19:02:38 2012 +0000
7367ec2
mmc: Fix interpretation of MMC_CMD_ALL_SEND_CID
by Taylor Hutt
· Sat Oct 20 17:15:59 2012 +0000
87ea389
drivers/mmc/mmc.c: sparse fixes
by Kim Phillips
· Mon Oct 29 13:34:43 2012 +0000
5ac2064
MMC: Remove the MMC bounce buffer
by Marek Vasut
· Sun Aug 26 15:19:09 2012 +0000
6ce8aed
mmc_get_dev: Return error if mmc_init fails
by Benoît Thébaudeau
· Fri Aug 10 08:59:12 2012 +0000
009784c
mmc: detect boot sectors using EXT_CSD_BOOT_MULT too
by Stephen Warren
· Mon Jul 30 10:55:43 2012 +0000
5cbfa8e7a
MMC: u-boot-spl may be compiled without partition support
by Mikhail Kshevetskiy
· Mon Jul 09 08:53:38 2012 +0000
f6bec73
mmc: fix capacity calculation when EXT_CSD_SEC_CNT is used
by Yoshihiro Shimoda
· Thu Jun 07 19:09:11 2012 +0000
1be00d9
mmc: fix wrong timeout check in mmc_send_status()
by Jongman Heo
· Sun Jun 03 21:32:13 2012 +0000
ee939dd
mmc: Remove unused item flags in struct mmc_cmd
by Kaspter Ju
· Thu May 31 04:27:50 2012 +0000
15c9ad9
SD/MMC: check the card status during erase operation
by Jerry Huang
· Thu May 17 23:00:51 2012 +0000
65b04cf
mmc:fix Call mmc_init() when executing mmc_get_dev()
by Łukasz Majewski
· Thu Apr 19 02:39:18 2012 +0000
e1d4c7b
mmc: remove the hard setting for tran_speed
by Jaehoon Chung
· Mon Mar 26 21:16:03 2012 +0000
b6fe0dc
mmc:fix: Set mmc width according to MMC host capabilities
by Łukasz Majewski
· Mon Mar 12 22:07:18 2012 +0000
c9cb4a9
mmc: Fix warning if CONFIG_MMC_TRACE is enabled
by Dirk Behme
· Thu Mar 08 02:35:34 2012 +0000
dfad56c
drivers/mmc/mmc.c: Fix build warning
by Anatolij Gustschin
· Wed Mar 28 21:24:32 2012 +0000
dccb608
MMC: Implement generic bounce buffer
by Marek Vasut
· Thu Mar 15 18:41:35 2012 +0000
3178932
mmc: make mmc_send_status() more reliable
by Jan Kloetzke
· Sun Feb 05 22:29:12 2012 +0000
4e929dd
mmc: fix card busy polling
by Jan Kloetzke
· Sun Feb 05 22:29:11 2012 +0000
b9c8b77
mmc: Implement card detection.
by Thierry Reding
· Mon Jan 02 01:15:37 2012 +0000
d7aebf4
mmc: Change board_mmc_getcd() function prototype.
by Thierry Reding
· Mon Jan 02 01:15:36 2012 +0000
24e92ec
mmc: add host_caps checking avoid switch card improperly
by Macpaul Lin
· Mon Nov 28 16:31:09 2011 +0000
028bde1
Revert "mmc: retry the cmd8 to meet 74 clocks requirement in the spec"
by Macpaul Lin
· Mon Nov 14 23:35:39 2011 +0000
4a32fba
mmc: CMD7:MMC_CMD_SELECT_CARD response fix
by Ajay Bhargav
· Wed Oct 05 03:13:23 2011 +0000
4f5a6a5
mmc: test mmc bus width on startup
by Lei Wen
· Mon Oct 03 20:35:11 2011 +0000
217467f
mmc: change magic number to macro define
by Lei Wen
· Mon Oct 03 20:35:10 2011 +0000
2ecf6e9
mmc: retry the cmd8 to meet 74 clocks requirement in the spec
by Lei Wen
· Fri Sep 02 17:34:17 2011 +0000
Next »