summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rts5208
Commit message (Expand)AuthorAgeFilesLines
* staging: rts5208: Convert kmap() to kmap_local_page()Fabio M. De Francesco2022-04-041-7/+5
* staging: rts5208: Resolve checkpatch.pl issues.Charlie Sands2022-03-181-8/+0
* staging: rts5208: fix Lines should not end with a '('.Samuel Sjöberg2022-03-021-5/+4
* exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman2021-12-131-8/+8
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-11-051-5/+4
|\
| * scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche2021-10-161-2/+2
| * scsi: staging: rts5208: Call scsi_done() directlyBart Van Assche2021-10-161-3/+2
* | staging: rts5208: remove parentheses pair in sd.cBenjamin Philip2021-09-211-1/+1
* | staging: rts5208: remove unnecessary parentheses in rtsx_scsi.cBenjamin Philip2021-09-211-53/+53
* | staging: rts5208: remove unnecessary parentheses in xd.cBenjamin Philip2021-09-211-24/+24
* | staging: rts5208: remove unnecessary parentheses in sd.cBenjamin Philip2021-09-211-33/+33
* | staging: rts5208: remove unnecessary parentheses in rtsx_transport.cBenjamin Philip2021-09-211-3/+3
* | staging: rts5208: remove unnecessary parentheses in rtsx_chip.cBenjamin Philip2021-09-211-8/+8
* | staging: rts5208: remove unnecessary parentheses in rtsx.cBenjamin Philip2021-09-211-1/+1
* | staging: rts5208: remove unnecessary parentheses in rtsx_card.cBenjamin Philip2021-09-211-4/+4
* | staging: rts5208: remove unnecessary parentheses in ms.cBenjamin Philip2021-09-181-21/+21
|/
* staging: rts5208: Fix get_ms_information() heap buffer sizeKees Cook2021-08-181-7/+3
* staging: rts5208: remove redundant continue statementColin Ian King2021-06-181-1/+0
* staging: rts5208: remove unnecessary ftrace-like loggingMitali Borkar2021-04-121-2/+0
* staging: rts5208: rtsx_transport.c: Fix lines ending with parenthesesSebastian Fuentes2020-09-131-12/+12
* staging: rts5208: clear alignment style issuesTomer Samara2020-08-021-1/+1
* staging: rts5208: rtsx: Replace depracated MSI APISuraj Upadhyay2020-07-211-6/+6
* staging: rts5208: Assign array_size() to a variableGustavo A. R. Silva2020-07-131-6/+6
* staging: rts5208/rtsx.c: use generic power managementVaibhav Gupta2020-07-011-22/+8
* staging: rts5208: fix memleaks on error handling paths in probeEvgeny Novikov2020-06-251-0/+1
* staging: rts5208: Use array_size() helper in vmalloc() and memset()Gustavo A. R. Silva2020-06-181-3/+3
* staging: rts5208: shorten long line in func callR Veera Kumar2020-03-191-1/+2
* Merge tag 'staging-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-292-4/+5
|\
| * staging: rts5208: remove unneeded header include pathMasahiro Yamada2020-01-101-2/+0
| * staging: rts5208: add missed pci_release_regionsChuhong Yuan2019-12-101-2/+5
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
|/
* staging: rts5208: Eliminate the use of Camel Case in file sd.hGabriela Bittencourt2019-11-011-1/+1
* staging: rts5208: Eliminate the use of Camel Case in files xd.{h, c}Gabriela Bittencourt2019-11-012-7/+7
* staging: rts5208: Eliminate the use of Camel Case in files ms.{h, c}Gabriela Bittencourt2019-11-012-78/+78
* staging: rts5208: Fix alignment and a line ending with a '('Frank A. Cancio Bello2019-10-292-3/+4
* staging: rts5208: Fix checkpath warningP SAI PRASANTH2019-09-031-3/+2
* staging: rts5208: Fixed checkpath warning.Prakhar Sinha2019-09-031-4/+3
* staging: rts5208: remove redundant sd30_mode checksColin Ian King2019-09-031-18/+10
* staging: rts5208: remove redundant assignment to retvalColin Ian King2019-08-211-1/+1
* staging: rts5208: Simplify boolean expression to improve code styleTobias Nießen2019-07-011-4/+4
* staging: rts5208: Rewrite redundant if statement to improve code styleTobias Nießen2019-07-011-12/+11
* staging: rts5208: Remove function soft_reset_sd_card()Nishka Dasgupta2019-06-202-7/+1
* staging: Add missing newline at end of fileGeert Uytterhoeven2019-06-181-1/+1
* staging: rts5208: Remove negationsNishka Dasgupta2019-05-301-10/+10
* staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman2019-04-031-0/+1
* staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman2019-04-031-0/+1
* staging: rts5208: correction in spellingPayal Kshirsagar2019-03-241-1/+1
* Staging: rts5208: Fix error handling on rtsx_send_cmdAditya Pakki2019-01-071-1/+6
* staging: rts5208: Add a check for ms_read_extra_dataAditya Pakki2019-01-071-1/+4
* Merge tag 'staging-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-12-2821-305/+62
|\