aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/host/dw_mmc.c
AgeCommit message (Expand)Author
2015-03-04Merge tag 'lsk-v3.14-15.02' of http://git.linaro.org/kernel/linux-linaro-stab...Gary S. Robertson
2015-01-08mmc: dw_mmc: avoid write to CDTHRCTL on older versionsJames Hogan
2014-09-29mmc: dw_mmc endian fixVictor Kamensky
2014-01-17mmc: dw_mmc: fix dw_mci_get_cdZhangfei Gao
2014-01-13mmc: dw_mmc: use slot-gpio to handle cd pinZhangfei Gao
2013-10-30mmc: dw_mmc: Move away from using deprecated APIsUlf Hansson
2013-09-25mmc: dw_mmc: fix the transfer termination in IDMAC modeSeungwon Jeon
2013-09-25mmc: dw_mmc: amend use of idmac sw resetSeungwon Jeon
2013-09-25mmc: dw_mmc: gather each reset code into functionsSeungwon Jeon
2013-09-25mmc: dw_mmc: rework the code related to cmd/data completionSeungwon Jeon
2013-09-25mmc: dw_mmc: guarantee stop-abort cmd in data errorsSeungwon Jeon
2013-09-25mmc: dw_mmc: fix error handling on response errorSeungwon Jeon
2013-09-25mmc: dw_mmc: control card read thresholdSeungwon Jeon
2013-09-25mmc: dw_mmc: adjust the fifoth with block sizeSeungwon Jeon
2013-09-25mmc: dw_mmc: set the supported max/min frequencySeungwon Jeon
2013-09-25mmc: dw_mmc: move supports-highspeed of quirks to capsSeungwon Jeon
2013-09-25mmc: dw_mmc: add the capability to support hs200 modeSeungwon Jeon
2013-09-25mmc: dw_mmc: add support tuning schemeSeungwon Jeon
2013-09-25mmc: dw_mmc: move the platform specific init callYuvaraj Kumar C D
2013-09-25mmc: dw_mmc: Set timeout to max upon resumeDoug Anderson
2013-09-25mmc: dw_mmc: Honor requests to set the clock to 0Doug Anderson
2013-09-25mmc: dw_mmc: don't queue up a card detect at slot startupDoug Anderson
2013-09-10Merge tag 'mmc-updates-for-3.12-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-08-24mmc: dw_mmc: Handle DW_MCI_QUIRK_IDMAC_DTO properlyDoug Anderson
2013-07-31mmc: dw_mmc: Indicate that regulators may be absentMark Brown
2013-06-27mmc: dw_mmc: Add the ability to set the ciu clock frequencyDoug Anderson
2013-06-27mmc: dw_mmc: Handle late vmmc regulators with EPROBE_DEFERDoug Anderson
2013-06-27mmc: dw_mmc: change the macro name from DTO to DRTOJaehoon Chung
2013-05-26mmc: dw_mmc: clear IDSTS register when initialize IDMACJoonyoung Shim
2013-05-26mmc: dw_mmc: fix error return code in dw_mci_probe()Wei Yongjun
2013-04-12mmc: dw_mmc: let device core setup the default pin configurationThomas Abraham
2013-04-04mmc: dw_mmc: Use pr_info instead of printkSachin Kamat
2013-04-04mmc: dw_mmc: Check return value of regulator_enableSachin Kamat
2013-04-04mmc: dw_mmc: control the power-enable registerJaehoon Chung
2013-04-04mmc: dw_mmc: fix fifo access for 64-bitSeungwon Jeon
2013-03-22mmc: dw_mmc: Handle unaligned data submission correctlyMarkos Chandras
2013-03-22mmc: dw_mmc: Avoid adding the number of transmitted bytes twiceMarkos Chandras
2013-03-22mmc: dw_mmc: Don't loop when handling an interruptMarkos Chandras
2013-03-22mmc: dw_mmc: move host->data_offset init earlierJames Hogan
2013-03-22mmc: dw_mmc: setpower on MMC_POWER_{UP,OFF}James Hogan
2013-03-22mmc: dw_mmc: fixed a wrong UHS_REG 16 bit clearHyeonsu Kim
2013-03-22mmc: dw_mmc: empty FIFO after data transfer over interrupt in pio modeKyoungil Kim
2013-03-22mmc: dw_mmc: return the result of mmc_add_host()Jaehoon Chung
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