index
:
kernel/linux.git
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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
dw_mmc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-06
mmc: dw_mmc: remove duplicated buswidth code
Jaehoon Chung
1
-6
/
+3
2012-12-06
mmc: dw_mmc: relocate where dw_mci_setup_bus() is called from
Jaehoon Chung
1
-3
/
+3
2012-12-06
mmc: dw_mmc: use devres functions in dw_mmc
Seungwon Jeon
1
-29
/
+14
2012-12-06
mmc: dw_mmc: Add sdio power bindings
Abhilash Kesavan
1
-3
/
+17
2012-12-06
mmc: dw_mmc: fix more const pointer warnings
Arnd Bergmann
1
-5
/
+5
2012-11-08
mmc: dw_mmc: constify dw_mci_idmac_ops in exynos back-end
Arnd Bergmann
1
-1
/
+1
2012-11-07
mmc: dw_mmc: fix multiple drv_data NULL dereferences
James Hogan
1
-12
/
+17
2012-11-07
mmc: dw_mmc: enable controller interrupt before calling mmc_start_host
Yuvaraj CD
1
-14
/
+15
2012-11-07
mmc: dw_mmc: remove _dev_info compile warning
Seungwon Jeon
1
-1
/
+1
2012-10-08
mmc: core: Fixup broken suspend and eMMC4.5 power off notify
Ulf Hansson
1
-5
/
+0
2012-10-03
mmc: Revert "mmc: dw_mmc: Add check for IDMAC configuration"
Seungwon Jeon
1
-13
/
+2
2012-10-03
mmc: dw_mmc: add support for implementation specific callbacks
Thomas Abraham
1
-1
/
+46
2012-10-03
mmc: dw_mmc: add device tree support
Thomas Abraham
1
-7
/
+123
2012-10-03
mmc: dw_mmc: add quirk to indicate missing write protect line
Thomas Abraham
1
-1
/
+3
2012-10-03
mmc: dw_mmc: lookup for optional biu and ciu clocks
Thomas Abraham
1
-3
/
+49
2012-10-03
mmc: dw_mmc: allow probe to succeed even if one slot is initialized
Thomas Abraham
1
-10
/
+13
2012-10-03
mmc: dw_mmc: convert copy of struct device in struct dw_mci to a reference
Thomas Abraham
1
-28
/
+28
2012-09-04
mmc: dw_mmc: fixed a section mismatch in dw_mci_init_slot
Jaehoon Chung
1
-1
/
+1
2012-09-04
mmc: dw_mmc: Disable low power mode if SDIO interrupts are used
Doug Anderson
1
-3
/
+38
2012-09-04
mmc: dw_mmc: fix error handling in PIO mode
Seungwon Jeon
1
-27
/
+2
2012-09-04
mmc: dw_mmc: correct mishandling error interrupt
Seungwon Jeon
1
-3
/
+1
2012-09-04
mmc: dw_mmc: amend using error interrupt status
Seungwon Jeon
1
-6
/
+5
2012-07-21
mmc: dw_mmc: Fix null dma_ops access when use_dma is false
Jonathan Kliegman
1
-1
/
+1
2012-07-21
mmc: dw_mmc: Add check for IDMAC configuration
Girish K S
1
-2
/
+13
2012-06-06
mmc: dw_mmc: correct the calculation for CLKDIV
Seungwon Jeon
1
-4
/
+5
2012-06-06
mmc: dw_mmc: fix incorrect setting of host->data of NULL
Seungwon Jeon
1
-1
/
+1
2012-06-06
mmc: dw_mmc: fix the IDMAC sw reset
Seungwon Jeon
1
-12
/
+12
2012-06-06
mmc: dw_mmc: fix the transmission handling in IDMAC
Seungwon Jeon
1
-1
/
+0
2012-05-17
mmc: dw_mmc: Fixed sdio interrupt mask bit setting bug
Kyoungil Kim
1
-2
/
+2
2012-05-09
mmc: dw_mmc: make multiple instances of dw_mci_card_workqueue
Thomas Abraham
1
-8
/
+6
2012-04-21
mmc: dw_mmc: prevent NULL dereference for dma_ops
Jaehoon Chung
1
-1
/
+2
2012-04-21
mmc: dw_mmc: Fix switch from DMA to PIO
Seungwon Jeon
1
-1
/
+3
2012-03-27
mmc: dw_mmc: Regression fix for non-IDMAC DMA
Seungwon Jeon
1
-16
/
+9
2012-03-27
mmc: dw_mmc: fix compile error when CONFIG_MMC_DW_IDMAC is disabled
Jaehoon Chung
1
-1
/
+1
2012-03-26
mmc: dw_mmc: shift with slot-id for CLKENA register
Jaehoon Chung
1
-2
/
+2
2012-03-26
mmc: dw_mmc: Add support for pre_req and post_req
Seungwon Jeon
1
-27
/
+102
2012-03-26
mmc: dw_mmc: Override blk_settings with platdata on IDMAC
Jaehoon Chung
1
-8
/
+8
2012-03-26
mmc: Support of PCI mode in the dw_mmc driver
Shashidhar Hiremath
1
-102
/
+53
2012-03-26
mmc: dw_mmc: add support for eMMC Power Off Notify feature
Jaehoon Chung
1
-0
/
+5
2012-02-14
mmc: dw_mmc: Fix PIO mode with support of highmem
Seungwon Jeon
1
-69
/
+75
2012-01-13
mmc: dw_mmc: miscaculated the fifo-depth with wrong bit operation
Jaehoon Chung
1
-1
/
+1
2012-01-13
mmc: dw_mmc: Clear the DDR mode for non-DDR
Seungwon Jeon
1
-4
/
+7
2012-01-12
mmc: dw_mmc: Support predefined mutiple block transfers
Seungwon Jeon
1
-6
/
+28
2012-01-12
mmc: dw_mmc: Remove unnecessary else clauses
Chris Ball
1
-5
/
+0
2012-01-12
mmc: dw_mmc: Add more capabilities field
Seungwon Jeon
1
-0
/
+6
2012-01-12
mmc: dw_mmc: use dev_pm_ops for dw_mmc controllers
Jaehoon Chung
1
-9
/
+10
2011-10-27
mmc: dw_mmc: modify DATA register offset
Jaehoon Chung
1
-21
/
+45
2011-10-27
mmc: replace printk with appropriate display macro
Girish K S
1
-1
/
+1
2011-10-26
mmc: dw_mmc: Support SDIO interrupts for all slots
Shashidhar Hiremath
1
-4
/
+32
2011-08-13
mmc: dw_mmc: Fix DDR mode support.
Seungwon Jeon
1
-2
/
+2
[next]