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