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
2018-05-08
mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.h
Jaehoon Chung
1
-0
/
+3
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2018-02-19
mmc: fix bug in mmc_startup_v4()
Jean-Jacques Hiblot
1
-0
/
+1
2018-01-12
mmc: remove hc_wp_grp_size from struct mmc if not needed
Jean-Jacques Hiblot
1
-0
/
+2
2018-01-12
mmc: don't read the size of eMMC enhanced user data area in SPL
Jean-Jacques Hiblot
1
-0
/
+2
2018-01-12
mmc: compile out erase and write mmc commands if write operations are not ena...
Jean-Jacques Hiblot
1
-0
/
+2
2018-01-12
mmc: read ssr only if MMC write support is enabled
Jean-Jacques Hiblot
1
-0
/
+2
2018-01-12
mmc: make UHS and HS200 optional
Jean-Jacques Hiblot
1
-4
/
+23
2018-01-12
dm: mmc: update mmc_of_parse()
Jean-Jacques Hiblot
1
-1
/
+10
2018-01-12
dm: mmc: Add a library function to parse generic dt binding
Kishon Vijay Abraham I
1
-0
/
+1
2018-01-12
mmc: add a library function to send tuning command
Jean-Jacques Hiblot
1
-0
/
+1
2018-01-12
mmc: use the right voltage level for MMC DDR and HS200 modes
Jean-Jacques Hiblot
1
-3
/
+17
2018-01-12
mmc: Retry some MMC cmds on failure
Kishon Vijay Abraham I
1
-0
/
+4
2018-01-12
mmc: Change mode when switching to a boot partition
Jean-Jacques Hiblot
1
-1
/
+6
2018-01-12
mmc: disable UHS modes if Vcc cannot be switched on and off
Jean-Jacques Hiblot
1
-0
/
+1
2018-01-12
mmc: Add support for UHS modes
Jean-Jacques Hiblot
1
-1
/
+39
2018-01-12
mmc: add HS200 support in MMC core
Kishon Vijay Abraham I
1
-0
/
+18
2018-01-12
mmc: Add a execute_tuning() callback to the mmc operations.
Kishon Vijay Abraham I
1
-0
/
+11
2018-01-12
mmc: add a new mmc parameter to disable mmc clock
Kishon Vijay Abraham I
1
-1
/
+11
2018-01-12
mmc: Add a new callback function to perform the 74 clocks cycle sequence
Jean-Jacques Hiblot
1
-0
/
+10
2018-01-12
mmc: Enable signal voltage to be selected from mmc core
Kishon Vijay Abraham I
1
-0
/
+8
2018-01-12
mmc: make mmc_set_ios() return status
Kishon Vijay Abraham I
1
-1
/
+1
2018-01-12
mmc: refactor MMC startup to make it easier to support new modes
Jean-Jacques Hiblot
1
-0
/
+11
2018-01-12
mmc: refactor SD startup to make it easier to support new modes
Jean-Jacques Hiblot
1
-0
/
+1
2018-01-12
mmc: Add a function to dump the mmc capabilities
Jean-Jacques Hiblot
1
-0
/
+1
2018-01-12
mmc: introduce mmc modes
Jean-Jacques Hiblot
1
-6
/
+29
2018-01-12
mmc: make ext_csd part of struct mmc
Jean-Jacques Hiblot
1
-0
/
+1
2018-01-12
mmc: dm: get the IO-line and main voltage regulators from the dts
Jean-Jacques Hiblot
1
-0
/
+4
2017-08-17
cmd: mmc: add mmc partconf read capability
Angelo Dureghello
1
-0
/
+4
2017-08-17
dm: mmc: Drop CONFIG_DM_MMC_OPS
Simon Glass
1
-3
/
+3
2017-08-01
Merge git://git.denx.de/u-boot-x86
Tom Rini
1
-12
/
+0
2017-08-01
x86: Convert MMC to driver model
Simon Glass
1
-12
/
+0
2017-08-01
dm: mmc: Allow disabling driver model in SPL
Simon Glass
1
-6
/
+6
2017-06-27
Revert "x86: Convert MMC to driver model"
Bin Meng
1
-0
/
+12
2017-05-29
mmc: Change 'part_config' to be a u8 not char.
Tom Rini
1
-1
/
+1
2017-05-17
x86: Convert MMC to driver model
Simon Glass
1
-12
/
+0
2017-01-11
mmc: change the set_ios return type from void to int
Jaehoon Chung
1
-1
/
+1
2016-12-01
mmc: Tinification of the mmc code
Marek Vasut
1
-0
/
+1
2016-12-01
mmc: add bkops-enable command
Tomas Melin
1
-0
/
+6
2016-09-20
mmc: sd: extracting erase related information from sd status
Peng Fan
1
-0
/
+9
2016-08-05
mmc: use the generic error number
Jaehoon Chung
1
-6
/
+0
2016-07-31
mmc-uclass: correct the device number
Kever Yang
1
-0
/
+6
2016-07-11
dm: mmc: Add a way to use driver model for MMC operations
Simon Glass
1
-1
/
+65
2016-06-20
mmc: add MMC_VERSION_5_1
Stefan Wahren
1
-0
/
+1
2016-05-26
mmc: Drop dead mmc code for non-generic MMC
Simon Glass
1
-4
/
+0
2016-05-26
mmc: Drop mmc_register()
Simon Glass
1
-1
/
+0
2016-05-17
dm: mmc: Add support for driver-model block devices
Simon Glass
1
-0
/
+4
2016-05-17
dm: mmc: Add a way to bind MMC devices with driver model
Simon Glass
1
-0
/
+22
2016-05-17
dm: mmc: Set up the device pointer when using the MMC uclass
Simon Glass
1
-0
/
+3
2016-05-17
dm: mmc: Use the new select_hwpart() API
Simon Glass
1
-1
/
+0
[next]