aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rts5208 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-03staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman1-0/+1
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman1-0/+1
2019-03-24staging: rts5208: correction in spellingPayal Kshirsagar1-1/+1
2019-01-07Staging: rts5208: Fix error handling on rtsx_send_cmdAditya Pakki1-1/+6
2019-01-07staging: rts5208: Add a check for ms_read_extra_dataAditya Pakki1-1/+4
2018-12-28Merge tag 'staging-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds21-305/+62
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-6/+0
2018-11-05Staging: rts5208: Capitalise preprocessor variable namesKim Bradley1-1/+1
2018-11-05Staging: rts5208: Add SPDX license tagsKim Bradley21-304/+61
2018-09-25staging: rts5208: Remove unnecessary braces {}Aymen Qader8-1459/+759
2018-07-21staging: rts5208: xd.c fixed a brace coding style issueAli Aminian1-2/+1
2018-07-06staging: rts5208: fix missing error check on call to rtsx_write_registerColin Ian King1-1/+1
2018-06-28staging: rtsx: remove rtsx_trace() and related codeArnd Bergmann14-1344/+1
2018-06-17staging: rts5208: add error handling into rtsx_probeAnton Vasilyev1-12/+26
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-2/+2
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook2-2/+2
2018-03-01staging: rts5208: rename SG_END macroArnd Bergmann2-11/+11
2018-01-22staging: rts5208: Fix "seg_no" calculation in reset_ms_card()Dan Carpenter1-1/+2
2018-01-10staging: rts5208: sd: fix misspelled constantSumit Pundir1-1/+1
2017-11-28staging: rts5208: remove rtsx_read_pci_cfg_byte()Sinan Kaya2-19/+0
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-6/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-17staging: rts5208: fix gcc-8 logic error warningArnd Bergmann1-6/+0
2017-09-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-11/+0
2017-08-31staging: rts5208: rename mmc_ddr_tunning_rx_cmd to mmc_ddr_tuning_rx_cmdColin Ian King1-2/+2
2017-08-25scsi: rtsx: drop bus reset functionHannes Reinecke1-11/+0
2017-08-20staging/rts5208: fix incorrect shift to extract upper nybbleColin Ian King1-1/+1
2017-07-30staging: rts5208: Change fixed function names with "%s: ", __func__Gaurav Pathak6-26/+33
2017-06-06staging/rts5208: Fix read overflow in memcpyDaniel Micay1-1/+1
2017-06-06staging: rt5208: Fix a sleep-in-atomic bug in xd_copy_pageJia-Ju Bai1-1/+1
2017-06-03rts5208: Fix a sleep-in-atomic bug in rtsx_exclusive_enter_ssJia-Ju Bai1-1/+1
2017-06-03rts5208: Fix a sleep-in-atomic bug in sd_power_off_card3v3Jia-Ju Bai1-1/+1
2017-04-08staging: rts5208: ms.c fixed checkpatch warning - using __func__ instead of hardcoded nameAndrea della Porta1-1/+1
2017-03-23staging: rts5208: Replace a bit shift by a use of BIT.Arushi Singhal1-2/+2
2017-03-09staging: rts5208: Remove unnecessary cast on void pointersimran singhal1-2/+1
2017-02-03staging: rts5208: remove unncessary result set and check, just return SUCCESSColin Ian King1-4/+2
2017-02-03staging: rts5208: remove redundant retval status checkColin Ian King1-6/+0
2017-01-16drivers: staging: rts5208: fix endianness handlingOmri Arad1-2/+2
2016-10-25staging: rts5208: rtsx.c: Fix invalid use of sizeof in rtsx_probe()Wei Yongjun1-1/+1
2016-10-16staging: rts5208: rtsx.c: Alignment fixWayne Porter1-3/+4
2016-10-16staging: rts5208: rtsx_chip.c: Long linesWayne Porter1-7/+10
2016-10-16staging: rts5208: rtxs_chip.h: Long linesWayne Porter1-6/+10
2016-10-16staging: rts5208: rtsx_scsi.h: Long linesWayne Porter1-4/+6
2016-10-16staging: rts5208: CamelCase fixWayne Porter1-2/+2
2016-10-16staging: rts5208: ms.c: Braces fixWayne Porter1-2/+2
2016-10-16staging: rts5208: ms.c: Multiple assignmentsWayne Porter1-1/+2
2016-10-16staging: rts5208: ms.c: Long LinesWayne Porter1-31/+63
2016-10-16staging: rts5208: ms.c: Parenthesis alignmentWayne Porter1-138/+150
2016-10-16staging: rts5208: ms.h: Parenthesis alignmentWayne Porter1-2/+2
2016-10-16staging: rts5208: rtsx.c: Alloc sizeof structWayne Porter1-1/+1