aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/dw_mmc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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