aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/host/dw_mmc.c
AgeCommit message (Expand)Author
2013-02-27lib/scatterlist: use page iterator in the mapping iteratorImre Deak
2013-02-24mmc: dw_mmc: Remove DW_MCI_QUIRK_NO_WRITE_PROTECTDoug Anderson
2013-02-24mmc: dw_mmc: Handle wp-gpios from device treeDoug Anderson
2013-02-24mmc: dw_mmc: Add "disable-wp" device tree propertyDoug Anderson
2012-12-06mmc: dw_mmc: remove duplicated buswidth codeJaehoon Chung
2012-12-06mmc: dw_mmc: relocate where dw_mci_setup_bus() is called fromJaehoon Chung
2012-12-06mmc: dw_mmc: use devres functions in dw_mmcSeungwon Jeon
2012-12-06mmc: dw_mmc: Add sdio power bindingsAbhilash Kesavan
2012-12-06mmc: dw_mmc: fix more const pointer warningsArnd Bergmann
2012-11-07mmc: dw_mmc: constify dw_mci_idmac_ops in exynos back-endArnd Bergmann
2012-11-07mmc: dw_mmc: fix multiple drv_data NULL dereferencesJames Hogan
2012-11-07mmc: dw_mmc: enable controller interrupt before calling mmc_start_hostYuvaraj CD
2012-11-07mmc: dw_mmc: remove _dev_info compile warningSeungwon Jeon
2012-10-07mmc: core: Fixup broken suspend and eMMC4.5 power off notifyUlf Hansson
2012-10-03mmc: Revert "mmc: dw_mmc: Add check for IDMAC configuration"Seungwon Jeon
2012-10-03mmc: dw_mmc: add support for implementation specific callbacksThomas Abraham
2012-10-03mmc: dw_mmc: add device tree supportThomas Abraham
2012-10-03mmc: dw_mmc: add quirk to indicate missing write protect lineThomas Abraham
2012-10-03mmc: dw_mmc: lookup for optional biu and ciu clocksThomas Abraham
2012-10-03mmc: dw_mmc: allow probe to succeed even if one slot is initializedThomas Abraham
2012-10-03mmc: dw_mmc: convert copy of struct device in struct dw_mci to a referenceThomas Abraham
2012-09-04mmc: dw_mmc: fixed a section mismatch in dw_mci_init_slotJaehoon Chung
2012-09-04mmc: dw_mmc: Disable low power mode if SDIO interrupts are usedDoug Anderson
2012-09-04mmc: dw_mmc: fix error handling in PIO modeSeungwon Jeon
2012-09-04mmc: dw_mmc: correct mishandling error interruptSeungwon Jeon
2012-09-04mmc: dw_mmc: amend using error interrupt statusSeungwon Jeon
2012-07-21mmc: dw_mmc: Fix null dma_ops access when use_dma is falseJonathan Kliegman
2012-07-21mmc: dw_mmc: Add check for IDMAC configurationGirish K S
2012-06-06mmc: dw_mmc: correct the calculation for CLKDIVSeungwon Jeon
2012-06-06mmc: dw_mmc: fix incorrect setting of host->data of NULLSeungwon Jeon
2012-06-06mmc: dw_mmc: fix the IDMAC sw resetSeungwon Jeon
2012-06-06mmc: dw_mmc: fix the transmission handling in IDMACSeungwon Jeon
2012-05-17mmc: dw_mmc: Fixed sdio interrupt mask bit setting bugKyoungil Kim
2012-05-09mmc: dw_mmc: make multiple instances of dw_mci_card_workqueueThomas Abraham
2012-04-20mmc: dw_mmc: prevent NULL dereference for dma_opsJaehoon Chung
2012-04-20mmc: dw_mmc: Fix switch from DMA to PIOSeungwon Jeon
2012-03-27mmc: dw_mmc: Regression fix for non-IDMAC DMASeungwon Jeon
2012-03-27mmc: dw_mmc: fix compile error when CONFIG_MMC_DW_IDMAC is disabledJaehoon Chung
2012-03-25mmc: dw_mmc: shift with slot-id for CLKENA registerJaehoon Chung
2012-03-25mmc: dw_mmc: Add support for pre_req and post_reqSeungwon Jeon
2012-03-25mmc: dw_mmc: Override blk_settings with platdata on IDMACJaehoon Chung
2012-03-25mmc: Support of PCI mode in the dw_mmc driverShashidhar Hiremath
2012-03-25mmc: dw_mmc: add support for eMMC Power Off Notify featureJaehoon Chung
2012-02-13mmc: dw_mmc: Fix PIO mode with support of highmemSeungwon Jeon
2012-01-12mmc: dw_mmc: miscaculated the fifo-depth with wrong bit operationJaehoon Chung
2012-01-12mmc: dw_mmc: Clear the DDR mode for non-DDRSeungwon Jeon
2012-01-11mmc: dw_mmc: Support predefined mutiple block transfersSeungwon Jeon
2012-01-11mmc: dw_mmc: Remove unnecessary else clausesChris Ball
2012-01-11mmc: dw_mmc: Add more capabilities fieldSeungwon Jeon
2012-01-11mmc: dw_mmc: use dev_pm_ops for dw_mmc controllersJaehoon Chung