index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
sdhci.c
Age
Commit message (
Expand
)
Author
2020-03-09
sdhci: Add sdhci_deferred_probe() API
Faiz Abbas
2020-02-20
mmc: sdhci: fix missing cache invalidation after reading by DMA
Masahiro Yamada
2020-02-20
mmc: sdhci: use dma_map_single() instead of flush_cache() before DMA
Masahiro Yamada
2020-02-20
mmc: sdhci: remove unneeded casts
Masahiro Yamada
2020-02-20
mmc: sdhci: use lower_32_bit2() and upper_32_bits() for setting adma_addr
Masahiro Yamada
2020-02-20
mmc: sdhci: reduce code duplication for aligned buffer
Masahiro Yamada
2020-02-20
mmc: sdhci: put the aligned buffer pointer to struct sdhci_host
Masahiro Yamada
2019-12-02
common: Move ARM cache operations out of common.h
Simon Glass
2019-11-27
mmc: sdhci: make sdhci_get_cd static
Baruch Siach
2019-09-06
mmc: sdhci: Add support for dt caps & caps mask
T Karthik Reddy
2019-07-31
mmc: sdhci: fix chip detect gpio property name
Baruch Siach
2019-07-17
mmc: sdhci: Add support for HOST_CONTROL2 and setting UHS timings
Faiz Abbas
2019-07-17
mmc: sdhci: Make set_ios_post() return int
Faiz Abbas
2019-07-17
mmc: sdhci: Make sdhci_set_clock() non static
Faiz Abbas
2019-07-17
mmc: sdhci: Add support for sdhci-caps-mask
Faiz Abbas
2019-07-15
mmc: sdhci: Implement SDHCI card detect
T Karthik Reddy
2019-07-15
mmc: sdhci: Read cd-gpio from devicetree
T Karthik Reddy
2019-05-03
mmc: sdhci: Add Support for ADMA2
Faiz Abbas
2019-05-03
mmc: sdhci: Move DMA handling to prepare_dma() function
Faiz Abbas
2018-06-15
mmc: sdhci: Fix MMC HS200 tuning command failures
Siva Durga Prasad Paladugu
2018-05-31
mmc: sdhci: Update sdhci_send_command() to handle HS200
Siva Durga Prasad Paladugu
2018-05-14
mmc: sdhci: Check that ops are defined
Ramon Fried
2018-05-11
mmc: sdhci: Read capabilities register1 and update host caps
Siva Durga Prasad Paladugu
2018-05-11
mmc: sdhci: Invoke platform specific tuning and delay routines
Siva Durga Prasad Paladugu
2018-05-11
mmc: sdhci: Handle execute tuning command in sdhci_send_command
Siva Durga Prasad Paladugu
2018-05-11
mmc: sdhci: Add support for disabling clock
Siva Durga Prasad Paladugu
2018-05-11
mmc: Changed the datatype of the variable to handle 64-bit arch
Vipul Kumar
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-02
mmc: sdhci: add SDHCI_QUIRK_BROKEN_HISPD_MODE
Hannes Schmelzer
2018-01-22
mmc: sdhci: change data transfer failure into debug message
Masahiro Yamada
2018-01-22
mmc: sdhci: do not overwrite host_caps in sdhci_setup_cfg()
Masahiro Yamada
2018-01-12
mmc: sdhci: do not compare pointer to 0
Heinrich Schuchardt
2018-01-12
mmc: sdhci: don't clear SDHCI_INT_STATUS register during CMD_INHIBIT
Jorge Ramirez-Ortiz
2017-08-17
dm: mmc: Drop CONFIG_DM_MMC_OPS
Simon Glass
2017-05-15
mmc: sdhci: Fix maximum clock for programmable clock mode
Wenyou Yang
2017-04-14
mmc: sdhci: Wait for SDHCI_INT_DATA_END when transferring.
Alex Deymo
2017-03-21
mmc: sdhci: only flush cache for data command
Kevin Liu
2017-01-25
mmc: sdhci: Add support for optional controller specific set_ios_post()
Stefan Roese
2017-01-25
mmc: sdhci: Clear SDHCI_CLOCK_CONTROL before configuring the new value
Stefan Roese
2017-01-23
mmc: sdhci: Distinguish between base clock and maximum peripheral frequency
Stefan Herbrechtsmeier
2017-01-13
mmc: sdhci: fix NULL pointer access when host->ops is not set
Masahiro Yamada
2017-01-11
mmc: sdhci: combine the Host controller v3.0 feature into one condition
Jaehoon Chung
2017-01-11
mmc: sdhci: remove the SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWER
Jaehoon Chung
2017-01-11
mmc: sdhci: move the callback function into sdhci_ops
Jaehoon Chung
2017-01-11
mmc: change the set_ios return type from void to int
Jaehoon Chung
2017-01-11
mmc: sdhci: remove the SDHCI_QUIRK_NO_CD
Jaehoon Chung
2017-01-11
mmc: pic32_sdhci: move the code to pic32_sdhci.c
Jaehoon Chung
2017-01-11
mmc: sdhci: remove the unused code about testing Card detect
Jaehoon Chung
2017-01-11
mmc: sdhci: disable the 8bit mode when host doesn't support it
Jaehoon Chung
2016-12-29
mmc: move some SDHCI related options to Kconfig
Masahiro Yamada
[next]