index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
dw_mmc.c
Age
Commit message (
Expand
)
Author
2020-11-16
mmc: dw_mmc: replace spin_lock_irqsave by spin_lock in hard IRQ
Tian Tao
2020-09-07
mmc: dw_mmc: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-05-28
mmc: host: Drop redundant MMC_CAP_ERASE
Ulf Hansson
2020-05-28
mmc: host: Prepare host drivers for mmc_regulator_set_vqmmc() returning > 0
Marek Vasut
2019-12-19
mmc: dw_mmc: Use dma_request_chan() instead dma_request_slave_channel()
Peter Ujfalusi
2019-11-27
Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2019-11-13
mmc: dw_mmc: fix indentation issue
Colin Ian King
2019-11-03
mmc: dw_mmc: Remove superfluous cast in debugfs_create_u32() call
Geert Uytterhoeven
2019-11-03
mmc: dw_mmc: Fix debugfs on 64-bit platforms
Geert Uytterhoeven
2019-09-11
mmc: dw_mmc: Re-store SDIO IRQs mask at system resume
Ulf Hansson
2019-07-22
mmc: dw_mmc: Fix occasional hang after tuning on eMMC
Douglas Anderson
2019-06-17
mmc: host: dw_mmc: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2018-07-03
mmc: dw_mmc: fix card threshold control configuration
x00270170
2018-05-02
mmc: dw_mmc: update actual clock for mmc debugfs
Shawn Lin
2018-03-16
Merge branch 'fixes' into next
Ulf Hansson
2018-03-16
mmc: dw_mmc: fix falling from idmac to PIO mode when dw_mci_reset occurs
Evgeniy Didin
2018-03-15
mmc: dw_mmc: remove the deprecated "num-slots"
Jaehoon Chung
2018-03-15
mmc: dw_mmc: remove the deprecated "clock-freq-min-max" property
Jaehoon Chung
2018-03-05
Merge branch 'fixes' into next
Ulf Hansson
2018-03-05
mmc: dw_mmc: Remove prev_state and state assignment for STATE_SENDING_CMD
Shawn Lin
2018-03-05
mmc: dw_mmc: Convert to use DEFINE_SHOW_ATTRIBUTE
Shawn Lin
2018-03-05
mmc: dw_mmc: Fix the DTO/CTO timeout overflow calculation for 32-bit systems
Evgeniy Didin
2018-02-27
mmc: dw_mmc: Avoid accessing registers in runtime suspended state
Shawn Lin
2018-02-27
mmc: dw_mmc: Fix out-of-bounds access for slot's caps
Shawn Lin
2018-02-27
mmc: dw_mmc: Factor out dw_mci_init_slot_caps
Shawn Lin
2017-11-02
mmc: dw_mmc: Convert timers to use timer_setup()
Kees Cook
2017-11-02
mmc: dw_mmc: Cleanup the DTO timer like the CTO one
Douglas Anderson
2017-11-02
Merge branch 'fixes' into next
Ulf Hansson
2017-11-01
mmc: dw_mmc: Fix the DTO timeout calculation
Douglas Anderson
2017-10-30
mmc: dw_mmc: Add locking to the CTO timer
Douglas Anderson
2017-10-30
mmc: dw_mmc: Fix the CTO timeout calculation
Douglas Anderson
2017-10-30
mmc: dw_mmc: cancel the CTO timer after a voltage switch
Douglas Anderson
2017-10-30
mmc: dw_mmc: catch all errors when getting regulators
Wolfram Sang
2017-10-30
mmc: dw_mmc: make const arrays mszs static
Colin Ian King
2017-08-30
mmc: dw_mmc: introduce timer for broken command transfer over scheme
Addy Ke
2017-08-30
mmc: dw_mmc: move controller reset before driver init
liwei
2017-08-30
mmc: dw_mmc: explicitly request exclusive reset control
Philipp Zabel
2017-07-27
mmc: dw_mmc: fix the wrong condition check of getting num-slots from DT
Shawn Lin
2017-06-29
mmc: dw_mmc: remove the unnecessary slot variable
Jaehoon Chung
2017-06-29
mmc: dw_mmc: use the 'slot' instead of 'cur_slot'
Jaehoon Chung
2017-06-29
mmc: dw_mmc: remove the 'id' arguments about functions relevant to slot
Jaehoon Chung
2017-06-29
mmc: dw_mmc: change the array of slots
Jaehoon Chung
2017-06-29
mmc: dw_mmc: remove the loop about finding slots
Jaehoon Chung
2017-06-29
mmc: dw_mmc: deprecated the "num-slots" property
Jaehoon Chung
2017-06-20
mmc: dw_mmc: Use device_property_read instead of of_property_read
David Woods
2017-06-20
Revert "mmc: dw_mmc: Don't allow Runtime PM for SDIO cards"
Ulf Hansson
2017-06-20
mmc: dw_mmc: Prevent runtime PM suspend when SDIO IRQs are enabled
Ulf Hansson
2017-06-20
mmc: dw_mmc: Convert to use MMC_CAP2_SDIO_IRQ_NOTHREAD for SDIO IRQs
Ulf Hansson
[next]