aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/cardreader (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-11Merge 5.19-rc6 into char-misc-nextGreg Kroah-Hartman1-8/+19
2022-07-02misc: rtsx_usb: set return value in rsp_buf alloc err pathShuah Khan1-1/+3
2022-07-01misc: rtsx_pcr: Fix a typoZhang Jiaming1-1/+1
2022-07-01misc: rtsx_usb: use separate command and response buffersShuah Khan1-9/+17
2022-07-01misc: rtsx_usb: fix use of dma mapped buffer for usb bulk transferShuah Khan1-6/+7
2022-06-27misc: rtsx: Fix an error handling path in rtsx_pci_probe()Christophe JAILLET1-1/+5
2022-06-10misc: rtsx: Fix clang -Wsometimes-uninitialized in rts5261_init_from_hw()Nathan Chancellor1-0/+2
2022-05-19misc: alcor_pci: set NULL intfdata and clear pci masterShuah Khan1-1/+5
2022-05-09misc: rtsx: set NULL intfdata when probe failsShuah Khan1-0/+1
2022-05-09misc: rtsx: add rts5261 efuse functionRicky WU1-53/+62
2022-03-18misc: rtsx: clean up one inconsistent indentingYang Li1-1/+1
2022-02-25misc: rtsx: rts522a rts5228 rts5261 support Runtime PMRicky WU4-5/+98
2022-02-25misc: rtsx: conditionally build rtsx_pm_power_saving()Tom Rix1-32/+32
2022-02-08misc: alcor_pci: Fix an error handling pathChristophe JAILLET1-3/+6
2022-01-26misc: rtsx: Quiesce rts5249 on system suspendKai-Heng Feng8-14/+42
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-14Merge tag 'v5.13-rc6' into char-misc-nextGreg Kroah-Hartman9-13/+42
2021-06-09misc: rtsx: separate aspm mode into MODE_REG and MODE_CFGRicky Wu9-13/+42
2021-05-22misc: alcor_pci: fix inverted branch conditionTong Zhang1-1/+1
2021-05-14misc: alcor_pci: fix null-ptr-deref when there is no PCI bridgeTong Zhang1-1/+7
2021-02-04misc: rtsx: init of rts522a add OCP power off when no card is presentRicky Wu1-0/+5
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 Torvalds3-46/+59
2020-12-09misc: rtsx: rts5249 support runtime PMRicky Wu3-6/+127
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: Fix clock timing for RTS5261Rui Feng1-2/+2
2020-11-16misc: rtsx: Add hardware auto power off for RTS5261Rui Feng1-0/+9
2020-11-16misc: rtsx: Add CD & WP reverse support for RTS5261Rui Feng1-0/+5
2020-11-16misc: rtsx: Check mmc support for RTS5261Rui Feng2-0/+10
2020-11-16misc: rtsx: Fix PAD driving for RTS5261Rui Feng2-13/+8
2020-11-16misc: rtsx: Fix aspm for RTS5261Rui Feng2-2/+11
2020-11-16misc: rtsx: Fix OCP function for RTS5261Rui Feng1-2/+6
2020-11-16mmc: rtsx: Add test mode for RTS5261Rui Feng1-5/+0
2020-11-16misc: rtsx: Add SD Express mode support for RTS5261Rui Feng3-23/+9
2020-09-16misc: rtsx: Add power saving functions and fix driving parameterRicky Wu4-19/+283
2020-09-16misc: rtsx: Fix power down flowRicky Wu5-51/+18
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: Use standard PCI definitionsBjorn Helgaas4-16/+16
2020-07-22misc: rtsx: Find L1 PM Substates capability instead of hard-codingBjorn Helgaas4-9/+24
2020-07-22misc: rtsx: Remove rtsx_pci_read/write_config() wrappersBjorn Helgaas9-30/+44
2020-07-22misc: rtsx: Remove unused pcie_capBjorn Helgaas1-1/+0