aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/dw_mmc.c
Commit message (Expand)AuthorAge
* mmc: dw_mmc: let device core setup the default pin configurationThomas Abraham2013-04-12
* mmc: dw_mmc: Use pr_info instead of printkSachin Kamat2013-04-04
* mmc: dw_mmc: Check return value of regulator_enableSachin Kamat2013-04-04
* mmc: dw_mmc: control the power-enable registerJaehoon Chung2013-04-04
* mmc: dw_mmc: fix fifo access for 64-bitSeungwon Jeon2013-04-04
* mmc: dw_mmc: Handle unaligned data submission correctlyMarkos Chandras2013-03-22
* mmc: dw_mmc: Avoid adding the number of transmitted bytes twiceMarkos Chandras2013-03-22
* mmc: dw_mmc: Don't loop when handling an interruptMarkos Chandras2013-03-22
* mmc: dw_mmc: move host->data_offset init earlierJames Hogan2013-03-22
* mmc: dw_mmc: setpower on MMC_POWER_{UP,OFF}James Hogan2013-03-22
* mmc: dw_mmc: fixed a wrong UHS_REG 16 bit clearHyeonsu Kim2013-03-22
* mmc: dw_mmc: empty FIFO after data transfer over interrupt in pio modeKyoungil Kim2013-03-22
* mmc: dw_mmc: return the result of mmc_add_host()Jaehoon Chung2013-03-22
* lib/scatterlist: use page iterator in the mapping iteratorImre Deak2013-02-27
* mmc: dw_mmc: Remove DW_MCI_QUIRK_NO_WRITE_PROTECTDoug Anderson2013-02-24
* mmc: dw_mmc: Handle wp-gpios from device treeDoug Anderson2013-02-24
* mmc: dw_mmc: Add "disable-wp" device tree propertyDoug Anderson2013-02-24
* mmc: dw_mmc: remove duplicated buswidth codeJaehoon Chung2012-12-06
* mmc: dw_mmc: relocate where dw_mci_setup_bus() is called fromJaehoon Chung2012-12-06
* mmc: dw_mmc: use devres functions in dw_mmcSeungwon Jeon2012-12-06
* mmc: dw_mmc: Add sdio power bindingsAbhilash Kesavan2012-12-06
* mmc: dw_mmc: fix more const pointer warningsArnd Bergmann2012-12-06
* mmc: dw_mmc: constify dw_mci_idmac_ops in exynos back-endArnd Bergmann2012-11-07
* mmc: dw_mmc: fix multiple drv_data NULL dereferencesJames Hogan2012-11-07
* mmc: dw_mmc: enable controller interrupt before calling mmc_start_hostYuvaraj CD2012-11-07
* mmc: dw_mmc: remove _dev_info compile warningSeungwon Jeon2012-11-07
* mmc: core: Fixup broken suspend and eMMC4.5 power off notifyUlf Hansson2012-10-07
* mmc: Revert "mmc: dw_mmc: Add check for IDMAC configuration"Seungwon Jeon2012-10-03
* mmc: dw_mmc: add support for implementation specific callbacksThomas Abraham2012-10-03
* mmc: dw_mmc: add device tree supportThomas Abraham2012-10-03
* mmc: dw_mmc: add quirk to indicate missing write protect lineThomas Abraham2012-10-03
* mmc: dw_mmc: lookup for optional biu and ciu clocksThomas Abraham2012-10-03
* mmc: dw_mmc: allow probe to succeed even if one slot is initializedThomas Abraham2012-10-03
* mmc: dw_mmc: convert copy of struct device in struct dw_mci to a referenceThomas Abraham2012-10-03
* mmc: dw_mmc: fixed a section mismatch in dw_mci_init_slotJaehoon Chung2012-09-04
* mmc: dw_mmc: Disable low power mode if SDIO interrupts are usedDoug Anderson2012-09-04
* mmc: dw_mmc: fix error handling in PIO modeSeungwon Jeon2012-09-04
* mmc: dw_mmc: correct mishandling error interruptSeungwon Jeon2012-09-04
* mmc: dw_mmc: amend using error interrupt statusSeungwon Jeon2012-09-04
* mmc: dw_mmc: Fix null dma_ops access when use_dma is falseJonathan Kliegman2012-07-21
* mmc: dw_mmc: Add check for IDMAC configurationGirish K S2012-07-21
* mmc: dw_mmc: correct the calculation for CLKDIVSeungwon Jeon2012-06-06
* mmc: dw_mmc: fix incorrect setting of host->data of NULLSeungwon Jeon2012-06-06
* mmc: dw_mmc: fix the IDMAC sw resetSeungwon Jeon2012-06-06
* mmc: dw_mmc: fix the transmission handling in IDMACSeungwon Jeon2012-06-06
* mmc: dw_mmc: Fixed sdio interrupt mask bit setting bugKyoungil Kim2012-05-17
* mmc: dw_mmc: make multiple instances of dw_mci_card_workqueueThomas Abraham2012-05-09
* mmc: dw_mmc: prevent NULL dereference for dma_opsJaehoon Chung2012-04-20
* mmc: dw_mmc: Fix switch from DMA to PIOSeungwon Jeon2012-04-20
* mmc: dw_mmc: Regression fix for non-IDMAC DMASeungwon Jeon2012-03-27