summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/rtsx_pci_sdmmc.c
Commit message (Expand)AuthorAgeFilesLines
* misc: rtsx: Move Realtek Card Reader Driver to miscRui Feng2017-11-291-1/+1
* mmc: rtsx: fix tuning fail on gen3 PCI-Expressrui_feng2017-10-301-20/+18
* mmc: use empty initializer list to zero-clear structuresMasahiro Yamada2017-02-131-1/+1
* mmc: delete is_first_req parameter from pre-request callbackLinus Walleij2016-11-291-2/+1
* mmc: rtsx_pci: use new macro for R1 without CRCWolfram Sang2016-09-261-1/+1
* mmc: rtsx_pci: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-07-291-10/+2
* mmc: rtsx_pci: Enable MMC_CAP_ERASE to allow erase/discard/trim requestsUlf Hansson2016-07-291-1/+1
* mmc: rtsx_pci: Use the provided busy timeout from the mmc coreUlf Hansson2016-07-291-1/+1
* mmc: rtsx: Constify platform_device_idKrzysztof Kozlowski2015-06-011-1/+1
* mmc: rtsx: check sg_count before long data xferMicky Ching2015-01-211-2/+9
* mmc: rtsx: finish request if no card existMicky Ching2015-01-211-2/+7
* mmc: rtsx: swap function position to avoid pre declarationMicky Ching2015-01-191-103/+100
* mmc: rtsx: add support for sdio cardMicky Ching2015-01-191-96/+138
* mmc: rtsx: add helper function to simplify codeMicky Ching2015-01-191-44/+51
* mmc: rtsx: init cookie at probe/card_eventMicky Ching2015-01-191-0/+2
* mmc: rtsx: add dump_reg_range to simplify dump registerMicky Ching2015-01-191-17/+21
* mmc: rtsx_pci: Set power related cap2 macrosRoger Tseng2014-09-241-0/+1
* mmc: remove .owner field for drivers using module_platform_driverPeter Griffin2014-09-091-1/+0
* mmc: rtsx_pci_sdmmc: fix incorrect last byte in R2 responseRoger Tseng2014-09-091-0/+7
* mmc: rtsx: add support for async requestMicky Ching2014-07-091-6/+127
* Merge tag 'mmc-updates-for-3.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-06-101-0/+5
|\
| * mmc: rtsx: add R1-no-CRC mmc command type handleMicky Ching2014-04-221-0/+3
| * mmc: rtsx: clarify DDR timing mode between SD-UHS and eMMCSeungwon Jeon2014-04-201-0/+2
* | mmc: rtsx: Revert "mmc: rtsx: add support for pre_req and post_req"Micky Ching2014-05-081-350/+68
|/
* mmc: rtsx: add support for pre_req and post_reqMicky Ching2014-02-221-68/+350
* mmc: rtsx: modify phase searching method for tuningMicky Ching2014-02-221-80/+32
* mmc: rtsx: fix card poweroff bugMicky Ching2014-02-221-1/+2
* mmc: rtsx: Remove redundant suspend and resume callbacksUlf Hansson2013-10-301-33/+0
* mmc: core: clean up duplicate macrosJackey Shen2013-09-251-1/+1
* mmc: memstick: rtsx: Modify copyright commentsWei WANG2013-08-301-2/+1
* mmc: rtsx: Clear SD_CLK toggle enable bit if switching voltage failWei WANG2013-08-301-1/+8
* mfd: mmc: rtsx: Change default tx phaseWei WANG2013-08-301-16/+42
* mmc: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-261-2/+0
* mmc: rtsx_pci_sdmmc: Don't execute power up sequence repeatedlyWei WANG2013-03-221-0/+10
* Merge tag 'mmc-updates-for-3.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-261-5/+0
|\
| * mmc: rtsx: remove driving adjustmentRoger Tseng2013-02-241-5/+0
* | mfd: rtsx: Fix issue that booting OS with SD card insertedWei WANG2013-02-141-0/+18
|/
* mmc: rtsx: Call MFD hook to switch output voltageWei WANG2013-01-271-25/+5
* mmc: rtsx: Explicitely include slab.h in rtsx_pci_sdmmc.cWei WANG2012-11-211-0/+1
* mmc: rtsx: Configure SD_CFG2 register in sd_rw_multiWei WANG2012-11-211-0/+1
* mmc: rtsx: Remove a duplicate command in sd_rw_multiWei WANG2012-11-201-2/+0
* mmc: Add realtek pcie sdmmc host driverWei WANG2012-11-081-0/+1348
OpenPOWER on IntegriCloud