aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/cardreader/rtsx_pcr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-01misc: rtsx_pcr: Fix a typoZhang Jiaming1-1/+1
2022-06-27misc: rtsx: Fix an error handling path in rtsx_pci_probe()Christophe JAILLET1-1/+5
2022-02-25misc: rtsx: conditionally build rtsx_pm_power_saving()Tom Rix1-32/+32
2022-01-26misc: rtsx: Quiesce rts5249 on system suspendKai-Heng Feng1-7/+7
2022-01-26misc: rtsx: Cleanup power management opsKai-Heng Feng1-25/+9
2022-01-26misc: rtsx: Rework runtime power management flowKai-Heng Feng1-79/+39
2021-12-03misc: rtsx: Avoid mangling IRQ during runtime PMKai-Heng Feng1-4/+0
2021-09-14misc: rtsx: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET1-1/+1
2021-06-09misc: rtsx: separate aspm mode into MODE_REG and MODE_CFGRicky Wu1-13/+31
2021-02-03misc: rtsx: Remove unneeded return variableYang Li1-2/+1
2021-01-25Merge 5.11-rc5 into char-misc-nextGreg Kroah-Hartman1-1/+6
2021-01-22misc: rtsx: init value of aspm_enabledRicky Wu1-1/+6
2021-01-05misc: rtsx: remove unused functionRicky Wu1-6/+0
2020-12-15Merge tag 'mmc-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-0/+5
2020-12-09misc: rtsx: rts5249 support runtime PMRicky Wu1-1/+105
2020-12-09misc: rtsx: modify and fix init_hw functionRicky Wu1-3/+5
2020-12-09misc: rtsx: modify en/disable aspm functionRicky Wu1-3/+9
2020-11-16misc: rtsx: Add SD Express mode support for RTS5261Rui Feng1-0/+5
2020-09-16misc: rtsx: Fix power down flowRicky Wu1-0/+16
2020-09-16misc: rtsx: Fix memory leak in rtsx_pci_probeKeita Suzuki1-1/+3
2020-08-28misc: rtsx: do not setting OC_POWER_DOWN reg in rtsx_pci_init_ocp()Ricky Wu1-4/+0
2020-07-23cardreader/rtsx_pcr.c: use generic power managementVaibhav Gupta1-22/+11
2020-07-22misc: rtsx: Remove rtsx_pci_read/write_config() wrappersBjorn Helgaas1-1/+1
2020-07-22misc: rtsx: Remove unused pcie_capBjorn Helgaas1-1/+0
2020-07-22misc: rtsx: Use pcie_capability_clear_and_set_word() for PCI_EXP_LNKCTLBjorn Helgaas1-1/+3
2020-07-10misc: rtsx: Add support new chip rts5228 mmc: rtsx: Add support MMC_CAP2_NO_MMCRicky Wu1-31/+58
2020-07-01Revert "cardreader/rtsx_pcr.c: use generic power management"Greg Kroah-Hartman1-10/+17
2020-06-29cardreader/rtsx_pcr.c: use generic power managementVaibhav Gupta1-17/+10
2020-06-07Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-35/+8
2020-05-22misc: rtsx: Add short delay after exit from ASPMKlaus Doth1-0/+3
2020-05-22misc: rtsx: Simplify rtsx_comm_set_aspm()Bjorn Helgaas1-10/+3
2020-05-22misc: rtsx: Use pcie_capability_clear_and_set_word() for PCI_EXP_LNKCTLBjorn Helgaas1-4/+4
2020-05-22misc: rtsx: Use ASPM_MASK_NEG instead of hard-coded valueBjorn Helgaas1-2/+2
2020-05-22misc: rtsx: Removed unused dev_aspm_modeBjorn Helgaas1-15/+4
2020-05-22misc: rtsx: Remove unused pcr_opsBjorn Helgaas1-12/+3
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-11-14misc: rtsx: Add support for RTS5261Rui Feng1-7/+36
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 17Thomas Gleixner1-13/+1
2019-02-26misc: rtsx: Enable OCP for rts522a rts524a rts525a rts5260RickyWu1-9/+31
2018-07-03misc: rtsx: make several functions staticColin Ian King1-6/+6
2018-03-01misc: rtsx: rename SG_END macroArnd Bergmann1-2/+2
2018-01-29Merge tag 'mfd-next-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-0/+1693
2017-12-04misc: rtsx: Fix symbol clashesStephen Rothwell1-2/+2
2017-11-29misc: rtsx: Add support for RTS5260Rui Feng1-1/+122
2017-11-29misc: rtsx: Move Realtek Card Reader Driver to miscRui Feng1-0/+1569