aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/dc395x.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-24scsi: dc395x: Fix warning using plain integer as NULLAbhinav Singh1-1/+1
2023-03-24scsi: dc395x: Declare SCSI host template constBart Van Assche1-1/+1
2022-04-26scsi: dc395x: Fix a missing check on list iteratorXiaomeng Tong1-3/+12
2022-02-22scsi: dc395x: Stop using the SCSI pointerBart Van Assche1-3/+0
2021-11-29scsi: dc395x: Fix a kernel-doc warningBart Van Assche1-2/+1
2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche1-1/+2
2021-10-16scsi: dc395x: Call scsi_done() directlyBart Van Assche1-5/+3
2021-09-22scsi: dc395: Fix error case unwindingTong Zhang1-0/+1
2021-05-31scsi: dc395: Translate message bytesHannes Reinecke1-4/+1
2021-05-31scsi: dc395: Use standard macros to set SCSI resultHannes Reinecke1-48/+28
2021-05-31scsi: core: Kill DRIVER_SENSEHannes Reinecke1-10/+3
2021-04-15scsi: dc395x: Open-code status_byte(u8) callsBart Van Assche1-2/+2
2021-03-24scsi: dc395x: Use bitwise instead of arithmetic operator for flagsJiapeng Chong1-1/+1
2021-03-18scsi: dc395x: Fix some function param descriptionsLee Jones1-1/+2
2021-03-15scsi: dc395x: Fix incorrect naming in function headersLee Jones1-3/+3
2021-01-22scsi: dc395x: Drop internal SCSI message definitionsHannes Reinecke1-17/+11
2020-11-10scsi: dc395x: Mark 's_stat2' as __maybe_unusedLee Jones1-1/+1
2020-11-10scsi: dc395x: Remove a few unused variablesLee Jones1-9/+4
2020-10-07scsi: dc395x: Use module_pci_driver() to simplify the codeLiu Shixin1-24/+1
2020-08-24scsi: dc395x: Remove pci-dma-compat wrapper APISuraj Upadhyay1-3/+3
2020-08-20scsi: dc395x: Use %*ph to print small bufferAndy Shevchenko1-8/+2
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-03-26scsi: dc395x: remove dc395x_bios_paramChristoph Hellwig1-34/+0
2018-12-18scsi: remove the use_clustering flagChristoph Hellwig1-1/+1
2018-10-17scsi: dc395x: use generic DMA APIChristoph Hellwig1-22/+15
2018-10-17scsi: dc395x: fix DMA API usage in sg_update_listChristoph Hellwig1-0/+5
2018-10-17scsi: dc395x: fix dma API usage in srb_doneChristoph Hellwig1-5/+2
2018-10-17scsi: dc395x: simplify list handlingChristoph Hellwig1-126/+26
2018-06-26scsi: core: check for equality of result byte valuesJohannes Thumshirn1-3/+2
2017-10-27scsi: dc395x: Convert timers to use timer_setup()Kees Cook1-8/+5
2015-02-02scsi: print single-character strings with seq_putcRasmus Villemoes1-2/+2
2015-02-02scsi: merge consecutive seq_puts callsRasmus Villemoes1-2/+2
2015-02-02scsi: replace seq_printf with seq_putsRasmus Villemoes1-8/+9
2015-02-02scsi: remove SPRINTF macroRasmus Villemoes1-42/+36
2014-07-17scsi: use 64-bit value for 'max_luns'Hannes Reinecke1-1/+1
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-20/+20
2014-07-17scsi: Remove CONFIG_SCSI_MULTI_LUNHannes Reinecke1-8/+1
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+0
2013-10-25[SCSI] dc395: Move 'last_reset' into internal host structureHannes Reinecke1-11/+13
2013-10-14SCSI: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-04-09dc395x: switch to ->show_info()Al Viro1-16/+4
2013-02-24[SCSI] dc395x: uninitialized variable in device_alloc()Dan Carpenter1-1/+1
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman1-26/+25
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-05-01[SCSI] remove cmd->serial_number litterChristoph Hellwig1-97/+96
2011-03-31Fix common misspellingsLucas De Marchi1-7/+7
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-1/+2
2010-11-16SCSI host lock push-downJeff Garzik1-1/+2
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-4/+4
2010-08-11dc395x: decrease iteration for tag_number of max_command in start_scsi()Roel Kluin1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-11-09tree-wide: fix typos "selct" + "slect" -> "select"Uwe Kleine-König1-1/+1
2008-04-07[SCSI] Remove random noop unchecked_isa_dma usersAndi Kleen1-1/+0
2008-02-07[SCSI] dc395x: fix uninitialized var warningAndrew Morton1-1/+1
2008-01-30[SCSI] remove use_sg_chainingJames Bottomley1-1/+0
2008-01-23[SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEFUJITA Tomonori1-9/+7
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-3/+3
2007-10-16[SCSI] add use_sg_chaining option to scsi_host_templateFUJITA Tomonori1-0/+1
2007-10-12[SCSI] Remove ->pid field from scsi_cmndMatthew Wilcox1-55/+55
2007-07-15[SCSI] dc395x: convert to use the data buffer accessorsFUJITA Tomonori1-103/+60
2007-05-09Fix occurrences of "the the "Michael Opdenacker1-3/+3
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-10-10[PATCH] use %zu for size_tAl Viro1-1/+1
2006-10-06Various drivers' irq handlers: kill dead code, needless castsJeff Garzik1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+1
2006-09-26[SCSI] pci_module_init conversion in scsi subsystemHenrik Kretzschmar1-1/+1
2006-09-26[SCSI] dc395x: fix printk format warningRandy Dunlap1-1/+1
2006-07-02[PATCH] irq-flags: scsi: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-26spelling fixesAndreas Mohr1-1/+1
2006-06-10[SCSI] Remove last page_address from dc395x.cGuennadi Liakhovetski1-24/+35
2006-04-14[SCSI] dc395x: dynamically map scatter-gather for PIOGuennadi Liakhovetski1-102/+115
2006-01-26[SCSI] dc395x: "fix" virt_addr calculation on AUTO_REQSENSEGuennadi Liakhovetski1-1/+5
2005-11-07[PATCH] kfree cleanup: drivers/scsiJesper Juhl1-2/+1
2005-09-20[SCSI] dc395x: atomic_kmap for PIOGuennadi Liakhovetski1-0/+13
2005-08-14Revert "dc395x: Fix support for highmem"Linus Torvalds1-35/+13
2005-07-27[PATCH] clean up inline static vs static inlineJesper Juhl1-1/+1
2005-06-17[SCSI] allow sleeping in ->eh_bus_reset_handler()Jeff Garzik1-1/+11
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+4942