aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/rtsx_pci_sdmmc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-11/+9
2022-03-02mmc: rtsx: add 74 Clocks in power on flowRicky WU1-10/+19
2022-03-01mmc: rtsx: Fix build errors/warnings for unused variableUlf Hansson1-6/+0
2022-02-22mmc: rtsx: Let MMC core handle runtime PMKai-Heng Feng1-18/+0
2022-01-26mmc: rtsx: Use pm_runtime_{get,put}() to handle runtime PMKai-Heng Feng1-11/+33
2021-08-24mmc: rtsx_pci: Fix long reads when clock is prescaledThomas Hebb1-13/+23
2021-02-01mmc: rtsx: add delay before power onRicky Wu1-0/+2
2021-02-01mmc: rtsx: Add MMC_CAP2_NO_SDIO flagRicky Wu1-1/+2
2020-12-15Merge tag 'mmc-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-0/+71
2020-12-09misc: rtsx: rts5249 support runtime PMRicky Wu1-0/+16
2020-11-16mmc: rtsx: Add test mode for RTS5261Rui Feng1-3/+16
2020-11-16mmc: rtsx_pci: Add SD Express mode support for RTS5261Rui Feng1-0/+58
2020-09-07mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4Douglas Anderson1-0/+1
2020-08-05Merge tag 'mmc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-2/+2
2020-07-13mmc: rtsx_pci_sdmmc: Remove set but unused variable 'err'Lee Jones1-2/+2
2020-07-10misc: rtsx: Add support new chip rts5228 mmc: rtsx: Add support MMC_CAP2_NO_MMCRicky Wu1-0/+2
2020-05-28mmc: host: Drop redundant MMC_CAP_ERASEUlf Hansson1-1/+1
2020-03-18mmc: rtsx_pci: Fix support for speed-modes that relies on tuningRicky Wu1-5/+8
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 17Thomas Gleixner1-13/+1
2017-11-29misc: rtsx: Move Realtek Card Reader Driver to miscRui Feng1-1/+1
2017-10-30mmc: rtsx: fix tuning fail on gen3 PCI-Expressrui_feng1-20/+18
2017-02-13mmc: use empty initializer list to zero-clear structuresMasahiro Yamada1-1/+1
2016-11-29mmc: delete is_first_req parameter from pre-request callbackLinus Walleij1-2/+1
2016-09-26mmc: rtsx_pci: use new macro for R1 without CRCWolfram Sang1-1/+1
2016-07-29mmc: rtsx_pci: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-10/+2
2016-07-29mmc: rtsx_pci: Enable MMC_CAP_ERASE to allow erase/discard/trim requestsUlf Hansson1-1/+1
2016-07-29mmc: rtsx_pci: Use the provided busy timeout from the mmc coreUlf Hansson1-1/+1
2015-06-01mmc: rtsx: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-01-21mmc: rtsx: check sg_count before long data xferMicky Ching1-2/+9
2015-01-21mmc: rtsx: finish request if no card existMicky Ching1-2/+7
2015-01-19mmc: rtsx: swap function position to avoid pre declarationMicky Ching1-103/+100
2015-01-19mmc: rtsx: add support for sdio cardMicky Ching1-96/+138
2015-01-19mmc: rtsx: add helper function to simplify codeMicky Ching1-44/+51
2015-01-19mmc: rtsx: init cookie at probe/card_eventMicky Ching1-0/+2
2015-01-19mmc: rtsx: add dump_reg_range to simplify dump registerMicky Ching1-17/+21
2014-09-24mmc: rtsx_pci: Set power related cap2 macrosRoger Tseng1-0/+1
2014-09-09mmc: remove .owner field for drivers using module_platform_driverPeter Griffin1-1/+0
2014-09-09mmc: rtsx_pci_sdmmc: fix incorrect last byte in R2 responseRoger Tseng1-0/+7
2014-07-09mmc: rtsx: add support for async requestMicky Ching1-6/+127
2014-06-10Merge tag 'mmc-updates-for-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds1-0/+5
2014-05-08mmc: rtsx: Revert "mmc: rtsx: add support for pre_req and post_req"Micky Ching1-350/+68
2014-04-22mmc: rtsx: add R1-no-CRC mmc command type handleMicky Ching1-0/+3
2014-04-20mmc: rtsx: clarify DDR timing mode between SD-UHS and eMMCSeungwon Jeon1-0/+2
2014-02-22mmc: rtsx: add support for pre_req and post_reqMicky Ching1-68/+350
2014-02-22mmc: rtsx: modify phase searching method for tuningMicky Ching1-80/+32
2014-02-22mmc: rtsx: fix card poweroff bugMicky Ching1-1/+2
2013-10-30mmc: rtsx: Remove redundant suspend and resume callbacksUlf Hansson1-33/+0
2013-09-25mmc: core: clean up duplicate macrosJackey Shen1-1/+1
2013-08-30mmc: memstick: rtsx: Modify copyright commentsWei WANG1-2/+1
2013-08-30mmc: rtsx: Clear SD_CLK toggle enable bit if switching voltage failWei WANG1-1/+8