index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
uniphier-sd.c
Age
Commit message (
Expand
)
Author
2017-09-29
mmc: uniphier-sd: Add vqmmc regulator support
Marek Vasut
2017-09-29
mmc: uniphier-sd: Update the file to match V3 patchset
Marek Vasut
2017-09-22
mmc: uniphier-sd: Add support for R8A7795 and R7A7796
Marek Vasut
2017-09-22
mmc: uniphier-sd: Add support for quirks
Marek Vasut
2017-09-22
mmc: uniphier-sd: Add support for 64bit FIFO
Marek Vasut
2017-09-22
mmc: uniphier-sd: Add support for 64bit controller
Marek Vasut
2017-09-22
mmc: uniphier-sd: Factor out register IO
Marek Vasut
2017-09-12
dma: import linux/dma-direction.h to consolidate enum dma_data_direction
Masahiro Yamada
2017-08-17
mmc: uniphier-sd: Fix long response processing
Marek Vasut
2017-06-01
dm: Rename dev_addr..() functions
Simon Glass
2017-06-01
dm: Use dm.h header when driver mode is used
Simon Glass
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
2016-09-14
mmc: uniphier-sd: migrate to CONFIG_BLK
Masahiro Yamada
2016-08-28
mmc: uniphier-sd: just return if already set to desired clock rate
Masahiro Yamada
2016-08-28
mmc: uniphier-sd: return error code if unsupported width is given
Masahiro Yamada
2016-08-28
mmc: uniphier-sd: move uniphier_sd_init() below
Masahiro Yamada
2016-08-28
mmc: uniphier-sd: migrate to CONFIG_DM_MMC_OPS
Masahiro Yamada
2016-08-28
mmc: uniphier-sd: add static qualifiers to probe and remove callbacks
Masahiro Yamada
2016-08-05
mmc: use the generic error number
Jaehoon Chung
2016-07-24
ARM: uniphier: use (devm_)ioremap() instead of map_sysmem()
Masahiro Yamada
2016-06-19
clk: convert API to match reset/mailbox style
Stephen Warren
2016-05-17
dm: mmc: Set up the device pointer when using the MMC uclass
Simon Glass
2016-04-01
mmc: uniphier: use devm_get_addr() to get base address
Masahiro Yamada
2016-02-29
mmc: uniphier: add driver for UniPhier SD/MMC host controller
Masahiro Yamada