aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/g_NCR5380.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-24scsi: NCR5380: Declare SCSI host template constBart Van Assche1-2/+2
2022-02-22scsi: NCR5380: Add SCp members to struct NCR5380_cmdFinn Thain1-2/+2
2022-02-22scsi: NCR5380: Remove the NCR5380_CMD_SIZE macroBart Van Assche1-1/+1
2021-01-26isa: Make the remove callback for isa drivers return voidUwe Kleine-König1-3/+2
2020-12-07scsi: NCR5380: Remove context checkAhmed S. Darwish1-6/+6
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-03-11scsi: docs: convert g_NCR5380.txt to ReSTMauro Carvalho Chehab1-1/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2018-12-18scsi: remove the use_clustering flagChristoph Hellwig1-1/+1
2017-08-25scsi: NCR5380: Move bus reset to host resetHannes Reinecke1-2/+2
2017-08-24scsi: ncr5380: constify pnp_device_idArvind Yadav1-1/+1
2017-08-07scsi: g_NCR5380: Two DTC436 PDMA workaroundsOndrej Zary1-2/+11
2017-08-07scsi: g_NCR5380: Re-work PDMA loopsOndrej Zary1-81/+102
2017-08-07scsi: g_NCR5380: Use unambiguous terminology for PDMA send and receiveFinn Thain1-7/+7
2017-08-07scsi: g_NCR5380: Cleanup comments and whitespaceFinn Thain1-33/+28
2017-08-07scsi: g_NCR5380: End PDMA transfer correctly on target disconnectionOndrej Zary1-17/+31
2017-08-07scsi: g_NCR5380: Fix PDMA transfer sizeOndrej Zary1-9/+3
2017-04-20Annotate hardware config module parameters in drivers/scsi/David Howells1-4/+4
2017-01-31scsi: ncr5380: Reduce #include filesFinn Thain1-2/+43
2016-12-08scsi: g_NCR5380: Autoprobe board IRQ by defaultFinn Thain1-12/+18
2016-12-08scsi: g_NCR5380: Fix automatic IRQ on HP C2502 cardsFinn Thain1-13/+57
2016-12-08scsi: g_NCR5380: Use probe_irq_*() for IRQ probingOndrej Zary1-1/+51
2016-12-08scsi: g_NCR5380: Check for chip presence before calling NCR5380_init()Ondrej Zary1-0/+7
2016-11-12scsi: g_NCR5380: Fix release_region in error handlingOndrej Zary1-3/+3
2016-11-08scsi: ncr5380: Use correct types for DMA routinesFinn Thain1-8/+5
2016-11-08scsi: ncr5380: Store IO ports and addresses in host private dataFinn Thain1-32/+35
2016-11-08scsi: g_NCR5380: Merge g_NCR5380 and g_NCR5380_mmio driversOndrej Zary1-132/+120
2016-09-29scsi: g_NCR5380: Stop using scsi_module.cOndrej Zary1-141/+194
2016-09-29scsi: g_NCR5380: Reduce overrides[] from array to structOndrej Zary1-184/+167
2016-09-29scsi: g_NCR5380: Remove deprecated __setupOndrej Zary1-135/+0
2016-04-11ncr5380: Update usage documentationFinn Thain1-35/+1
2016-04-11ncr5380: Remove DONT_USE_INTR and AUTOPROBE_IRQ macrosFinn Thain1-2/+0
2016-04-11ncr5380: Merge DMA implementation from atari_NCR5380 core driverFinn Thain1-1/+1
2016-04-11ncr5380: Use DMA hooks for PDMAFinn Thain1-4/+6
2016-04-11ncr5380: Remove PSEUDO_DMA macroFinn Thain1-1/+0
2016-04-11ncr5380: Disable the DMA errata workaround flag by defaultFinn Thain1-7/+1
2016-04-11ncr5380: Remove FLAG_NO_PSEUDO_DMA where possibleFinn Thain1-1/+6
2016-04-11g_ncr5380: Remove CONFIG_SCSI_GENERIC_NCR53C400Finn Thain1-52/+23
2016-01-06ncr5380: Add support for HP C2502Ondrej Zary1-16/+58
2016-01-06ncr5380: Fix wait for 53C80 registers registers after PDMAOndrej Zary1-31/+6
2016-01-06ncr5380: Enable PDMA for DTC chipsOndrej Zary1-7/+31
2016-01-06ncr5380: Enable PDMA for NCR53C400AOndrej Zary1-4/+19
2016-01-06ncr5380: Use runtime register mappingOndrej Zary1-48/+40
2016-01-06ncr5380: Fix pseudo DMA transfers on 53C400Ondrej Zary1-0/+4
2016-01-06ncr5380: Fix soft lockupsFinn Thain1-0/+1
2016-01-06ncr5380: Use standard list data structureFinn Thain1-0/+1
2016-01-06ncr5380: Remove command list debug codeFinn Thain1-1/+0
2016-01-06ncr5380: Remove redundant ICR_ARBITRATION_LOST test and eliminate FLAG_DTC3181EFinn Thain1-1/+1
2016-01-06ncr5380: Fix and cleanup scsi_host_template initializersFinn Thain1-13/+13
2016-01-06ncr5380: Cleanup #include directivesFinn Thain1-4/+2
2016-01-06ncr5380: Replace redundant flags with FLAG_NO_DMA_FIXUPFinn Thain1-1/+1
2016-01-06ncr5380: Standardize interrupt handlingFinn Thain1-2/+0
2016-01-06ncr5380: Rework disconnect versus poll logicFinn Thain1-4/+0
2016-01-06ncr5380: Implement NCR5380_dma_xfer_len and remove LIMIT_TRANSFERSIZE macroFinn Thain1-0/+15
2016-01-06ncr5380: Introduce unbound workqueueFinn Thain1-16/+15
2016-01-06ncr5380: Eliminate USLEEP_WAITLONG delayFinn Thain1-1/+0
2016-01-06ncr5380: Move NCR53C400-specific codeFinn Thain1-5/+16
2016-01-06ncr5380: Split NCR5380_init() into two functionsFinn Thain1-0/+2
2016-01-06ncr5380: Remove NCR5380_instance_name macroFinn Thain1-3/+4
2016-01-06ncr5380: Remove NCR5380_local_declare and NCR5380_setup macrosFinn Thain1-13/+14
2016-01-06ncr5380: Remove more pointless macrosFinn Thain1-15/+14
2016-01-06ncr5380: Remove redundant static variable initializersFinn Thain1-2/+2
2015-03-09ncr5380: Harmonize jiffies conversion with msecs_to_jiffiesNicholas Mc Guire1-3/+3
2015-03-09g_NCR5380: Kill compiler warning if builtinGeert Uytterhoeven1-1/+1
2014-11-20ncr5380: Drop legacy scsi.h includeFinn Thain1-1/+0
2014-11-20ncr5380: Remove *_RELEASE macrosFinn Thain1-2/+0
2014-11-20ncr5380: Cleanup host info() methodsFinn Thain1-134/+1
2014-11-20ncr5380: Remove NCR5380_STATSFinn Thain1-45/+0
2014-11-20ncr5380: Fix SCSI_IRQ_NONE bugsFinn Thain1-7/+11
2014-11-20ncr5380: Remove duplicate commentsFinn Thain1-16/+0
2014-11-20ncr5380: Remove redundant AUTOSENSE macroFinn Thain1-2/+0
2014-11-20ncr5380: Remove useless prototypesFinn Thain1-3/+3
2014-11-20ncr5380: Remove unused macrosFinn Thain1-5/+0
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-1/+1
2014-05-28scsi/NCR5380: remove old CVS keywordsFinn Thain1-4/+0
2014-03-19[SCSI] remove deprecated IRQF_DISABLED from SCSIMichael Opdenacker1-1/+1
2013-04-09NCR5830: switch to ->show_info()Al Viro1-31/+20
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2010-08-11g_NCR5380: fix broken MMIO compilationOndrej Zary1-20/+23
2010-08-11g_NCR5380: remove misleading pnp error messageOndrej Zary1-3/+1
2007-11-25[SCSI] NCR5380: Fix bugs and canonicalize irq handler usageJeff Garzik1-2/+3
2007-10-12[SCSI] NCR5380: fix NCR53C400_PSEUDO_DMA is not definedGabriel C1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-08-06[SCSI] Improve inquiry printingMatthew Wilcox1-2/+1
2006-07-02[PATCH] irq-flags: scsi: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-10[SCSI] drivers/scsi: Use ARRAY_SIZE macroTobias Klauser1-10/+9
2006-03-24[PATCH] remove ISA legacy functions: drivers/scsi/g_NCR5380.cAl Viro1-7/+21
2005-11-09[SCSI] remove Scsi_Device typedefChristoph Hellwig1-1/+1
2005-11-09[SCSI] remove Scsi_Host_Template typedefChristoph Hellwig1-2/+2
2005-06-17[SCSI] Remove no-op implementations of SCSI EH hooksJeff Garzik1-2/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+947