summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/dc395x.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: dc395x: Fix warning using plain integer as NULLAbhinav Singh2023-11-241-1/+1
* scsi: dc395x: Declare SCSI host template constBart Van Assche2023-03-241-1/+1
* scsi: dc395x: Fix a missing check on list iteratorXiaomeng Tong2022-04-261-3/+12
* scsi: dc395x: Stop using the SCSI pointerBart Van Assche2022-02-221-3/+0
* scsi: dc395x: Fix a kernel-doc warningBart Van Assche2021-11-291-2/+1
* scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche2021-10-161-1/+2
* scsi: dc395x: Call scsi_done() directlyBart Van Assche2021-10-161-5/+3
* scsi: dc395: Fix error case unwindingTong Zhang2021-09-221-0/+1
* scsi: dc395: Translate message bytesHannes Reinecke2021-05-311-4/+1
* scsi: dc395: Use standard macros to set SCSI resultHannes Reinecke2021-05-311-48/+28
* scsi: core: Kill DRIVER_SENSEHannes Reinecke2021-05-311-10/+3
* scsi: dc395x: Open-code status_byte(u8) callsBart Van Assche2021-04-151-2/+2
* scsi: dc395x: Use bitwise instead of arithmetic operator for flagsJiapeng Chong2021-03-241-1/+1
* scsi: dc395x: Fix some function param descriptionsLee Jones2021-03-181-1/+2
* scsi: dc395x: Fix incorrect naming in function headersLee Jones2021-03-151-3/+3
* scsi: dc395x: Drop internal SCSI message definitionsHannes Reinecke2021-01-221-17/+11
* scsi: dc395x: Mark 's_stat2' as __maybe_unusedLee Jones2020-11-101-1/+1
* scsi: dc395x: Remove a few unused variablesLee Jones2020-11-101-9/+4
* scsi: dc395x: Use module_pci_driver() to simplify the codeLiu Shixin2020-10-071-24/+1
* scsi: dc395x: Remove pci-dma-compat wrapper APISuraj Upadhyay2020-08-241-3/+3
* scsi: dc395x: Use %*ph to print small bufferAndy Shevchenko2020-08-201-8/+2
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* scsi: dc395x: remove dc395x_bios_paramChristoph Hellwig2020-03-261-34/+0
* scsi: remove the use_clustering flagChristoph Hellwig2018-12-181-1/+1
* scsi: dc395x: use generic DMA APIChristoph Hellwig2018-10-171-22/+15
* scsi: dc395x: fix DMA API usage in sg_update_listChristoph Hellwig2018-10-171-0/+5
* scsi: dc395x: fix dma API usage in srb_doneChristoph Hellwig2018-10-171-5/+2
* scsi: dc395x: simplify list handlingChristoph Hellwig2018-10-171-126/+26
* scsi: core: check for equality of result byte valuesJohannes Thumshirn2018-06-261-3/+2
* scsi: dc395x: Convert timers to use timer_setup()Kees Cook2017-10-271-8/+5
* scsi: print single-character strings with seq_putcRasmus Villemoes2015-02-021-2/+2
* scsi: merge consecutive seq_puts callsRasmus Villemoes2015-02-021-2/+2
* scsi: replace seq_printf with seq_putsRasmus Villemoes2015-02-021-8/+9
* scsi: remove SPRINTF macroRasmus Villemoes2015-02-021-42/+36
* scsi: use 64-bit value for 'max_luns'Hannes Reinecke2014-07-171-1/+1
* scsi: use 64-bit LUNsHannes Reinecke2014-07-171-20/+20
* scsi: Remove CONFIG_SCSI_MULTI_LUNHannes Reinecke2014-07-171-8/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-151-1/+0
|\
| * SCSI: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-141-1/+0
* | [SCSI] dc395: Move 'last_reset' into internal host structureHannes Reinecke2013-10-251-11/+13
|/
* dc395x: switch to ->show_info()Al Viro2013-04-091-16/+4
* [SCSI] dc395x: uninitialized variable in device_alloc()Dan Carpenter2013-02-241-1/+1
* Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-26/+25
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* [SCSI] remove cmd->serial_number litterChristoph Hellwig2011-05-011-97/+96
* Fix common misspellingsLucas De Marchi2011-03-311-7/+7
* Merge branch 'master' into for-nextJiri Kosina2010-12-221-1/+2
|\
| * SCSI host lock push-downJeff Garzik2010-11-161-1/+2
* | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-4/+4
|/
* dc395x: decrease iteration for tag_number of max_command in start_scsi()Roel Kluin2010-08-111-1/+1