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
2022-03-16
mmc: sdhci: Add HS400 Enhanced Strobe support
Alper Nebi Yasak
2021-10-29
drivers: mmc: Add wait_dat0 support for sdhci driver
Stephen Carlson
2021-09-10
Revert "mmc: sdhci: set to INT_DATA_END when there are data"
Yuezhang.Mo@sony.com
2021-08-06
mmc: sdhci: Change prototype of set_delay to return errors
Ashok Reddy Soma
2021-07-27
mmc: sdhci: Write to HOST_CONTROL2 register for HS400 speed mode
Faiz Abbas
2021-02-19
mmc: sdhci: skip cache invalidation if DMA is not used
Yuezhang.Mo@sony.com
2021-02-18
mmc: Introduce mmc_phys_to_bus()/mmc_bus_to_phys()
Nicolas Saenz Julienne
2021-02-04
mmc: sdhci: Add helper functions for UHS modes
Faiz Abbas
2020-10-27
Revert "mmc: zynq: parse dt when probing"
Ashok Reddy Soma
2020-10-12
mmc: sdhci: move the ADMA2 table handling into own module
Michael Walle
2020-08-20
mmc: sdhci: Use upper/lower_32_bits macros
Michal Simek
2020-08-20
mmc: sdhci: Enable high speed conditional on the corresponding bit
Faiz Abbas
2020-08-03
mmc: Drop duplicate dm.h inclusion
Simon Glass
2020-06-24
mmc: sdhci: Fix HISPD bit handling
Jagan Teki
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
common: Drop net.h from common header
Simon Glass
2020-05-13
mmc: sdhci: Use debug for not supported SDMA info message
Matthias Brugger
2020-05-12
mmc: sdhci: not return error when SDMA is not supported
Jaehoon Chung
2020-05-12
mmc: sdhci: use phys2bus macro when dma address is accessed
Jaehoon Chung
2020-04-27
mmc: zynq: parse dt when probing
Benedikt Grassl
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
[next]