Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
e652af886d1166ef2307357ad38cc4744501c6ac
/
drivers
/
mmc
df5338c
omap_hsmmc.c: Fix build warning on non-omap3
by Tom Rini
· 8 years ago
7cdbe50
mmc: init mmc block devices on probe
by Fiach Antaw
· 8 years ago
ef35496
drivers: mmc: omap_hsmmc: Fix IO Buffer on OMAP36xx
by Adam Ford
· 8 years ago
07ef207
mmc: ftsdc021_sdhci: remove the ftsdc021_sdhci.c
by Jaehoon Chung
· 8 years ago
2910da8
mmc: mmc-uclass: use the fixed devnum with alias node
by Jaehoon Chung
· 8 years ago
dd79d6e
dm: core: Replace of_offset with accessor
by Simon Glass
· 8 years ago
8c1a132
mmc: atmel: rename CONFIG_ATMEL_SDHCI to CONFIG_MMC_SDHCI_ATMEL
by Masahiro Yamada
· 8 years ago
f79df03
mmc: pic32: rename CONFIG_PIC32_SDHCI to CONFIG_MMC_SDHCI_PIC32
by Masahiro Yamada
· 8 years ago
a1262eb
mmc: msm: rename CONFIG_MSM_SDHCI to CONFIG_MMC_SDHCI_MSM
by Masahiro Yamada
· 8 years ago
babe026
mmc: rockchip: rename CONFIG_ROCKCHIP_SDHCI to CONFIG_MMC_SDHCI_ROCKCHIP
by Masahiro Yamada
· 8 years ago
168c57d
mmc: zynq: rename CONFIG_ZYNQ_SDHCI to CONFIG_MMC_SDHCI_ZYNQ
by Masahiro Yamada
· 8 years ago
54f7cfc
mmc: sandbox: rename CONFIG, fix dependency, and use it in Makefile
by Masahiro Yamada
· 8 years ago
7bbebd1
mmc: move CONFIG_GENERIC_MMC to Kconfig
by Masahiro Yamada
· 8 years ago
121fc56
mmc: Add Marvell Xenon SDHCI controller driver
by Stefan Roese
· 8 years ago
a3554ef
mmc: sdhci: Add support for optional controller specific set_ios_post()
by Stefan Roese
· 8 years ago
e916103
mmc: sdhci: Clear SDHCI_CLOCK_CONTROL before configuring the new value
by Stefan Roese
· 8 years ago
9bee2b5
mmc: Print error code for mmc_complete_init failure
by Jagan Teki
· 8 years ago
bc47e0e
mmc: sdhci: Distinguish between base clock and maximum peripheral frequency
by Stefan Herbrechtsmeier
· 8 years ago
b86c4d0
Merge git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 8 years ago
d84139c
mmc: fsl_esdhc: move 'status' property fixup into a weak function
by Yangbo Lu
· 8 years ago
2a99b60
mmc: fsl_esdhc: add 'fsl, esdhc' into of_match table
by Yangbo Lu
· 8 years ago
b99647c
mmc: fsl_esdhc: make GPIO support optional
by Yangbo Lu
· 8 years ago
4b2a8f2
Merge branch 'master' of http://git.denx.de/u-boot-mmc
by Tom Rini
· 8 years ago
41ff529
mmc: sunxi: revive depends on UART0_PORT_F
by Masahiro Yamada
· 8 years ago
483a01d
mmc: pic32_sdhci: rename {pci->pic}32_sdhci_get_cd
by Masahiro Yamada
· 8 years ago
eeb91ad
mmc: sdhci: fix NULL pointer access when host->ops is not set
by Masahiro Yamada
· 8 years ago
9ea1fdf
mmc: rockchip_sdhci: add clock init for mmc
by Kever Yang
· 8 years ago
b2c8868
mmc: move more driver config options to Kconfig
by Masahiro Yamada
· 8 years ago
f1ad728
mmc: move DesignWare-based drivers to Kconfig
by Masahiro Yamada
· 8 years ago
7942e91
mmc: move CONFIG_DWMMC to Kconfig, renaming to CONFIG_MMC_DW
by Masahiro Yamada
· 8 years ago
dc607f8
mmc: rename CONFIG_ROCKCHIP_DWMMC to CONFIG_MMC_DW_ROCKCHIP
by Masahiro Yamada
· 8 years ago
c232653
mmc: uniphier-sd: fix Kconfig dependency
by Masahiro Yamada
· 8 years ago
dcbc443
mmc: sdhci-cadence: add Cadence SD4HC support
by Masahiro Yamada
· 8 years ago
bc00a54
mmc: sdhci: combine the Host controller v3.0 feature into one condition
by Jaehoon Chung
· 8 years ago
f7558ee
mmc: sdhci: remove the SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWER
by Jaehoon Chung
· 8 years ago
46d3c03
mmc: sdhci: move the callback function into sdhci_ops
by Jaehoon Chung
· 8 years ago
d4cb6ba
mmc: s5p_sdhci: add the s5p_set_clock function
by Jaehoon Chung
· 8 years ago
b6cd1d3
mmc: change the set_ios return type from void to int
by Jaehoon Chung
· 8 years ago
730a595
mmc: sdhci: remove the SDHCI_QUIRK_NO_CD
by Jaehoon Chung
· 8 years ago
9174eb4
mmc: pic32_sdhci: move the code to pic32_sdhci.c
by Jaehoon Chung
· 8 years ago
1e81af8
mmc: sdhci: remove the unused code about testing Card detect
by Jaehoon Chung
· 8 years ago
665152e
mmc: sdhci: disable the 8bit mode when host doesn't support it
by Jaehoon Chung
· 8 years ago
097e360
mmc: move CONFIG_SYS_FSL_ERRATUM_ESDHC* to Kconfig
by York Sun
· 8 years ago
bfd110f
mmc: move MMC_SDHCI_IO_ACCESSORS to Kconfig
by Masahiro Yamada
· 8 years ago
124f6ce
mmc: move some SDHCI related options to Kconfig
by Masahiro Yamada
· 8 years ago
7db8c17
mmc: move CONFIG_SDHCI to Kconfig, renaming to CONFIG_MMC_SDHCI
by Masahiro Yamada
· 8 years ago
e8b9972
mmc: make MMC driver entries dependent on MMC
by Masahiro Yamada
· 8 years ago
a5ed4be
mmc: complete unfinished move of CONFIG_MMC
by Masahiro Yamada
· 8 years ago
2cdeab2
mmc: Extend dependencies for zynq sdhci
by Michal Simek
· 8 years ago
ab095d0
mmc: spear: remove the entire spear_sdhci.c file
by Jaehoon Chung
· 8 years ago
d999d05
ARM: OMAP4+: Add support for getting pbias info from board
by Lokesh Vutla
· 8 years ago
813fe9d
ARM: DRA7x/AM57xx: Get rid of CONFIG_AM57XX
by Nishanth Menon
· 8 years ago
f537e39
mmc: Tinification of the mmc code
by Marek Vasut
· 8 years ago
5eecff2
mmc: Fix warning if debug() is not used
by Marek Vasut
· 8 years ago
c17dae5
mmc: add bkops-enable command
by Tomas Melin
· 8 years ago
6c5d79a
mmc: s5p_sdhci: fix to check proper pinmux id
by Seung-Woo Kim
· 8 years ago
584d7ae
mmc: sunxi: Enable 8bits bus width for sun8i
by Maxime Ripard
· 8 years ago
e7462aa
mmc: Retry the switch command
by Maxime Ripard
· 8 years ago
1f8f721
Merge branch 'master' of git://git.denx.de/u-boot-atmel
by Tom Rini
· 8 years ago
038dff8
mmc: atmel_sdhci: Remove unnecessary clock calling
by Wenyou Yang
· 8 years ago
c5b62c3
mmc: sdhci: assign to clk_mul when host version is upper than SD3.0
by Jaehoon Chung
· 8 years ago
4446250
mmc: add the device name in debugging message for supplying vmmc
by Jaehoon Chung
· 8 years ago
7083f91
dm: mmc: socfpga: fix MMC_OPS support
by Sylvain Lesne
· 8 years ago
a6f07e5
mmc: refactor two core functions
by Masahiro Yamada
· 8 years ago
6b4026d
mmc: sdhci: fix the "misaligned operation at range" for cache
by Jaehoon Chung
· 8 years ago
1530596
mmc: introduce mmc_power_init
by Peng Fan
· 8 years ago
3d64082
Merge branch 'master' of http://git.denx.de/u-boot-mmc
by Tom Rini
· 8 years ago
0bf1f49
dm: mmc: Enable DM_MMC_OPS by default with DM_MMC
by Simon Glass
· 8 years ago
3ae7d55
mmc: Fix cast for 64-bit compilation
by Simon Glass
· 8 years ago
fc6c1c6
mmc: sdhci: use the generic error number
by Jaehoon Chung
· 8 years ago
6c5b359
mmc: sdhci: use the host version value in sdhci_setup_cfg
by Jaehoon Chung
· 8 years ago
bf819d0
mmc: dw_mmc: remove the unnecessary arguments for dwmci_setup_cfg
by Jaehoon Chung
· 8 years ago
990a937
mmc: s5p_sdhci: support the Driver model for Exynos
by Jaehoon Chung
· 8 years ago
fcc53c1
dm: mmc: Support erase
by Simon Glass
· 8 years ago
d332ff7
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 8 years ago
e94b024
spl: saveenv: adding saveenv support in SPL
by B, Ravi
· 8 years ago
d0a0c1d
dm: mmc: intialize dev when probe
by Peng Fan
· 8 years ago
f79df4b
mmc: tegra: only use new clock/reset APIs
by Stephen Warren
· 8 years ago
a66f772
mmc: tegra: Add DM_MMC support to Tegra MMC driver
by Tom Warren
· 8 years ago
6d9ccbb
mmc: tegra: priv struct and naming cleanup
by Stephen Warren
· 8 years ago
4b12484
mmc: tegra: don't use periph_id in pad_init_mmc()
by Stephen Warren
· 8 years ago
c76e936
mmc: tegra: move pad_init_mmc() into MMC driver
by Stephen Warren
· 8 years ago
d55aadc
mmc: tegra: use correct alias for SDHCI/MMC nodes
by Stephen Warren
· 8 years ago
64e4f7f
treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>
by Masahiro Yamada
· 8 years ago
56a931c
treewide: replace #include <asm/errno.h> with <linux/errno.h>
by Masahiro Yamada
· 8 years ago
cdb67f3
mmc: squash lines for immediate return
by Masahiro Yamada
· 8 years ago
953d975
mmc: dw_mmc: push/pop all FIFO data if any data request
by Jacob Chen
· 8 years ago
3d73404
mmc: sdhci: Add the programmable clock mode support
by Wenyou Yang
· 8 years ago
3226045
mmc: sd: optimize erase
by Peng Fan
· 8 years ago
b3fcf1e
mmc: sd: extracting erase related information from sd status
by Peng Fan
· 8 years ago
9625011
mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_MAX_TIMEOUT
by Masahiro Yamada
· 8 years ago
d451231
mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_DEFAULT_TIME
by Masahiro Yamada
· 8 years ago
27bfb71
mmc: sdhci: move SDMA capability check to sdhci_setup_cfg()
by Masahiro Yamada
· 8 years ago
4b33877
mmc: sdhci: move broken voltage quirk handling to sdhci_setup_cfg()
by Masahiro Yamada
· 8 years ago
da957dd
mmc: sdhci: move error message to more relevant place
by Masahiro Yamada
· 8 years ago
ea04d90
mmc: sdhci: move sdhci_reset() call to sdhci_init()
by Masahiro Yamada
· 8 years ago
e67eac0
mmc: uniphier-sd: migrate to CONFIG_BLK
by Masahiro Yamada
· 8 years ago
2545553
mmc: uniphier-sd: just return if already set to desired clock rate
by Masahiro Yamada
· 8 years ago
0205148
mmc: uniphier-sd: return error code if unsupported width is given
by Masahiro Yamada
· 8 years ago
b29afb9
mmc: uniphier-sd: move uniphier_sd_init() below
by Masahiro Yamada
· 8 years ago
Next »