aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/atp870u.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-24scsi: atp870u: Declare SCSI host template constBart Van Assche1-2/+2
2021-11-29scsi: atp870u: Fix a kernel-doc warningBart Van Assche1-1/+0
2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche1-2/+2
2021-10-16scsi: atp870u: Call scsi_done() directlyBart Van Assche1-12/+1
2021-03-15scsi: atp870u: Fix naming and demote incorrect and non-conformant kernel-doc ...Lee Jones1-4/+3
2021-01-22scsi: atp870u: Use standard definitionsHannes Reinecke1-24/+30
2021-01-22scsi: atp870u: Whitespace cleanupHannes Reinecke1-180/+251
2019-11-12scsi: core: Clean up SG_NONEFinn Thain1-1/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-03-19scsi: atp870u: clean up code style and indentation issuesColin Ian King1-4/+3
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-10-17scsi: atp870u: switch to generic DMA APIChristoph Hellwig1-3/+3
2018-07-30scsi: atp870u: Replace mdelay() with msleep()Jia-Ju Bai1-8/+8
2018-03-01scsi: atp870u: 64 bit bug in atp885_init()Dan Carpenter1-2/+2
2015-11-25atp870u: Introduce atp870_init()Ondrej Zary1-50/+54
2015-11-25atp870u: Introduce atp885_init()Ondrej Zary1-118/+113
2015-11-25atp870u: Introduce atp880_init()Ondrej Zary1-86/+88
2015-11-25atp870u: Initialize tables earlierOndrej Zary1-16/+6
2015-11-25atp870u: Remove scam_on from struct atp_unitOndrej Zary1-7/+7
2015-11-25atp870u: Request IRQ later, remove weird lockingOndrej Zary1-35/+12
2015-11-25atp870u: Use pci_request_regionsOndrej Zary1-11/+10
2015-11-25atp870u: Introduce is880(), is885() and remove dev_idOndrej Zary1-32/+38
2015-11-25atp870u: Simplify _probe()Ondrej Zary1-37/+28
2015-11-25atp870u: Remove chip_ver from struct atp_unitOndrej Zary1-25/+14
2015-11-25atp870u: Improve unsupported chip detectionOndrej Zary1-12/+8
2015-11-25atp870u: Improve _probe()Ondrej Zary1-123/+113
2015-11-25atp870u: Remove useless and broken card countingOndrej Zary1-6/+4
2015-11-25atp870u: Use n_io_port in request_region and release_regionOndrej Zary1-17/+3
2015-11-25atp870u: Use module_pci_driverOndrej Zary1-19/+1
2015-11-25atp870u: Remove empty tscam_885()Ondrej Zary1-14/+1
2015-11-25atp870u: Reduce log spam on module load/unloadOndrej Zary1-6/+1
2015-11-25atp870u: Introduce atp_set_host_idOndrej Zary1-39/+18
2015-11-25atp870u: Fix incorrect writeb_io access to register 0x3aOndrej Zary1-4/+4
2015-11-25atp870u: Replace port 0x80 delay by udelayOndrej Zary1-9/+9
2015-11-25atp870u: Convert remaining in[bwl] and out[bwl] to wrappersOndrej Zary1-104/+118
2015-11-25atp870u: Rename is885() to atp_is()Ondrej Zary1-6/+6
2015-11-25atp870u: Remove is870()Ondrej Zary1-426/+1
2015-11-25atp870u: Move 870-specific code out of is870()Ondrej Zary1-3/+2
2015-11-25atp870u: Add remaining 870 support to is885()Ondrej Zary1-14/+31
2015-11-25atp870u: Add wide_chip parameter to is870() and is885()Ondrej Zary1-21/+25
2015-11-25atp870u: Remove is880()Ondrej Zary1-571/+1
2015-11-25atp870u: Move chip-specific lines out of is880() and is885()Ondrej Zary1-14/+10
2015-11-25atp870u: Add channel parameter to is870() and is880()Ondrej Zary1-342/+342
2015-11-25atp870u: Unify code format in is870(), is880() and is885()Ondrej Zary1-69/+101
2015-11-25atp870u: Convert is885() to use wrappersOndrej Zary1-179/+179
2015-11-25atp870u: Convert is880() to use wrappersOndrej Zary1-176/+176
2015-11-25atp870u: Convert is870() to use wrappersOndrej Zary1-138/+138
2015-11-25atp870u: Introduce HW access wrappersOndrej Zary1-220/+252
2015-11-25atp870u: Remove ugly gotos #5Ondrej Zary1-72/+62
2015-11-25atp870u: Remove ugly gotos #4Ondrej Zary1-17/+15
2015-11-25atp870u: Remove ugly gotos #3Ondrej Zary1-12/+6
2015-11-25atp870u: Remove ugly gotos #2Ondrej Zary1-38/+30
2015-11-25atp870u: Remove ugly gotosOndrej Zary1-54/+30
2015-11-25atp870u: Untangle tmpcip #2Ondrej Zary1-16/+9
2015-11-25atp870u: Untangle tmpcipOndrej Zary1-41/+23
2015-11-25atp870u: Untangle tmport #8Ondrej Zary1-301/+177
2015-11-25atp870u: Untangle tmport #7Ondrej Zary1-11/+5
2015-11-25atp870u: Untangle tmport #6Ondrej Zary1-87/+49
2015-11-25atp870u: Untangle tmport #5Ondrej Zary1-297/+173
2015-11-25atp870u: Untangle tmport #4Ondrej Zary1-232/+138
2015-11-25atp870u: Untangle tmport #3Ondrej Zary1-69/+49
2015-11-25atp870u: Untangle tmport #2Ondrej Zary1-47/+32
2015-11-25atp870u: Untangle tmportOndrej Zary1-115/+71
2015-11-25atp870u: Remove tmport1Ondrej Zary1-4/+3
2015-11-25atp870u: Remove workportOndrej Zary1-31/+28
2015-05-31scsi: Do not set cmd_per_lun to 1 in the host templateHannes Reinecke1-1/+0
2015-02-02scsi: merge consecutive seq_puts callsRasmus Villemoes1-3/+2
2015-02-02scsi: replace seq_printf with seq_putsRasmus Villemoes1-3/+3
2013-10-14SCSI: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-04-09atp870u: switch to ->show_info()Al Viro1-32/+8
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-10-06drivers/scsi/atp870u.c: fix bad use of udelayMartin Michlmayr1-1/+10
2012-03-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds1-2/+2
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-28[SCSI] atp870u, mpt2sas, qla4xxx use pci_dev->revisionSergei Shtylyov1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-11-16SCSI host lock push-downJeff Garzik1-1/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2008-12-29[SCSI] Clean up my email address and use a single standard address for everyt...Alan Cox1-2/+2
2008-05-23scsi: fix integer as NULL pointer warningHarvey Harrison1-1/+1
2008-01-11[SCSI] atp870u: convert to accessors and !use_sg cleanupBoaz Harrosh1-85/+17
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-07-03Merge ../scsi-misc-2.6James Bottomley1-74/+83
2006-07-02[PATCH] irq-flags: scsi: Use the new IRQF_ constantsThomas Gleixner1-3/+3
2006-06-28[SCSI] atp870u: reduce huge stack usageRandy Dunlap1-74/+83
2006-06-06[SCSI] fix up request buffer reference in various scsi driversChristoph Hellwig1-1/+1
2006-05-28[SCSI] audit drivers for incorrect max_id useHannes Reinecke1-1/+1
2006-03-28[PATCH] Replace 0xff.. with correct DMA_xBIT_MASKMatthias Gehre1-1/+2
2005-10-28[SCSI] use scmd_id(), scmd_channel() throughout codeJeff Garzik1-11/+11
2005-10-28[SCSI] use sfoo_printk() in driversJeff Garzik1-4/+3
2005-09-15[SCSI] atp870u: fix memory addressing bugJames Bottomley1-2/+4
2005-05-20[SCSI] drivers/scsi/atp870u.c: make a function staticAdrian Bunk1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+3970