aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rts5208 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-16staging: rts5208: rtsx.c: SpacingWayne Porter1-1/+0
2016-10-16staging: rts5208: rtsx.c: CamelCaseWayne Porter1-4/+4
2016-10-16staging: rts5208: rtsx.c: SpacingWayne Porter1-1/+4
2016-10-16staging: rts5208: rtsx.c: Multiple assignmentsWayne Porter1-2/+4
2016-10-16staging: rts5208: rtsx.c: AlignmentWayne Porter1-2/+2
2016-10-16staging: rts5208: rtsx.c: Unnecessary parenthesesWayne Porter1-5/+5
2016-10-16staging: rts5208: Comparison to NULLWayne Porter1-1/+1
2016-10-16staging: rts5208: SpacingWayne Porter1-1/+1
2016-10-16staging: rts5208: Unnecessary parenthesesWayne Porter1-24/+24
2016-10-16staging: rts5208: Parenthesis alignmentWayne Porter1-20/+22
2016-10-16staging: rts5208: Unecessary paranthesesWayne Porter1-1/+1
2016-10-16staging: rts5208: Parenthesis alignmentWayne Porter1-7/+7
2016-10-16staging: rts5208: Prefer using BIT macroWayne Porter1-15/+15
2016-10-16staging: rts5208: Long lines fixesWayne Porter1-28/+57