index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
dw_mmc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-16
Merge branch 'fixes' into next
Ulf Hansson
1
-2
/
+4
2018-03-16
mmc: dw_mmc: fix falling from idmac to PIO mode when dw_mci_reset occurs
Evgeniy Didin
1
-2
/
+4
2018-03-15
mmc: dw_mmc: remove the deprecated "num-slots"
Jaehoon Chung
1
-4
/
+0
2018-03-15
mmc: dw_mmc: remove the deprecated "clock-freq-min-max" property
Jaehoon Chung
1
-11
/
+4
2018-03-05
Merge branch 'fixes' into next
Ulf Hansson
1
-3
/
+6
2018-03-05
mmc: dw_mmc: Remove prev_state and state assignment for STATE_SENDING_CMD
Shawn Lin
1
-1
/
+0
2018-03-05
mmc: dw_mmc: Convert to use DEFINE_SHOW_ATTRIBUTE
Shawn Lin
1
-26
/
+2
2018-03-05
mmc: dw_mmc: Fix the DTO/CTO timeout overflow calculation for 32-bit systems
Evgeniy Didin
1
-3
/
+6
2018-02-27
mmc: dw_mmc: Avoid accessing registers in runtime suspended state
Shawn Lin
1
-0
/
+4
2018-02-27
mmc: dw_mmc: Fix out-of-bounds access for slot's caps
Shawn Lin
1
-1
/
+8
2018-02-27
mmc: dw_mmc: Factor out dw_mci_init_slot_caps
Shawn Lin
1
-30
/
+43
2017-11-02
mmc: dw_mmc: Convert timers to use timer_setup()
Kees Cook
1
-14
/
+9
2017-11-02
mmc: dw_mmc: Cleanup the DTO timer like the CTO one
Douglas Anderson
1
-3
/
+52
2017-11-02
Merge branch 'fixes' into next
Ulf Hansson
1
-13
/
+94
2017-11-01
mmc: dw_mmc: Fix the DTO timeout calculation
Douglas Anderson
1
-1
/
+6
2017-10-30
mmc: dw_mmc: Add locking to the CTO timer
Douglas Anderson
1
-10
/
+81
2017-10-30
mmc: dw_mmc: Fix the CTO timeout calculation
Douglas Anderson
1
-1
/
+5
2017-10-30
mmc: dw_mmc: cancel the CTO timer after a voltage switch
Douglas Anderson
1
-1
/
+2
2017-10-30
mmc: dw_mmc: catch all errors when getting regulators
Wolfram Sang
1
-1
/
+1
2017-10-30
mmc: dw_mmc: make const arrays mszs static
Colin Ian King
1
-2
/
+2
2017-08-30
mmc: dw_mmc: introduce timer for broken command transfer over scheme
Addy Ke
1
-0
/
+48
2017-08-30
mmc: dw_mmc: move controller reset before driver init
liwei
1
-6
/
+6
2017-08-30
mmc: dw_mmc: explicitly request exclusive reset control
Philipp Zabel
1
-1
/
+1
2017-07-27
mmc: dw_mmc: fix the wrong condition check of getting num-slots from DT
Shawn Lin
1
-1
/
+1
2017-06-29
mmc: dw_mmc: remove the unnecessary slot variable
Jaehoon Chung
1
-8
/
+5
2017-06-29
mmc: dw_mmc: use the 'slot' instead of 'cur_slot'
Jaehoon Chung
1
-17
/
+16
2017-06-29
mmc: dw_mmc: remove the 'id' arguments about functions relevant to slot
Jaehoon Chung
1
-9
/
+7
2017-06-29
mmc: dw_mmc: change the array of slots
Jaehoon Chung
1
-12
/
+9
2017-06-29
mmc: dw_mmc: remove the loop about finding slots
Jaehoon Chung
1
-79
/
+36
2017-06-29
mmc: dw_mmc: deprecated the "num-slots" property
Jaehoon Chung
1
-13
/
+8
2017-06-20
mmc: dw_mmc: Use device_property_read instead of of_property_read
David Woods
1
-12
/
+12
2017-06-20
Revert "mmc: dw_mmc: Don't allow Runtime PM for SDIO cards"
Ulf Hansson
1
-8
/
+2
2017-06-20
mmc: dw_mmc: Prevent runtime PM suspend when SDIO IRQs are enabled
Ulf Hansson
1
-0
/
+7
2017-06-20
mmc: dw_mmc: Convert to use MMC_CAP2_SDIO_IRQ_NOTHREAD for SDIO IRQs
Ulf Hansson
1
-3
/
+22
2017-04-24
mmc: use new core function mmc_get_dma_dir
Heiner Kallweit
1
-11
/
+3
2017-04-24
mmc: dw_mmc: improve dw_mci_reset a bit
Shawn Lin
1
-18
/
+20
2017-04-24
mmc: dw_mmc: move mci_send_cmd forward to avoid declaration
Shawn Lin
1
-41
/
+40
2017-04-24
mmc: dw_mmc: remove declaration of dw_mci_card_busy
Shawn Lin
1
-2
/
+0
2017-04-24
mmc: dw_mmc: move dw_mci_get_cd forward to avoid declaration
Shawn Lin
1
-42
/
+41
2017-04-24
mmc: dw_mmc: move dw_mci_ctrl_reset forward to avoid declaration
Shawn Lin
1
-22
/
+20
2017-04-24
mmc: dw_mmc: move dw_mci_reset forward to avoid declaration
Shawn Lin
1
-66
/
+65
2017-04-24
mmc: dw_mmc: improve the timeout polling code
Shawn Lin
1
-53
/
+39
2017-04-18
mmc: dw_mmc: Don't allow Runtime PM for SDIO cards
Douglas Anderson
1
-2
/
+9
2017-02-13
mmc: dw_mmc: silent verbose log when calling from PM context
Shawn Lin
1
-5
/
+7
2017-02-13
mmc: dw_mmc: Add fifo watermark alignment property
Jun Nie
1
-2
/
+9
2017-02-13
mmc: dw_mmc: Add fifo address property
Jun Nie
1
-1
/
+5
2017-02-13
mmc: dw_mmc: Remove the public dw_mmc header file
Ulf Hansson
1
-1
/
+0
2017-01-23
mmc: dw_mmc: force setup bus if active slots exist
Ziyuan Xu
1
-3
/
+4
2016-12-05
mmc: dw_mmc: display the clock message only one time when card is polling
Jaehoon Chung
1
-1
/
+12
2016-12-05
mmc: dw_mmc: add the debug message for polling and non-removable
Jaehoon Chung
1
-2
/
+16
[next]