aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rts5208
AgeCommit message (Expand)AuthorFilesLines
4 daysMerge tag 'staging-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+5
2024-04-11scsi: core: Add a dma_alignment field to the host and host templateChristoph Hellwig1-12/+12
2024-04-09staging: rts5208: replace weird strncpy() with memcpy()Arnd Bergmann1-5/+5
2023-10-15staging: rts5208: Remove macros scsi_lock(), scsi_unlock()Soumya Negi2-19/+12
2023-10-15staging: rts5208: Refactor macros to static inline functionsSoumya Negi1-19/+40
2023-07-27staging: rts5208: Correct line ending with '('Cyrus Ramavarapu1-2/+1
2023-06-15Staging: rts5208: rtsx: Removed new line in else and else ifDeepanshu Kartikey1-13/+7
2023-04-27Merge tag 'staging-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+0
2023-03-24scsi: rts5208: Declare SCSI host template constBart Van Assche1-1/+1
2023-03-22staging: rts5208: remove unused xd_check_err_code functionTom Rix1-7/+0
2023-01-17staging: rts5208: Added value checkDenis Arefev1-0/+2
2022-10-20staging: rts5208: split long line of codeTanjuate Brunostar1-1/+2
2022-06-06staging: rts5208: spi.c: fix codestyle error in dynamic debug codeSrivathsan Sivakumar1-4/+2
2022-04-04staging: rts5208: Convert kmap() to kmap_local_page()Fabio M. De Francesco1-7/+5
2022-03-18staging: rts5208: Resolve checkpatch.pl issues.Charlie Sands1-8/+0
2022-03-02staging: rts5208: fix Lines should not end with a '('.Samuel Sjöberg1-5/+4
2021-12-13exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman1-8/+8
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+4
2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche1-2/+2
2021-10-16scsi: staging: rts5208: Call scsi_done() directlyBart Van Assche1-3/+2
2021-09-21staging: rts5208: remove parentheses pair in sd.cBenjamin Philip1-1/+1
2021-09-21staging: rts5208: remove unnecessary parentheses in rtsx_scsi.cBenjamin Philip1-53/+53
2021-09-21staging: rts5208: remove unnecessary parentheses in xd.cBenjamin Philip1-24/+24
2021-09-21staging: rts5208: remove unnecessary parentheses in sd.cBenjamin Philip1-33/+33
2021-09-21staging: rts5208: remove unnecessary parentheses in rtsx_transport.cBenjamin Philip1-3/+3
2021-09-21staging: rts5208: remove unnecessary parentheses in rtsx_chip.cBenjamin Philip1-8/+8
2021-09-21staging: rts5208: remove unnecessary parentheses in rtsx.cBenjamin Philip1-1/+1
2021-09-21staging: rts5208: remove unnecessary parentheses in rtsx_card.cBenjamin Philip1-4/+4
2021-09-18staging: rts5208: remove unnecessary parentheses in ms.cBenjamin Philip1-21/+21
2021-08-18staging: rts5208: Fix get_ms_information() heap buffer sizeKees Cook1-7/+3
2021-06-18staging: rts5208: remove redundant continue statementColin Ian King1-1/+0
2021-04-12staging: rts5208: remove unnecessary ftrace-like loggingMitali Borkar1-2/+0
2020-09-13staging: rts5208: rtsx_transport.c: Fix lines ending with parenthesesSebastian Fuentes1-12/+12
2020-08-02staging: rts5208: clear alignment style issuesTomer Samara1-1/+1
2020-07-21staging: rts5208: rtsx: Replace depracated MSI APISuraj Upadhyay1-6/+6
2020-07-13staging: rts5208: Assign array_size() to a variableGustavo A. R. Silva1-6/+6
2020-07-01staging: rts5208/rtsx.c: use generic power managementVaibhav Gupta1-22/+8
2020-06-25staging: rts5208: fix memleaks on error handling paths in probeEvgeny Novikov1-0/+1
2020-06-18staging: rts5208: Use array_size() helper in vmalloc() and memset()Gustavo A. R. Silva1-3/+3
2020-03-19staging: rts5208: shorten long line in func callR Veera Kumar1-1/+2
2020-01-29Merge tag 'staging-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-4/+5
2020-01-10staging: rts5208: remove unneeded header include pathMasahiro Yamada1-2/+0
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-12-10staging: rts5208: add missed pci_release_regionsChuhong Yuan1-2/+5
2019-11-01staging: rts5208: Eliminate the use of Camel Case in file sd.hGabriela Bittencourt1-1/+1
2019-11-01staging: rts5208: Eliminate the use of Camel Case in files xd.{h, c}Gabriela Bittencourt2-7/+7
2019-11-01staging: rts5208: Eliminate the use of Camel Case in files ms.{h, c}Gabriela Bittencourt2-78/+78
2019-10-29staging: rts5208: Fix alignment and a line ending with a '('Frank A. Cancio Bello2-3/+4
2019-09-03staging: rts5208: Fix checkpath warningP SAI PRASANTH1-3/+2
2019-09-03staging: rts5208: Fixed checkpath warning.Prakhar Sinha1-4/+3
2019-09-03staging: rts5208: remove redundant sd30_mode checksColin Ian King1-18/+10
2019-08-21staging: rts5208: remove redundant assignment to retvalColin Ian King1-1/+1
2019-07-01staging: rts5208: Simplify boolean expression to improve code styleTobias Nießen1-4/+4
2019-07-01staging: rts5208: Rewrite redundant if statement to improve code styleTobias Nießen1-12/+11
2019-06-20staging: rts5208: Remove function soft_reset_sd_card()Nishka Dasgupta2-7/+1
2019-06-18staging: Add missing newline at end of fileGeert Uytterhoeven1-1/+1
2019-05-30staging: rts5208: Remove negationsNishka Dasgupta1-10/+10
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...Linus 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...Linus 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 h...Andrea 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
2016-10-16staging: rts5208: Alignment fixesWayne Porter1-3/+3
2016-10-16staging: rts5208: Add space around operatorWayne Porter1-1/+1
2016-10-16staging: rts5208: Add braces to if()Wayne Porter1-3/+4
2016-10-16staging: rts5208: Remove multiple assignmentWayne Porter1-4/+7
2016-10-16staging: rts5208: CamelCase fixesWayne Porter1-21/+21
2016-10-16staging: rts5208: Remove parenthesesWayne Porter1-23/+23
2016-10-16staging: rts5208: Alignment fixesWayne Porter1-100/+101
2016-10-16staging: rts5208: Fix typo in function nameWayne Porter1-2/+2
2016-10-16staging: rts5208: Alignment fixWayne Porter1-2/+2
2016-10-16staging: rts5208: Unnecessary parentheses cleanupWayne Porter1-2/+2
2016-10-16staging: rts5208: Alignment fixesWayne Porter1-13/+17
2016-10-16staging: rts5208: sd.c: Spacing cleanupWayne Porter1-4/+3
2016-10-16staging: rts5208: sd.c: Fix logical continuationsWayne Porter1-15/+15
2016-10-16staging: rts5208: sd.c: CamelCase fixesWayne Porter1-84/+84
2016-10-16staging: rts5208: sd.c: Long line fixesWayne Porter1-7/+15
2016-10-16staging: rts5208: sd.c: Alignment fixesWayne Porter1-237/+255
2016-10-16staging: rts5208: sd.c: Remove unnecessary parenthesesWayne Porter1-47/+47
2016-10-16staging: rts5208: sd.h: Alignment fixesWayne Porter1-2/+3
2016-10-16staging: rts5208: spi.c: Alignment fixesWayne Porter1-65/+65
2016-10-16staging: rts5208: spi.c: Remove unnecessary parenthesisWayne Porter1-7/+7
2016-10-16Staging: rts5208: Remove unnecessary parenthesesDilek Uzulmez1-6/+6
2016-10-16staging: rts5208: xd.c: Remove multiple assignmentsWayne Porter1-1/+2
2016-10-16staging: rts5208: xd.c: Fix CamelCaseWayne Porter1-18/+18
2016-10-16staging: rts5208: xd.c: Clean up comparison to NULLWayne Porter1-5/+5
2016-10-16staging: rts5208: xd.c: Remove unnecessary parenthesesWayne Porter1-32/+32
2016-10-16staging: rts5208: Logical continuation fixesWayne Porter1-13/+13
2016-10-16staging: rts5208: Alignment fixWayne Porter1-153/+179
2016-10-16staging: rts5208: xd.h: Alignment fixWayne Porter1-1/+1
2016-10-02Staging: rts5208: Fix indentation warningsWayne Porter1-13/+13
2016-10-02staging: rts5208: Replace explicit NULL comparisonNamrata A Shettar1-1/+1
2016-10-02staging: rts5208: Add space around binary operatorsNamrata A Shettar1-10/+10
2016-09-25staging: rts5208: fix style warnings in xd.cSergio Paracuellos1-24/+14
2016-09-25staging: rts5208: fix style warnings in sd.cSergio Paracuellos1-112/+61
2016-09-25staging: rts5208: fix line style warnings in spi.cSergio Paracuellos1-1/+2
2016-09-25staging: rts5208: remove not used typedef in rtsx_sys.hSergio Paracuellos1-2/+0
2016-09-25staging: rts5208: fix comment blocks style in rtsx.hSergio Paracuellos1-2/+4
2016-09-25staging: rts5208: fix comment blocks style in rtsx_chip.hSergio Paracuellos1-25/+27
2016-09-25staging: rts5208: avoid symbolic permissions in rtsx.cSergio Paracuellos1-6/+6
2016-09-25staging: rts5208: avoid new typedef in rtsx.h: rtsx_dev_tSergio Paracuellos2-5/+1
2016-09-20staging: rts5208: Remove space after castRehas Sachdeva2-3/+3
2016-09-20staging: rts5208: Use BIT(x) macroRehas Sachdeva1-15/+15
2016-09-20staging: rts5208: Put constant on right side of comparisonRehas Sachdeva1-3/+3
2016-09-20staging: rts5208: Fix indentationRehas Sachdeva1-4/+4
2016-09-20staging: rts5208: Add spaces around operatorsRehas Sachdeva1-4/+4
2016-09-20staging: rts5208: Remove unnecessary parenthesesRehas Sachdeva1-10/+10
2016-09-20Staging: rts5208: Add space around operator.Sandhya Bankar1-4/+4
2016-09-20Staging: rts5208: rtsx: Use x instead of x != NULL.Sandhya Bankar1-1/+1
2016-09-20Staging: rts5208: ms: Use x instead of x != NULL.Sandhya Bankar1-1/+1
2016-09-20Staging: rts5208: rtsx_card.c: Fixed brace style issuesCathal Mullaney1-13/+13
2016-09-17staging: rts5208: rtsx_chip: Add space around binary operatorsNamrata A Shettar1-5/+5
2016-09-16staging: rts5208: make some vars to lower case to keep the style consistentSergio Paracuellos1-9/+9
2016-09-01staging: rts5208: Add two blank lines in comments.MingChia Chung1-14/+28
2016-08-21staging: rts5208: Change data type to unsigned int.Louie Lu1-1/+1
2016-08-21staging: rts5208/ms.c: add missing releases in mg_get_local_EKB and mg_get_ICVQuentin Lambert1-2/+4
2016-08-21staging: rts5208/ms.c: change the label name to respect the coding styleQuentin Lambert1-6/+6
2016-08-21Staging: rts5208: fix double blank line coding style issuesJonas Rickert11-41/+1
2016-04-29staging: rts5208: alignment to match open paranthesisManav Batra1-1/+1
2016-04-29staging: rts5208: ensure braces on all arms of if stmtNicholas Sim1-8/+8
2016-03-29Staging: rts5208: rtsx_card.c: Remove unused functionBhumika Goyal2-23/+0
2016-03-29Staging: rts5208: Remove unused functionsBhumika Goyal2-38/+0
2016-03-28Staging: rts5208: Add space around '+'Dilek Uzulmez1-7/+7
2016-03-11staging: rts5208: Replace pci_enable_device with pcim_enable_deviceAmitoj Kaur Chawla1-7/+1
2016-03-11staging: rts5208: Change form of NULL comparisonsBhaktipriya Shridhar1-5/+5
2016-03-11staging: rts5208: Remove NULL test before vfreeBhaktipriya Shridhar2-44/+22
2016-03-11staging: rts5208: simplify NULL testsEva Rachel Retuya6-23/+23
2016-03-11Staging: rts5208: Use min instead of ternary operatorBhumika Goyal1-2/+2
2016-03-11staging: rts5208: rtsx_transport.c: Drop void pointer castJanani Ravichandran1-1/+1
2016-03-11staging: rts5208: rtsx.c: Drop unneeded void pointer castJanani Ravichandran1-1/+1
2016-03-11staging: rts5208: Remove unnecessary pci_set_drvdata()Amitoj Kaur Chawla1-2/+0
2016-03-11Staging: rts5208: Remove unnecessary parenthesesDilek Uzulmez1-46/+46
2016-03-11staging: rts5208: Prefer using BIT macroBhaktipriya Shridhar1-3/+3
2016-03-11staging: rts5208: Removed unnecessary return variableBhaktipriya Shridhar1-7/+2
2016-02-20Staging: rts5208: rtsx_transport.c: Fix comparisons to NULLShaun Ren1-3/+3
2016-02-20Staging: rts5208: rtsx_transport.c: Remove unnecessary parenthesesShaun Ren1-6/+6
2016-02-20Staging: rts5208: rtsx_transport.c: Fix label naming conventionShaun Ren1-3/+3
2016-02-20Staging: rts5208: rtsx_transport.c: Remove extra newlinesShaun Ren1-3/+0
2016-02-20Staging: rts5208: rtsx_transport.c: Add spaces around -Shaun Ren1-2/+2
2016-02-20Staging: rts5208: rtsx_transport.c: Remove spaces after castsShaun Ren1-1/+1
2016-02-20Staging: rts5208: rtsx_transport.c: Align to open parenthesisShaun Ren1-28/+41