summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/dw_mmc.c
AgeCommit message (Expand)Author
2011-08-13mmc: dw_mmc: Fix DDR mode support.Seungwon Jeon
2011-08-13mmc: dw_mmc: Fix mask in IDMAC_SET_BUFFER1_SIZE macroShashidhar Hiremath
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-07-20mmc: dw_mmc: reset FIFO after an errorJames Hogan
2011-07-20mmc: dw_mmc: handle "no CRC status" errorJames Hogan
2011-07-20mmc: dw_mmc: remove unnecessary error messagesJames Hogan
2011-07-20mmc: dw_mmc: fix stop when fallen back to PIOJames Hogan
2011-07-20mmc: dw_mmc: handle unaligned buffers and sizesJames Hogan
2011-07-20mmc: dw_mmc: don't hard code fifo depth, fix usageJames Hogan
2011-07-20mmc: dw_mmc: convert card tasklet to workqueueJames Hogan
2011-07-20mmc: dw_mmc: fix race with request and removalJames Hogan
2011-07-20mmc: dw_mmc: clear TXDR/RXDR ints before enablingJames Hogan
2011-07-20mmc: dw_mmc: protect a sequence of request and request-done.Seungwon Jeon
2011-07-20mmc: dw_mmc: set the card_width bit per card.Seungwon Jeon
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches
2011-05-24mmc: dw_mmc: fixed wrong regulator_enable in suspend/resumeJaehoon Chung
2011-03-25mmc: dw_mmc: set fixed burst in BMOD registerJaehoon Chung
2011-03-17mmc: dw_mmc: support mmc power control with regulatorJaehoon Chung
2011-03-17mmc: dw_mmc: fix suspend/resume operationJaehoon Chung
2011-03-17mmc: dw_mmc: add quirks for unreliable card detect, and capabilitiesJaehoon Chung
2011-03-17mmc: dw_mmc: Remove set-but-unused variable.Chris Ball
2011-03-15mmc: dw_mmc: support DDR modeJaehoon Chung
2011-03-15mmc: dw_mmc: support 8-bit buswidthJaehoon Chung
2011-03-15mmc: dw_mmc: Enable low-power mode for the card clock.Will Newton
2011-03-15mmc: dw_mmc: Run card detect tasklet during slot initialisation.Will Newton
2011-01-08mmc: dw_mmc: Add Synopsys DesignWare mmc host driver.Will Newton