summaryrefslogtreecommitdiffstats
path: root/drivers/misc/cardreader
Commit message (Expand)AuthorAgeFilesLines
* misc: rtsx: add to support new card reader rts5264Ricky Wu2023-12-152-5/+26
* misc: rtsx: add to support new card reader rts5264 new definition and functionRicky Wu2023-12-153-1/+1165
* misc: rtsx: Fix some platforms can not boot and move the l1ss judgment to probeRicky WU2023-09-256-212/+102
* misc: rtsx: judge ASPM Mode to set PETXCFG RegRicky WU2023-08-046-58/+6
* misc: alcor_pci: remove unused alcor functionsTom Rix2023-03-291-23/+0
* misc: alcor_pci: Use PCI core to manage ASPM instead of open-codingBjorn Helgaas2023-03-091-140/+4
* Merge 5.19-rc6 into char-misc-nextGreg Kroah-Hartman2022-07-111-8/+19
|\
| * misc: rtsx_usb: set return value in rsp_buf alloc err pathShuah Khan2022-07-021-1/+3
| * misc: rtsx_usb: use separate command and response buffersShuah Khan2022-07-011-9/+17
| * misc: rtsx_usb: fix use of dma mapped buffer for usb bulk transferShuah Khan2022-07-011-6/+7
* | misc: rtsx_pcr: Fix a typoZhang Jiaming2022-07-011-1/+1
* | misc: rtsx: Fix an error handling path in rtsx_pci_probe()Christophe JAILLET2022-06-271-1/+5
|/
* misc: rtsx: Fix clang -Wsometimes-uninitialized in rts5261_init_from_hw()Nathan Chancellor2022-06-101-0/+2
* misc: alcor_pci: set NULL intfdata and clear pci masterShuah Khan2022-05-191-1/+5
* misc: rtsx: set NULL intfdata when probe failsShuah Khan2022-05-091-0/+1
* misc: rtsx: add rts5261 efuse functionRicky WU2022-05-091-53/+62
* misc: rtsx: clean up one inconsistent indentingYang Li2022-03-181-1/+1
* misc: rtsx: rts522a rts5228 rts5261 support Runtime PMRicky WU2022-02-254-5/+98
* misc: rtsx: conditionally build rtsx_pm_power_saving()Tom Rix2022-02-251-32/+32
* misc: alcor_pci: Fix an error handling pathChristophe JAILLET2022-02-081-3/+6
* misc: rtsx: Quiesce rts5249 on system suspendKai-Heng Feng2022-01-268-14/+42
* misc: rtsx: Cleanup power management opsKai-Heng Feng2022-01-261-25/+9
* misc: rtsx: Rework runtime power management flowKai-Heng Feng2022-01-261-79/+39
* misc: rtsx: Avoid mangling IRQ during runtime PMKai-Heng Feng2021-12-031-4/+0
* misc: rtsx: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET2021-09-141-1/+1
* Merge tag 'v5.13-rc6' into char-misc-nextGreg Kroah-Hartman2021-06-149-13/+42
|\
| * misc: rtsx: separate aspm mode into MODE_REG and MODE_CFGRicky Wu2021-06-099-13/+42
* | misc: alcor_pci: fix inverted branch conditionTong Zhang2021-05-221-1/+1
* | misc: alcor_pci: fix null-ptr-deref when there is no PCI bridgeTong Zhang2021-05-141-1/+7
|/
* misc: rtsx: init of rts522a add OCP power off when no card is presentRicky Wu2021-02-041-0/+5
* misc: rtsx: Remove unneeded return variableYang Li2021-02-031-2/+1
* Merge 5.11-rc5 into char-misc-nextGreg Kroah-Hartman2021-01-251-1/+6
|\
| * misc: rtsx: init value of aspm_enabledRicky Wu2021-01-221-1/+6
* | misc: rtsx: remove unused functionRicky Wu2021-01-051-6/+0
|/
* Merge tag 'mmc-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2020-12-153-46/+59
|\
| * misc: rtsx: Fix clock timing for RTS5261Rui Feng2020-11-161-2/+2
| * misc: rtsx: Add hardware auto power off for RTS5261Rui Feng2020-11-161-0/+9
| * misc: rtsx: Add CD & WP reverse support for RTS5261Rui Feng2020-11-161-0/+5
| * misc: rtsx: Check mmc support for RTS5261Rui Feng2020-11-162-0/+10
| * misc: rtsx: Fix PAD driving for RTS5261Rui Feng2020-11-162-13/+8
| * misc: rtsx: Fix aspm for RTS5261Rui Feng2020-11-162-2/+11
| * misc: rtsx: Fix OCP function for RTS5261Rui Feng2020-11-161-2/+6
| * mmc: rtsx: Add test mode for RTS5261Rui Feng2020-11-161-5/+0
| * misc: rtsx: Add SD Express mode support for RTS5261Rui Feng2020-11-163-23/+9
* | misc: rtsx: rts5249 support runtime PMRicky Wu2020-12-093-6/+127
* | misc: rtsx: modify and fix init_hw functionRicky Wu2020-12-091-3/+5
* | misc: rtsx: modify en/disable aspm functionRicky Wu2020-12-091-3/+9
|/
* misc: rtsx: Add power saving functions and fix driving parameterRicky Wu2020-09-164-19/+283
* misc: rtsx: Fix power down flowRicky Wu2020-09-165-51/+18
* misc: rtsx: Fix memory leak in rtsx_pci_probeKeita Suzuki2020-09-161-1/+3