aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/dw_mmc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-07mmc: dw_mmc: constify dw_mci_idmac_ops in exynos back-endArnd Bergmann1-1/+1
2012-11-07mmc: dw_mmc: fix multiple drv_data NULL dereferencesJames Hogan1-12/+17
2012-11-07mmc: dw_mmc: enable controller interrupt before calling mmc_start_hostYuvaraj CD1-14/+15
2012-11-07mmc: dw_mmc: remove _dev_info compile warningSeungwon Jeon1-1/+1
2012-10-07mmc: core: Fixup broken suspend and eMMC4.5 power off notifyUlf Hansson1-5/+0
2012-10-03mmc: Revert "mmc: dw_mmc: Add check for IDMAC configuration"Seungwon Jeon1-13/+2
2012-10-03mmc: dw_mmc: add support for implementation specific callbacksThomas Abraham1-1/+46
2012-10-03mmc: dw_mmc: add device tree supportThomas Abraham1-7/+123
2012-10-03mmc: dw_mmc: add quirk to indicate missing write protect lineThomas Abraham1-1/+3
2012-10-03mmc: dw_mmc: lookup for optional biu and ciu clocksThomas Abraham1-3/+49
2012-10-03mmc: dw_mmc: allow probe to succeed even if one slot is initializedThomas Abraham1-10/+13
2012-10-03mmc: dw_mmc: convert copy of struct device in struct dw_mci to a referenceThomas Abraham1-28/+28
2012-09-04mmc: dw_mmc: fixed a section mismatch in dw_mci_init_slotJaehoon Chung1-1/+1
2012-09-04mmc: dw_mmc: Disable low power mode if SDIO interrupts are usedDoug Anderson1-3/+38
2012-09-04mmc: dw_mmc: fix error handling in PIO modeSeungwon Jeon1-27/+2
2012-09-04mmc: dw_mmc: correct mishandling error interruptSeungwon Jeon1-3/+1
2012-09-04mmc: dw_mmc: amend using error interrupt statusSeungwon Jeon1-6/+5
2012-07-21mmc: dw_mmc: Fix null dma_ops access when use_dma is falseJonathan Kliegman1-1/+1
2012-07-21mmc: dw_mmc: Add check for IDMAC configurationGirish K S1-2/+13
2012-06-06mmc: dw_mmc: correct the calculation for CLKDIVSeungwon Jeon1-4/+5
2012-06-06mmc: dw_mmc: fix incorrect setting of host->data of NULLSeungwon Jeon1-1/+1
2012-06-06mmc: dw_mmc: fix the IDMAC sw resetSeungwon Jeon1-12/+12
2012-06-06mmc: dw_mmc: fix the transmission handling in IDMACSeungwon Jeon1-1/+0
2012-05-17mmc: dw_mmc: Fixed sdio interrupt mask bit setting bugKyoungil Kim1-2/+2
2012-05-09mmc: dw_mmc: make multiple instances of dw_mci_card_workqueueThomas Abraham1-8/+6
2012-04-20mmc: dw_mmc: prevent NULL dereference for dma_opsJaehoon Chung1-1/+2
2012-04-20mmc: dw_mmc: Fix switch from DMA to PIOSeungwon Jeon1-1/+3
2012-03-27mmc: dw_mmc: Regression fix for non-IDMAC DMASeungwon Jeon1-16/+9
2012-03-27mmc: dw_mmc: fix compile error when CONFIG_MMC_DW_IDMAC is disabledJaehoon Chung1-1/+1
2012-03-25mmc: dw_mmc: shift with slot-id for CLKENA registerJaehoon Chung1-2/+2
2012-03-25mmc: dw_mmc: Add support for pre_req and post_reqSeungwon Jeon1-27/+102
2012-03-25mmc: dw_mmc: Override blk_settings with platdata on IDMACJaehoon Chung1-8/+8
2012-03-25mmc: Support of PCI mode in the dw_mmc driverShashidhar Hiremath1-102/+53
2012-03-25mmc: dw_mmc: add support for eMMC Power Off Notify featureJaehoon Chung1-0/+5
2012-02-13mmc: dw_mmc: Fix PIO mode with support of highmemSeungwon Jeon1-69/+75
2012-01-12mmc: dw_mmc: miscaculated the fifo-depth with wrong bit operationJaehoon Chung1-1/+1
2012-01-12mmc: dw_mmc: Clear the DDR mode for non-DDRSeungwon Jeon1-4/+7
2012-01-11mmc: dw_mmc: Support predefined mutiple block transfersSeungwon Jeon1-6/+28
2012-01-11mmc: dw_mmc: Remove unnecessary else clausesChris Ball1-5/+0
2012-01-11mmc: dw_mmc: Add more capabilities fieldSeungwon Jeon1-0/+6
2012-01-11mmc: dw_mmc: use dev_pm_ops for dw_mmc controllersJaehoon Chung1-9/+10
2011-10-26mmc: dw_mmc: modify DATA register offsetJaehoon Chung1-21/+45
2011-10-26mmc: replace printk with appropriate display macroGirish K S1-1/+1
2011-10-26mmc: dw_mmc: Support SDIO interrupts for all slotsShashidhar Hiremath1-4/+32
2011-08-13mmc: dw_mmc: Fix DDR mode support.Seungwon Jeon1-2/+2
2011-08-13mmc: dw_mmc: Fix mask in IDMAC_SET_BUFFER1_SIZE macroShashidhar Hiremath1-1/+1
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-07-20mmc: dw_mmc: reset FIFO after an errorJames Hogan1-1/+11
2011-07-20mmc: dw_mmc: handle "no CRC status" errorJames Hogan1-4/+15
2011-07-20mmc: dw_mmc: remove unnecessary error messagesJames Hogan1-4/+0