summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rts5208
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Staging: rts5208: Capitalise preprocessor variable namesKim Bradley2018-11-051-1/+1
| * Staging: rts5208: Add SPDX license tagsKim Bradley2018-11-0521-304/+61
* | scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-6/+0
|/
* staging: rts5208: Remove unnecessary braces {}Aymen Qader2018-09-258-1459/+759
* staging: rts5208: xd.c fixed a brace coding style issueAli Aminian2018-07-211-2/+1
* staging: rts5208: fix missing error check on call to rtsx_write_registerColin Ian King2018-07-061-1/+1
* staging: rtsx: remove rtsx_trace() and related codeArnd Bergmann2018-06-2814-1344/+1
* staging: rts5208: add error handling into rtsx_probeAnton Vasilyev2018-06-171-12/+26
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-2/+2
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-122-2/+2
* staging: rts5208: rename SG_END macroArnd Bergmann2018-03-012-11/+11
* staging: rts5208: Fix "seg_no" calculation in reset_ms_card()Dan Carpenter2018-01-221-1/+2
* staging: rts5208: sd: fix misspelled constantSumit Pundir2018-01-101-1/+1
* staging: rts5208: remove rtsx_read_pci_cfg_byte()Sinan Kaya2017-11-282-19/+0
* Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-131-6/+0
|\
| * staging: rts5208: fix gcc-8 logic error warningArnd Bergmann2017-09-171-6/+0
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-09-071-11/+0
|\