summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/rtsx_pci_sdmmc.c
AgeCommit message (Expand)Author
2023-12-15mmc: rtsx: add rts5264 to support sd express cardRicky Wu
2023-08-15mmc: rtsx_pci: Convert to platform remove callback returning voidYangtao Li
2023-08-15mmc: rtsx_pci: Drop if block with always false conditionYangtao Li
2022-12-07mmc: rtsx_pci: fix return value check of mmc_add_host()Yang Yingliang
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-02mmc: rtsx: add 74 Clocks in power on flowRicky WU
2022-03-01mmc: rtsx: Fix build errors/warnings for unused variableUlf Hansson
2022-02-22mmc: rtsx: Let MMC core handle runtime PMKai-Heng Feng
2022-01-26mmc: rtsx: Use pm_runtime_{get,put}() to handle runtime PMKai-Heng Feng
2021-08-24mmc: rtsx_pci: Fix long reads when clock is prescaledThomas Hebb
2021-02-01mmc: rtsx: add delay before power onRicky Wu
2021-02-01mmc: rtsx: Add MMC_CAP2_NO_SDIO flagRicky Wu
2020-12-15Merge tag 'mmc-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2020-12-09misc: rtsx: rts5249 support runtime PMRicky Wu
2020-11-16mmc: rtsx: Add test mode for RTS5261Rui Feng
2020-11-16mmc: rtsx_pci: Add SD Express mode support for RTS5261Rui Feng
2020-09-07mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4Douglas Anderson
2020-08-05Merge tag 'mmc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2020-07-13mmc: rtsx_pci_sdmmc: Remove set but unused variable 'err'Lee Jones
2020-07-10misc: rtsx: Add support new chip rts5228 mmc: rtsx: Add support MMC_CAP2_NO_MMCRicky Wu
2020-05-28mmc: host: Drop redundant MMC_CAP_ERASEUlf Hansson
2020-03-18mmc: rtsx_pci: Fix support for speed-modes that relies on tuningRicky Wu
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 17Thomas Gleixner
2017-11-29misc: rtsx: Move Realtek Card Reader Driver to miscRui Feng
2017-10-30mmc: rtsx: fix tuning fail on gen3 PCI-Expressrui_feng
2017-02-13mmc: use empty initializer list to zero-clear structuresMasahiro Yamada
2016-11-29mmc: delete is_first_req parameter from pre-request callbackLinus Walleij
2016-09-26mmc: rtsx_pci: use new macro for R1 without CRCWolfram Sang
2016-07-29mmc: rtsx_pci: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar
2016-07-29mmc: rtsx_pci: Enable MMC_CAP_ERASE to allow erase/discard/trim requestsUlf Hansson
2016-07-29mmc: rtsx_pci: Use the provided busy timeout from the mmc coreUlf Hansson
2015-06-01mmc: rtsx: Constify platform_device_idKrzysztof Kozlowski
2015-01-21mmc: rtsx: check sg_count before long data xferMicky Ching
2015-01-21mmc: rtsx: finish request if no card existMicky Ching
2015-01-19mmc: rtsx: swap function position to avoid pre declarationMicky Ching
2015-01-19mmc: rtsx: add support for sdio cardMicky Ching
2015-01-19mmc: rtsx: add helper function to simplify codeMicky Ching
2015-01-19mmc: rtsx: init cookie at probe/card_eventMicky Ching
2015-01-19mmc: rtsx: add dump_reg_range to simplify dump registerMicky Ching
2014-09-24mmc: rtsx_pci: Set power related cap2 macrosRoger Tseng
2014-09-09mmc: remove .owner field for drivers using module_platform_driverPeter Griffin
2014-09-09mmc: rtsx_pci_sdmmc: fix incorrect last byte in R2 responseRoger Tseng
2014-07-09mmc: rtsx: add support for async requestMicky Ching
2014-06-10Merge tag 'mmc-updates-for-3.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-05-08mmc: rtsx: Revert "mmc: rtsx: add support for pre_req and post_req"Micky Ching
2014-04-22mmc: rtsx: add R1-no-CRC mmc command type handleMicky Ching
2014-04-20mmc: rtsx: clarify DDR timing mode between SD-UHS and eMMCSeungwon Jeon
2014-02-22mmc: rtsx: add support for pre_req and post_reqMicky Ching
2014-02-22mmc: rtsx: modify phase searching method for tuningMicky Ching
2014-02-22mmc: rtsx: fix card poweroff bugMicky Ching