index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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: 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
*
mmc: dw_mmc: remove _dev_info compile warning
Seungwon Jeon
2012-11-07
1
-1
/
+1
*
mmc: core: Fixup broken suspend and eMMC4.5 power off notify
Ulf Hansson
2012-10-07
1
-5
/
+0
*
mmc: Revert "mmc: dw_mmc: Add check for IDMAC configuration"
Seungwon Jeon
2012-10-03
1
-13
/
+2
*
mmc: dw_mmc: add support for implementation specific callbacks
Thomas Abraham
2012-10-03
1
-1
/
+46
*
mmc: dw_mmc: add device tree support
Thomas Abraham
2012-10-03
1
-7
/
+123
*
mmc: dw_mmc: add quirk to indicate missing write protect line
Thomas Abraham
2012-10-03
1
-1
/
+3
*
mmc: dw_mmc: lookup for optional biu and ciu clocks
Thomas Abraham
2012-10-03
1
-3
/
+49
*
mmc: dw_mmc: allow probe to succeed even if one slot is initialized
Thomas Abraham
2012-10-03
1
-10
/
+13
*
mmc: dw_mmc: convert copy of struct device in struct dw_mci to a reference
Thomas Abraham
2012-10-03
1
-28
/
+28
*
mmc: dw_mmc: fixed a section mismatch in dw_mci_init_slot
Jaehoon Chung
2012-09-04
1
-1
/
+1
*
mmc: dw_mmc: Disable low power mode if SDIO interrupts are used
Doug Anderson
2012-09-04
1
-3
/
+38
*
mmc: dw_mmc: fix error handling in PIO mode
Seungwon Jeon
2012-09-04
1
-27
/
+2
*
mmc: dw_mmc: correct mishandling error interrupt
Seungwon Jeon
2012-09-04
1
-3
/
+1
*
mmc: dw_mmc: amend using error interrupt status
Seungwon Jeon
2012-09-04
1
-6
/
+5
*
mmc: dw_mmc: Fix null dma_ops access when use_dma is false
Jonathan Kliegman
2012-07-21
1
-1
/
+1
*
mmc: dw_mmc: Add check for IDMAC configuration
Girish K S
2012-07-21
1
-2
/
+13
*
mmc: dw_mmc: correct the calculation for CLKDIV
Seungwon Jeon
2012-06-06
1
-4
/
+5
*
mmc: dw_mmc: fix incorrect setting of host->data of NULL
Seungwon Jeon
2012-06-06
1
-1
/
+1
*
mmc: dw_mmc: fix the IDMAC sw reset
Seungwon Jeon
2012-06-06
1
-12
/
+12
*
mmc: dw_mmc: fix the transmission handling in IDMAC
Seungwon Jeon
2012-06-06
1
-1
/
+0
[next]