aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/dw_mmc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-20mmc: dw_mmc: fix stop when fallen back to PIOJames Hogan1-1/+5
2011-07-20mmc: dw_mmc: handle unaligned buffers and sizesJames Hogan1-57/+252
2011-07-20mmc: dw_mmc: don't hard code fifo depth, fix usageJames Hogan1-5/+18
2011-07-20mmc: dw_mmc: convert card tasklet to workqueueJames Hogan1-19/+31
2011-07-20mmc: dw_mmc: fix race with request and removalJames Hogan1-4/+11
2011-07-20mmc: dw_mmc: clear TXDR/RXDR ints before enablingJames Hogan1-2/+3
2011-07-20mmc: dw_mmc: protect a sequence of request and request-done.Seungwon Jeon1-2/+3
2011-07-20mmc: dw_mmc: set the card_width bit per card.Seungwon Jeon1-1/+1
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2011-05-24mmc: dw_mmc: fixed wrong regulator_enable in suspend/resumeJaehoon Chung1-3/+3
2011-03-25mmc: dw_mmc: set fixed burst in BMOD registerJaehoon Chung1-2/+2
2011-03-17mmc: dw_mmc: support mmc power control with regulatorJaehoon Chung1-0/+25
2011-03-17mmc: dw_mmc: fix suspend/resume operationJaehoon Chung1-2/+20
2011-03-17mmc: dw_mmc: add quirks for unreliable card detect, and capabilitiesJaehoon Chung1-2/+8
2011-03-17mmc: dw_mmc: Remove set-but-unused variable.Chris Ball1-5/+1
2011-03-15mmc: dw_mmc: support DDR modeJaehoon Chung1-0/+8
2011-03-15mmc: dw_mmc: support 8-bit buswidthJaehoon Chung1-0/+3
2011-03-15mmc: dw_mmc: Enable low-power mode for the card clock.Will Newton1-1/+2
2011-03-15mmc: dw_mmc: Run card detect tasklet during slot initialisation.Will Newton1-0/+6
2011-01-08mmc: dw_mmc: Add Synopsys DesignWare mmc host driver.Will Newton1-0/+1796