summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/dw_mmc.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-09Merge tag 'mmc-updates-for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2014-03-29workqueue: remove deprecated WQ_NON_REENTRANTZhangZhen1-1/+1
2014-02-25mmc: dw_mmc: Fix NULL pointer dereferenceSachin Kamat1-1/+1
2014-01-17mmc: dw_mmc: fix dw_mci_get_cdZhangfei Gao1-3/+9
2014-01-13mmc: dw_mmc: use slot-gpio to handle cd pinZhangfei Gao1-13/+35
2013-10-30mmc: dw_mmc: Move away from using deprecated APIsUlf Hansson1-21/+0
2013-09-25mmc: dw_mmc: fix the transfer termination in IDMAC modeSeungwon Jeon1-3/+3
2013-09-25mmc: dw_mmc: amend use of idmac sw resetSeungwon Jeon1-6/+11
2013-09-25mmc: dw_mmc: gather each reset code into functionsSeungwon Jeon1-38/+43
2013-09-25mmc: dw_mmc: rework the code related to cmd/data completionSeungwon Jeon1-63/+84
2013-09-25mmc: dw_mmc: guarantee stop-abort cmd in data errorsSeungwon Jeon1-20/+64
2013-09-25mmc: dw_mmc: fix error handling on response errorSeungwon Jeon1-5/+21
2013-09-25mmc: dw_mmc: control card read thresholdSeungwon Jeon1-2/+36
2013-09-25mmc: dw_mmc: adjust the fifoth with block sizeSeungwon Jeon1-3/+71
2013-09-25mmc: dw_mmc: set the supported max/min frequencySeungwon Jeon1-2/+12
2013-09-25mmc: dw_mmc: move supports-highspeed of quirks to capsSeungwon Jeon1-6/+3
2013-09-25mmc: dw_mmc: add the capability to support hs200 modeSeungwon Jeon1-0/+6
2013-09-25mmc: dw_mmc: add support tuning schemeSeungwon Jeon1-37/+60
2013-09-25mmc: dw_mmc: move the platform specific init callYuvaraj Kumar C D1-0/+9
2013-09-25mmc: dw_mmc: Set timeout to max upon resumeDoug Anderson1-0/+3
2013-09-25mmc: dw_mmc: Honor requests to set the clock to 0Doug Anderson1-16/+28
2013-09-25mmc: dw_mmc: don't queue up a card detect at slot startupDoug Anderson1-6/+0
2013-09-10Merge tag 'mmc-updates-for-3.12-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-11/+10
2013-08-24mmc: dw_mmc: Handle DW_MCI_QUIRK_IDMAC_DTO properlyDoug Anderson1-11/+10
2013-07-31mmc: dw_mmc: Indicate that regulators may be absentMark Brown1-1/+1
2013-06-27mmc: dw_mmc: Add the ability to set the ciu clock frequencyDoug Anderson1-4/+13
2013-06-27mmc: dw_mmc: Handle late vmmc regulators with EPROBE_DEFERDoug Anderson1-14/+20
2013-06-27mmc: dw_mmc: change the macro name from DTO to DRTOJaehoon Chung1-2/+2
2013-05-26mmc: dw_mmc: clear IDSTS register when initialize IDMACJoonyoung Shim1-0/+6
2013-05-26mmc: dw_mmc: fix error return code in dw_mci_probe()Wei Yongjun1-1/+3
2013-04-12mmc: dw_mmc: let device core setup the default pin configurationThomas Abraham1-8/+0
2013-04-04mmc: dw_mmc: Use pr_info instead of printkSachin Kamat1-1/+1
2013-04-04mmc: dw_mmc: Check return value of regulator_enableSachin Kamat1-4/+16
2013-04-04mmc: dw_mmc: control the power-enable registerJaehoon Chung1-0/+6
2013-04-04mmc: dw_mmc: fix fifo access for 64-bitSeungwon Jeon1-1/+2
2013-03-22mmc: dw_mmc: Handle unaligned data submission correctlyMarkos Chandras1-9/+24
2013-03-22mmc: dw_mmc: Avoid adding the number of transmitted bytes twiceMarkos Chandras1-8/+4
2013-03-22mmc: dw_mmc: Don't loop when handling an interruptMarkos Chandras1-7/+4
2013-03-22mmc: dw_mmc: move host->data_offset init earlierJames Hogan1-12/+12
2013-03-22mmc: dw_mmc: setpower on MMC_POWER_{UP,OFF}James Hogan1-8/+8
2013-03-22mmc: dw_mmc: fixed a wrong UHS_REG 16 bit clearHyeonsu Kim1-2/+2
2013-03-22mmc: dw_mmc: empty FIFO after data transfer over interrupt in pio modeKyoungil Kim1-4/+6
2013-03-22mmc: dw_mmc: return the result of mmc_add_host()Jaehoon Chung1-1/+3
2013-02-27lib/scatterlist: use page iterator in the mapping iteratorImre Deak1-2/+2
2013-02-24mmc: dw_mmc: Remove DW_MCI_QUIRK_NO_WRITE_PROTECTDoug Anderson1-7/+1
2013-02-24mmc: dw_mmc: Handle wp-gpios from device treeDoug Anderson1-0/+34
2013-02-24mmc: dw_mmc: Add "disable-wp" device tree propertyDoug Anderson1-1/+40
2012-12-06mmc: dw_mmc: remove duplicated buswidth codeJaehoon Chung1-6/+3
2012-12-06mmc: dw_mmc: relocate where dw_mci_setup_bus() is called fromJaehoon Chung1-3/+3
2012-12-06mmc: dw_mmc: use devres functions in dw_mmcSeungwon Jeon1-29/+14