aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/atp870u.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-24scsi: atp870u: Declare SCSI host template constGravatar Bart Van Assche 1-2/+2
2021-11-29scsi: atp870u: Fix a kernel-doc warningGravatar Bart Van Assche 1-1/+0
2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsGravatar Bart Van Assche 1-2/+2
2021-10-16scsi: atp870u: Call scsi_done() directlyGravatar Bart Van Assche 1-12/+1
2021-03-15scsi: atp870u: Fix naming and demote incorrect and non-conformant kernel-doc ...Gravatar Lee Jones 1-4/+3
2021-01-22scsi: atp870u: Use standard definitionsGravatar Hannes Reinecke 1-24/+30
2021-01-22scsi: atp870u: Whitespace cleanupGravatar Hannes Reinecke 1-180/+251
2019-11-12scsi: core: Clean up SG_NONEGravatar Finn Thain 1-1/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2019-03-19scsi: atp870u: clean up code style and indentation issuesGravatar Colin Ian King 1-4/+3
2018-12-18scsi: flip the default on use_clusteringGravatar Christoph Hellwig 1-1/+0
2018-10-17scsi: atp870u: switch to generic DMA APIGravatar Christoph Hellwig 1-3/+3
2018-07-30scsi: atp870u: Replace mdelay() with msleep()Gravatar Jia-Ju Bai 1-8/+8
2018-03-01scsi: atp870u: 64 bit bug in atp885_init()Gravatar Dan Carpenter 1-2/+2
2015-11-25atp870u: Introduce atp870_init()Gravatar Ondrej Zary 1-50/+54
2015-11-25atp870u: Introduce atp885_init()Gravatar Ondrej Zary 1-118/+113
2015-11-25atp870u: Introduce atp880_init()Gravatar Ondrej Zary 1-86/+88
2015-11-25atp870u: Initialize tables earlierGravatar Ondrej Zary 1-16/+6
2015-11-25atp870u: Remove scam_on from struct atp_unitGravatar Ondrej Zary 1-7/+7
2015-11-25atp870u: Request IRQ later, remove weird lockingGravatar Ondrej Zary 1-35/+12
2015-11-25atp870u: Use pci_request_regionsGravatar Ondrej Zary 1-11/+10
2015-11-25atp870u: Introduce is880(), is885() and remove dev_idGravatar Ondrej Zary 1-32/+38
2015-11-25atp870u: Simplify _probe()Gravatar Ondrej Zary 1-37/+28
2015-11-25atp870u: Remove chip_ver from struct atp_unitGravatar Ondrej Zary 1-25/+14
2015-11-25atp870u: Improve unsupported chip detectionGravatar Ondrej Zary 1-12/+8
2015-11-25atp870u: Improve _probe()Gravatar Ondrej Zary 1-123/+113
2015-11-25atp870u: Remove useless and broken card countingGravatar Ondrej Zary 1-6/+4
2015-11-25atp870u: Use n_io_port in request_region and release_regionGravatar Ondrej Zary 1-17/+3
2015-11-25atp870u: Use module_pci_driverGravatar Ondrej Zary 1-19/+1
2015-11-25atp870u: Remove empty tscam_885()Gravatar Ondrej Zary 1-14/+1
2015-11-25atp870u: Reduce log spam on module load/unloadGravatar Ondrej Zary 1-6/+1
2015-11-25atp870u: Introduce atp_set_host_idGravatar Ondrej Zary 1-39/+18
2015-11-25atp870u: Fix incorrect writeb_io access to register 0x3aGravatar Ondrej Zary 1-4/+4
2015-11-25atp870u: Replace port 0x80 delay by udelayGravatar Ondrej Zary 1-9/+9
2015-11-25atp870u: Convert remaining in[bwl] and out[bwl] to wrappersGravatar Ondrej Zary 1-104/+118
2015-11-25atp870u: Rename is885() to atp_is()Gravatar Ondrej Zary 1-6/+6
2015-11-25atp870u: Remove is870()Gravatar Ondrej Zary 1-426/+1
2015-11-25atp870u: Move 870-specific code out of is870()Gravatar Ondrej Zary 1-3/+2
2015-11-25atp870u: Add remaining 870 support to is885()Gravatar Ondrej Zary 1-14/+31
2015-11-25atp870u: Add wide_chip parameter to is870() and is885()Gravatar Ondrej Zary 1-21/+25
2015-11-25atp870u: Remove is880()Gravatar Ondrej Zary 1-571/+1
2015-11-25atp870u: Move chip-specific lines out of is880() and is885()Gravatar Ondrej Zary 1-14/+10
2015-11-25atp870u: Add channel parameter to is870() and is880()Gravatar Ondrej Zary 1-342/+342
2015-11-25atp870u: Unify code format in is870(), is880() and is885()Gravatar Ondrej Zary 1-69/+101
2015-11-25atp870u: Convert is885() to use wrappersGravatar Ondrej Zary 1-179/+179
2015-11-25atp870u: Convert is880() to use wrappersGravatar Ondrej Zary 1-176/+176
2015-11-25atp870u: Convert is870() to use wrappersGravatar Ondrej Zary 1-138/+138
2015-11-25atp870u: Introduce HW access wrappersGravatar Ondrej Zary 1-220/+252
2015-11-25atp870u: Remove ugly gotos #5Gravatar Ondrej Zary 1-72/+62
2015-11-25atp870u: Remove ugly gotos #4Gravatar Ondrej Zary 1-17/+15