summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/dw_mmc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: dw_mmc: prevent NULL dereference for dma_opsJaehoon Chung2012-04-211-1/+2
* mmc: dw_mmc: Fix switch from DMA to PIOSeungwon Jeon2012-04-211-1/+3
* mmc: dw_mmc: Regression fix for non-IDMAC DMASeungwon Jeon2012-03-271-16/+9Star
* mmc: dw_mmc: fix compile error when CONFIG_MMC_DW_IDMAC is disabledJaehoon Chung2012-03-271-1/+1
* mmc: dw_mmc: shift with slot-id for CLKENA registerJaehoon Chung2012-03-261-2/+2
* mmc: dw_mmc: Add support for pre_req and post_reqSeungwon Jeon2012-03-261-27/+102
* mmc: dw_mmc: Override blk_settings with platdata on IDMACJaehoon Chung2012-03-261-8/+8
* mmc: Support of PCI mode in the dw_mmc driverShashidhar Hiremath2012-03-261-102/+53Star
* mmc: dw_mmc: add support for eMMC Power Off Notify featureJaehoon Chung2012-03-261-0/+5
* mmc: dw_mmc: Fix PIO mode with support of highmemSeungwon Jeon2012-02-141-69/+75
* mmc: dw_mmc: miscaculated the fifo-depth with wrong bit operationJaehoon Chung2012-01-121-1/+1
* mmc: dw_mmc: Clear the DDR mode for non-DDRSeungwon Jeon2012-01-121-4/+7
* mmc: dw_mmc: Support predefined mutiple block transfersSeungwon Jeon2012-01-121-6/+28
* mmc: dw_mmc: Remove unnecessary else clausesChris Ball2012-01-121-5/+0Star
* mmc: dw_mmc: Add more capabilities fieldSeungwon Jeon2012-01-121-0/+6
* mmc: dw_mmc: use dev_pm_ops for dw_mmc controllersJaehoon Chung2012-01-121-9/+10
* mmc: dw_mmc: modify DATA register offsetJaehoon Chung2011-10-261-21/+45
* mmc: replace printk with appropriate display macroGirish K S2011-10-261-1/+1
* mmc: dw_mmc: Support SDIO interrupts for all slotsShashidhar Hiremath2011-10-261-4/+32
* mmc: dw_mmc: Fix DDR mode support.Seungwon Jeon2011-08-131-2/+2
* mmc: dw_mmc: Fix mask in IDMAC_SET_BUFFER1_SIZE macroShashidhar Hiremath2011-08-131-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-251-1/+1
|\
| * treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-1/+1
* | mmc: dw_mmc: reset FIFO after an errorJames Hogan2011-07-201-1/+11
* | mmc: dw_mmc: handle "no CRC status" errorJames Hogan2011-07-201-4/+15
* | mmc: dw_mmc: remove unnecessary error messagesJames Hogan2011-07-201-4/+0Star
* | mmc: dw_mmc: fix stop when fallen back to PIOJames Hogan2011-07-201-1/+5
* | mmc: dw_mmc: handle unaligned buffers and sizesJames Hogan2011-07-201-57/+252
* | mmc: dw_mmc: don't hard code fifo depth, fix usageJames Hogan2011-07-201-5/+18
* | mmc: dw_mmc: convert card tasklet to workqueueJames Hogan2011-07-201-19/+31
* | mmc: dw_mmc: fix race with request and removalJames Hogan2011-07-201-4/+11
* | mmc: dw_mmc: clear TXDR/RXDR ints before enablingJames Hogan2011-07-201-2/+3
* | mmc: dw_mmc: protect a sequence of request and request-done.Seungwon Jeon2011-07-201-2/+3
* | mmc: dw_mmc: set the card_width bit per card.Seungwon Jeon2011-07-201-1/+1
|/
* mmc: dw_mmc: fixed wrong regulator_enable in suspend/resumeJaehoon Chung2011-05-251-3/+3
* mmc: dw_mmc: set fixed burst in BMOD registerJaehoon Chung2011-03-251-2/+2
* mmc: dw_mmc: support mmc power control with regulatorJaehoon Chung2011-03-171-0/+25
* mmc: dw_mmc: fix suspend/resume operationJaehoon Chung2011-03-171-2/+20
* mmc: dw_mmc: add quirks for unreliable card detect, and capabilitiesJaehoon Chung2011-03-171-2/+8
* mmc: dw_mmc: Remove set-but-unused variable.Chris Ball2011-03-171-5/+1Star
* mmc: dw_mmc: support DDR modeJaehoon Chung2011-03-151-0/+8
* mmc: dw_mmc: support 8-bit buswidthJaehoon Chung2011-03-151-0/+3
* mmc: dw_mmc: Enable low-power mode for the card clock.Will Newton2011-03-151-1/+2
* mmc: dw_mmc: Run card detect tasklet during slot initialisation.Will Newton2011-03-151-0/+6
* mmc: dw_mmc: Add Synopsys DesignWare mmc host driver.Will Newton2011-01-091-0/+1796