index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
dw_mmc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: dw_mmc: Move away from using deprecated APIs
Ulf Hansson
2013-10-30
1
-21
/
+0
*
mmc: dw_mmc: fix the transfer termination in IDMAC mode
Seungwon Jeon
2013-09-25
1
-3
/
+3
*
mmc: dw_mmc: amend use of idmac sw reset
Seungwon Jeon
2013-09-25
1
-6
/
+11
*
mmc: dw_mmc: gather each reset code into functions
Seungwon Jeon
2013-09-25
1
-38
/
+43
*
mmc: dw_mmc: rework the code related to cmd/data completion
Seungwon Jeon
2013-09-25
1
-63
/
+84
*
mmc: dw_mmc: guarantee stop-abort cmd in data errors
Seungwon Jeon
2013-09-25
1
-20
/
+64
*
mmc: dw_mmc: fix error handling on response error
Seungwon Jeon
2013-09-25
1
-5
/
+21
*
mmc: dw_mmc: control card read threshold
Seungwon Jeon
2013-09-25
1
-2
/
+36
*
mmc: dw_mmc: adjust the fifoth with block size
Seungwon Jeon
2013-09-25
1
-3
/
+71
*
mmc: dw_mmc: set the supported max/min frequency
Seungwon Jeon
2013-09-25
1
-2
/
+12
*
mmc: dw_mmc: move supports-highspeed of quirks to caps
Seungwon Jeon
2013-09-25
1
-6
/
+3
*
mmc: dw_mmc: add the capability to support hs200 mode
Seungwon Jeon
2013-09-25
1
-0
/
+6
*
mmc: dw_mmc: add support tuning scheme
Seungwon Jeon
2013-09-25
1
-37
/
+60
*
mmc: dw_mmc: move the platform specific init call
Yuvaraj Kumar C D
2013-09-25
1
-0
/
+9
*
mmc: dw_mmc: Set timeout to max upon resume
Doug Anderson
2013-09-25
1
-0
/
+3
*
mmc: dw_mmc: Honor requests to set the clock to 0
Doug Anderson
2013-09-25
1
-16
/
+28
*
mmc: dw_mmc: don't queue up a card detect at slot startup
Doug Anderson
2013-09-25
1
-6
/
+0
*
Merge tag 'mmc-updates-for-3.12-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2013-09-10
1
-11
/
+10
|
\
|
*
mmc: dw_mmc: Handle DW_MCI_QUIRK_IDMAC_DTO properly
Doug Anderson
2013-08-24
1
-11
/
+10
*
|
mmc: dw_mmc: Indicate that regulators may be absent
Mark Brown
2013-07-31
1
-1
/
+1
|
/
*
mmc: dw_mmc: Add the ability to set the ciu clock frequency
Doug Anderson
2013-06-27
1
-4
/
+13
*
mmc: dw_mmc: Handle late vmmc regulators with EPROBE_DEFER
Doug Anderson
2013-06-27
1
-14
/
+20
*
mmc: dw_mmc: change the macro name from DTO to DRTO
Jaehoon Chung
2013-06-27
1
-2
/
+2
*
mmc: dw_mmc: clear IDSTS register when initialize IDMAC
Joonyoung Shim
2013-05-26
1
-0
/
+6
*
mmc: dw_mmc: fix error return code in dw_mci_probe()
Wei Yongjun
2013-05-26
1
-1
/
+3
*
mmc: dw_mmc: let device core setup the default pin configuration
Thomas Abraham
2013-04-12
1
-8
/
+0
*
mmc: dw_mmc: Use pr_info instead of printk
Sachin Kamat
2013-04-04
1
-1
/
+1
*
mmc: dw_mmc: Check return value of regulator_enable
Sachin Kamat
2013-04-04
1
-4
/
+16
*
mmc: dw_mmc: control the power-enable register
Jaehoon Chung
2013-04-04
1
-0
/
+6
*
mmc: dw_mmc: fix fifo access for 64-bit
Seungwon Jeon
2013-04-04
1
-1
/
+2
*
mmc: dw_mmc: Handle unaligned data submission correctly
Markos Chandras
2013-03-22
1
-9
/
+24
*
mmc: dw_mmc: Avoid adding the number of transmitted bytes twice
Markos Chandras
2013-03-22
1
-8
/
+4
*
mmc: dw_mmc: Don't loop when handling an interrupt
Markos Chandras
2013-03-22
1
-7
/
+4
*
mmc: dw_mmc: move host->data_offset init earlier
James Hogan
2013-03-22
1
-12
/
+12
*
mmc: dw_mmc: setpower on MMC_POWER_{UP,OFF}
James Hogan
2013-03-22
1
-8
/
+8
*
mmc: dw_mmc: fixed a wrong UHS_REG 16 bit clear
Hyeonsu Kim
2013-03-22
1
-2
/
+2
*
mmc: dw_mmc: empty FIFO after data transfer over interrupt in pio mode
Kyoungil Kim
2013-03-22
1
-4
/
+6
*
mmc: dw_mmc: return the result of mmc_add_host()
Jaehoon Chung
2013-03-22
1
-1
/
+3
*
lib/scatterlist: use page iterator in the mapping iterator
Imre Deak
2013-02-27
1
-2
/
+2
*
mmc: dw_mmc: Remove DW_MCI_QUIRK_NO_WRITE_PROTECT
Doug Anderson
2013-02-24
1
-7
/
+1
*
mmc: dw_mmc: Handle wp-gpios from device tree
Doug Anderson
2013-02-24
1
-0
/
+34
*
mmc: dw_mmc: Add "disable-wp" device tree property
Doug Anderson
2013-02-24
1
-1
/
+40
*
mmc: dw_mmc: remove duplicated buswidth code
Jaehoon Chung
2012-12-06
1
-6
/
+3
*
mmc: dw_mmc: relocate where dw_mci_setup_bus() is called from
Jaehoon Chung
2012-12-06
1
-3
/
+3
*
mmc: dw_mmc: use devres functions in dw_mmc
Seungwon Jeon
2012-12-06
1
-29
/
+14
*
mmc: dw_mmc: Add sdio power bindings
Abhilash Kesavan
2012-12-06
1
-3
/
+17
*
mmc: dw_mmc: fix more const pointer warnings
Arnd Bergmann
2012-12-06
1
-5
/
+5
*
mmc: dw_mmc: constify dw_mci_idmac_ops in exynos back-end
Arnd Bergmann
2012-11-07
1
-1
/
+1
*
mmc: dw_mmc: fix multiple drv_data NULL dereferences
James Hogan
2012-11-07
1
-12
/
+17
*
mmc: dw_mmc: enable controller interrupt before calling mmc_start_host
Yuvaraj CD
2012-11-07
1
-14
/
+15
[next]