summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/dw_mmc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: Fixup broken suspend and eMMC4.5 power off notifyUlf Hansson2012-10-071-5/+0
* mmc: Revert "mmc: dw_mmc: Add check for IDMAC configuration"Seungwon Jeon2012-10-031-13/+2
* mmc: dw_mmc: add support for implementation specific callbacksThomas Abraham2012-10-031-1/+46
* mmc: dw_mmc: add device tree supportThomas Abraham2012-10-031-7/+123
* mmc: dw_mmc: add quirk to indicate missing write protect lineThomas Abraham2012-10-031-1/+3
* mmc: dw_mmc: lookup for optional biu and ciu clocksThomas Abraham2012-10-031-3/+49
* mmc: dw_mmc: allow probe to succeed even if one slot is initializedThomas Abraham2012-10-031-10/+13
* mmc: dw_mmc: convert copy of struct device in struct dw_mci to a referenceThomas Abraham2012-10-031-28/+28
* mmc: dw_mmc: fixed a section mismatch in dw_mci_init_slotJaehoon Chung2012-09-041-1/+1
* mmc: dw_mmc: Disable low power mode if SDIO interrupts are usedDoug Anderson2012-09-041-3/+38
* mmc: dw_mmc: fix error handling in PIO modeSeungwon Jeon2012-09-041-27/+2
* mmc: dw_mmc: correct mishandling error interruptSeungwon Jeon2012-09-041-3/+1
* mmc: dw_mmc: amend using error interrupt statusSeungwon Jeon2012-09-041-6/+5
* mmc: dw_mmc: Fix null dma_ops access when use_dma is falseJonathan Kliegman2012-07-211-1/+1
* mmc: dw_mmc: Add check for IDMAC configurationGirish K S2012-07-211-2/+13
* mmc: dw_mmc: correct the calculation for CLKDIVSeungwon Jeon2012-06-061-4/+5
* mmc: dw_mmc: fix incorrect setting of host->data of NULLSeungwon Jeon2012-06-061-1/+1
* mmc: dw_mmc: fix the IDMAC sw resetSeungwon Jeon2012-06-061-12/+12
* mmc: dw_mmc: fix the transmission handling in IDMACSeungwon Jeon2012-06-061-1/+0
* mmc: dw_mmc: Fixed sdio interrupt mask bit setting bugKyoungil Kim2012-05-171-2/+2
* mmc: dw_mmc: make multiple instances of dw_mci_card_workqueueThomas Abraham2012-05-091-8/+6
* mmc: dw_mmc: prevent NULL dereference for dma_opsJaehoon Chung2012-04-201-1/+2
* mmc: dw_mmc: Fix switch from DMA to PIOSeungwon Jeon2012-04-201-1/+3
* mmc: dw_mmc: Regression fix for non-IDMAC DMASeungwon Jeon2012-03-271-16/+9
* 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-251-2/+2
* mmc: dw_mmc: Add support for pre_req and post_reqSeungwon Jeon2012-03-251-27/+102
* mmc: dw_mmc: Override blk_settings with platdata on IDMACJaehoon Chung2012-03-251-8/+8
* mmc: Support of PCI mode in the dw_mmc driverShashidhar Hiremath2012-03-251-102/+53
* mmc: dw_mmc: add support for eMMC Power Off Notify featureJaehoon Chung2012-03-251-0/+5
* mmc: dw_mmc: Fix PIO mode with support of highmemSeungwon Jeon2012-02-131-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-111-6/+28
* mmc: dw_mmc: Remove unnecessary else clausesChris Ball2012-01-111-5/+0
* mmc: dw_mmc: Add more capabilities fieldSeungwon Jeon2012-01-111-0/+6
* mmc: dw_mmc: use dev_pm_ops for dw_mmc controllersJaehoon Chung2012-01-111-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/+0
* | 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
OpenPOWER on IntegriCloud