index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
mmc.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-14
dm: Drop the block_dev_desc_t typedef
Simon Glass
1
-1
/
+1
2016-02-01
mmc: add missing prototype for mmc_get_env_dev
Clemens Gruber
1
-0
/
+1
2016-01-13
mmc: store hwpart in the block device
Stephen Warren
1
-1
/
+0
2016-01-12
dm: Convert PCI MMC over to use DM PCI API
Simon Glass
1
-4
/
+2
2016-01-04
mmc: update MMC_ERASE argument to match Linux kernel.
Eric Nelson
1
-1
/
+6
2015-07-21
dm: mmc: Add an MMC uclass
Simon Glass
1
-0
/
+22
2015-05-05
mmc: remove the MMC_MODE_HC flag
Rob Herring
1
-2
/
+1
2015-05-05
mmc: Fix splitting device initialization
Andrew Gabbasov
1
-2
/
+1
2015-05-05
mmc: Avoid extra duplicate entry in mmc device structure
Andrew Gabbasov
1
-1
/
+0
2015-05-05
mmc: Fix typo in MMC type checking macro
Andrew Gabbasov
1
-1
/
+1
2015-03-02
Merge branch 'master' of git://git.denx.de/u-boot
Stefano Babic
1
-19
/
+37
2015-02-23
mmc: Implement SD/MMC versioning properly
Pantelis Antoniou
1
-19
/
+37
2015-02-23
mmc: fsl_esdhc: Add CMD11 support to switch to 1.8V
Otavio Salvador
1
-0
/
+1
2015-02-06
x86: mmc: Move common FSP functions into a common file
Simon Glass
1
-0
/
+14
2015-01-19
mmc: extend mmcinfo output to show partition write reliability settings
Diego Santa Cruz
1
-0
/
+1
2015-01-19
mmc: extend the mmc hardware partitioning API with write reliability
Diego Santa Cruz
1
-1
/
+12
2015-01-19
mmc: add API to do eMMC hardware partitioning
Diego Santa Cruz
1
-0
/
+20
2015-01-19
mmc: read the high capacity WP group size for eMMC
Diego Santa Cruz
1
-0
/
+1
2015-01-19
mmc: fix erase_grp_size computation with high-capacity size definition
Diego Santa Cruz
1
-1
/
+1
2015-01-19
mmc: read the size of eMMC enhanced user data area
Diego Santa Cruz
1
-0
/
+4
2015-01-19
mmc: extend mmcinfo to show enhanced partition attribute
Diego Santa Cruz
1
-0
/
+6
2014-12-12
mmc: Fix handling of bus widths and DDR card capabilities
Andrew Gabbasov
1
-0
/
+1
2014-12-12
MMC: add MMC_VERSION_5_0
Markus Niebel
1
-0
/
+1
2014-12-12
MMC: fix user capacity for partitioned eMMC card
Markus Niebel
1
-0
/
+3
2014-12-04
mmc: Board-specific MMC power initializations
Paul Kocialkowski
1
-0
/
+1
2014-10-25
mmc: add prototype for mmc_get_env_addr
Jeroen Hofstee
1
-0
/
+1
2014-07-18
mmc: prevent some warnings with make W=1
Jeroen Hofstee
1
-1
/
+3
2014-06-02
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
Albert ARIBAUD
1
-12
/
+13
2014-05-23
eMMC: add support for operations in RPMB partition
Pierre Aubert
1
-1
/
+9
2014-05-23
mmc: Handle switch error status bit in MMC card status
Andrew Gabbasov
1
-0
/
+2
2014-05-16
mmc: support the DDR mode for eMMC
Jaehoon Chung
1
-0
/
+7
2014-05-16
mmc: remove the unnecessary define and fix the wrong bit control
Jaehoon Chung
1
-12
/
+6
2014-05-05
mmc: mmc header fix
Mateusz Zalega
1
-0
/
+1
2014-04-08
Merge branch 'u-boot/master' into 'u-boot-arm/master'
Albert ARIBAUD
1
-14
/
+37
2014-04-02
mmc: Add 'mmc rst-function' sub-command
Tom Rini
1
-0
/
+3
2014-03-28
blackfin: mmc: Correct mmc_host_is_spi and bfin_sdh.c
Tom Rini
1
-1
/
+1
2014-03-24
mmc: Split mmc struct, rework mmc initialization (v2)
Pantelis Antoniou
1
-9
/
+22
2014-03-24
mmc: Convert mmc struct's name array to a pointer
Pantelis Antoniou
1
-1
/
+1
2014-03-24
mmc: Remove ops from struct mmc and put in mmc_ops
Pantelis Antoniou
1
-6
/
+13
2014-03-05
Merge branch 'master' of git://git.denx.de/u-boot-arm
Stefano Babic
1
-2
/
+7
2014-03-05
mmc: Add a prototype for board_mmc_init()
Fabio Estevam
1
-0
/
+2
2014-02-07
cmd_mmc.c: Drop open/close mmc sub-commands
Tom Rini
1
-2
/
+0
2014-02-07
cmd_mmc.c: Add bootbus mmc sub-command
Tom Rini
1
-0
/
+5
2014-02-07
cmd_mmc.c: Add 'partconf' command to mmc
Tom Rini
1
-0
/
+2
2014-01-09
mmc: add setdsr support
Markus Niebel
1
-0
/
+3
2014-01-08
include/mmc.h: Remove declaration for spl_mmc_load()
Lad, Prabhakar
1
-1
/
+0
2013-10-31
mmc: Fix erase_grp_size for partitioned card
Oliver Metz
1
-0
/
+2
2013-09-17
mmc: size optimization when !CONFIG_MMC_SPI
Paul Burton
1
-0
/
+4
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
1
-17
/
+1
2013-06-22
Merge branch 'master' of git://git.denx.de/u-boot-arm
Tom Rini
1
-0
/
+26
[next]