index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
mmc
/
dw_mmc.h
Age
Commit message (
Expand
)
Author
2016-02-29
mmc: dw_mmc: remove struct block_settings
Shawn Lin
2016-01-05
mmc: dw_mmc: remove the unused quirks
Jaehoon Chung
2015-12-22
mmc: dw_mmc: use resource_size_t to store physical address
Arnd Bergmann
2015-10-26
mmc: dw_mmc: Add external dma interface support
Shawn Lin
2015-08-17
mmc: dw_mmc: add quirk for broken data transfer over scheme
Addy Ke
2015-08-17
mmc: dw_mmc: remove the unused blk_setting
Jaehoon Chung
2015-08-17
mmc: dw_mmc: fix pio mode when internal dmac is enabled
Heiko Stuebner
2015-06-01
mmc: dw_mmc: Use core to handle absent write protect line
Lars-Peter Clausen
2015-04-09
mmc: dw_mmc: fix fifo ordering in big endian
Ben Dooks
2015-03-31
mmc: dw_mmc: Add a timeout for sending CMD11
Doug Anderson
2015-01-19
mmc: dw_mmc: Protect read-modify-write of INTMASK with a lock
Doug Anderson
2014-11-26
mmc: dw_mmc: add support for the other bit of sdio interrupt
Addy Ke
2014-11-26
mmc: dw_mmc: Add IDMAC 64-bit address mode support
Prabu Thangamuthu
2014-11-10
mmc: dw_mmc: Remove old card detect infrastructure
Doug Anderson
2014-09-09
mmc: dw_mmc: Support voltage changes
Doug Anderson
2014-09-09
mmc: dw_mmc: use mmc_regulator_get_supply to handle regulators
Yuvaraj CD
2014-08-11
mmc: dw_mmc: Slot quirk "disable-wp" is deprecated.
Jaehoon Chung
2014-05-12
mmc: dw_mmc: remove unused member variable.
Jaehoon Chung
2013-09-25
mmc: dw_mmc: guarantee stop-abort cmd in data errors
Seungwon Jeon
2013-09-25
mmc: dw_mmc: control card read threshold
Seungwon Jeon
2013-09-25
mmc: dw_mmc: adjust the fifoth with block size
Seungwon Jeon
2013-02-24
mmc: dw_mmc: Remove DW_MCI_QUIRK_NO_WRITE_PROTECT
Doug Anderson
2013-02-24
mmc: dw_mmc: Add "disable-wp" device tree property
Doug Anderson
2012-12-06
mmc: dw_mmc: Add sdio power bindings
Abhilash Kesavan
2012-12-06
mmc: Standardise capability type
Lee Jones
2012-11-07
mmc: dw_mmc: constify dw_mci_idmac_ops in exynos back-end
Arnd Bergmann
2012-11-07
mmc: dw_mmc: convert the variable type of irq
Seungwon Jeon
2012-10-03
mmc: dw_mmc: add support for exynos specific implementation of dw-mshc
Thomas Abraham
2012-10-03
mmc: dw_mmc: add support for implementation specific callbacks
Thomas Abraham
2012-10-03
mmc: dw_mmc: add quirk to indicate missing write protect line
Thomas Abraham
2012-10-03
mmc: dw_mmc: lookup for optional biu and ciu clocks
Thomas Abraham
2012-10-03
mmc: dw_mmc: convert copy of struct device in struct dw_mci to a reference
Thomas Abraham
2012-05-09
mmc: dw_mmc: make multiple instances of dw_mci_card_workqueue
Thomas Abraham
2012-03-25
mmc: Support of PCI mode in the dw_mmc driver
Shashidhar Hiremath
2012-02-13
mmc: dw_mmc: Fix PIO mode with support of highmem
Seungwon Jeon
2012-01-11
mmc: dw_mmc: Add more capabilities field
Seungwon Jeon
2011-10-26
mmc: dw_mmc: modify DATA register offset
Jaehoon Chung
2011-07-20
mmc: dw_mmc: fix stop when fallen back to PIO
James Hogan
2011-07-20
mmc: dw_mmc: handle unaligned buffers and sizes
James Hogan
2011-07-20
mmc: dw_mmc: don't hard code fifo depth, fix usage
James Hogan
2011-07-20
mmc: dw_mmc: convert card tasklet to workqueue
James Hogan
2011-07-20
mmc: Standardize header file inclusion checks.
Robert P. J. Day
2011-03-31
Fix common misspellings
Lucas De Marchi
2011-03-17
mmc: dw_mmc: support mmc power control with regulator
Jaehoon Chung
2011-03-17
mmc: dw_mmc: fix suspend/resume operation
Jaehoon Chung
2011-03-17
mmc: dw_mmc: add quirks for unreliable card detect, and capabilities
Jaehoon Chung
2011-03-15
mmc: dw_mmc: modify quirks bit-shift control
Jaehoon Chung
2011-01-08
mmc: dw_mmc: Add Synopsys DesignWare mmc host driver.
Will Newton