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
/
drivers
/
mmc
/
mmc-uclass.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-10
mmc: add a driver callback for power-cycle
Yann Gautier
1
-0
/
+14
2019-09-05
mmc: Rename timeout parameters for clarification
Sam Protsenko
1
-4
/
+4
2019-09-05
dm: mmc: remove unused U_BOOT_DRIVER(mmc)
Andy Yan
1
-4
/
+0
2019-08-30
mmc: invalidate block cache after hwpart switched successfully
Weijie Gao
1
-1
/
+6
2019-07-15
mmc: Parse no-1-8-v DT property
Peng Fan
1
-0
/
+5
2019-07-15
mmc: Parse HS400 Enhanced strobe DT properties
Peng Fan
1
-0
/
+2
2019-07-15
mmc: support hs400 enhanced strobe mode
Peng Fan
1
-0
/
+17
2019-07-15
mmc: if possible, poll the busy state using DAT0
Jean-Jacques Hiblot
1
-2
/
+0
2019-07-15
Revert "mmc: Add a new callback function to perform the 74 clocks cycle seque...
Jean-Jacques Hiblot
1
-13
/
+0
2019-07-15
mmc: Read sd card detect properties from DT
T Karthik Reddy
1
-0
/
+9
2019-02-16
mmc: Downgrade SD/MMC from UHS/HS200/HS400 modes before boot
Marek Vasut
1
-0
/
+19
2018-12-03
mmc: Parse HS400 DT properties
Marek Vasut
1
-0
/
+4
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
1
-2
/
+0
2018-01-22
mmc: let mmc_of_parse() fail for insane bus-width value
Masahiro Yamada
1
-4
/
+2
2018-01-22
mmc: do not overwrite cfg->f_max if "max-frequency" if missing
Masahiro Yamada
1
-1
/
+2
2018-01-12
mmc: add a Kconfig option to enable the support for MMC write operations
Jean-Jacques Hiblot
1
-1
/
+1
2018-01-12
mmc: make UHS and HS200 optional
Jean-Jacques Hiblot
1
-0
/
+4
2018-01-12
dm: mmc: update mmc_of_parse()
Jean-Jacques Hiblot
1
-16
/
+20
2018-01-12
dm: mmc: Add a library function to parse generic dt binding
Kishon Vijay Abraham I
1
-0
/
+46
2018-01-12
mmc: Add support for UHS modes
Jean-Jacques Hiblot
1
-0
/
+14
2018-01-12
mmc: Add a execute_tuning() callback to the mmc operations.
Kishon Vijay Abraham I
1
-0
/
+14
2018-01-12
mmc: Add a new callback function to perform the 74 clocks cycle sequence
Jean-Jacques Hiblot
1
-0
/
+13
2017-08-17
dm: mmc: Drop CONFIG_DM_MMC_OPS
Simon Glass
1
-4
/
+0
2017-08-01
dm: mmc: Allow disabling driver model in SPL
Simon Glass
1
-3
/
+3
2017-06-09
dm: mmc: Avoid probing block devices in find_mmc_device()
Simon Glass
1
-2
/
+4
2017-06-01
dm: mmc: Convert uclass to livetree
Simon Glass
1
-1
/
+2
2017-06-01
dm: mmc: Rewrite mmc_blk_probe()
Simon Glass
1
-6
/
+11
2017-06-01
dm: mmc: Check that drivers have operations
Simon Glass
1
-0
/
+4
2017-06-01
dm: core: Replace of_offset with accessor (part 2)
Simon Glass
1
-1
/
+1
2017-04-04
dm: core: Add flags parameter to device_remove()
Stefan Roese
1
-1
/
+1
2017-02-09
mmc: init mmc block devices on probe
Fiach Antaw
1
-0
/
+12
2017-02-09
mmc: mmc-uclass: use the fixed devnum with alias node
Jaehoon Chung
1
-3
/
+10
2016-10-28
mmc: refactor two core functions
Masahiro Yamada
1
-13
/
+2
2016-10-09
dm: mmc: Support erase
Simon Glass
1
-0
/
+1
2016-08-05
mmc: display mmc list information like mmc_legacy type
Xu Ziyuan
1
-1
/
+1
2016-07-31
mmc-uclass: correct the device number
Kever Yang
1
-3
/
+3
2016-07-11
dm: mmc: Add a way to use driver model for MMC operations
Simon Glass
1
-0
/
+66
2016-07-11
dm: mmc: Move CONFIG_BLK code into the mmc uclass
Simon Glass
1
-0
/
+80
2016-05-17
dm: mmc: Implement the MMC functions for block devices
Simon Glass
1
-0
/
+106
2015-07-21
dm: mmc: Add an MMC uclass
Simon Glass
1
-0
/
+34