summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/atp870u.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* scsi: atp870u: clean up code style and indentation issuesColin Ian King2019-03-191-4/+3Star
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-191-1/+0Star
* scsi: atp870u: switch to generic DMA APIChristoph Hellwig2018-10-181-3/+3
* scsi: atp870u: Replace mdelay() with msleep()Jia-Ju Bai2018-07-311-8/+8
* scsi: atp870u: 64 bit bug in atp885_init()Dan Carpenter2018-03-021-2/+2
* atp870u: Introduce atp870_init()Ondrej Zary2015-11-261-50/+54
* atp870u: Introduce atp885_init()Ondrej Zary2015-11-261-118/+113Star
* atp870u: Introduce atp880_init()Ondrej Zary2015-11-261-86/+88
* atp870u: Initialize tables earlierOndrej Zary2015-11-261-16/+6Star
* atp870u: Remove scam_on from struct atp_unitOndrej Zary2015-11-261-7/+7
* atp870u: Request IRQ later, remove weird lockingOndrej Zary2015-11-261-35/+12Star
* atp870u: Use pci_request_regionsOndrej Zary2015-11-261-11/+10Star
* atp870u: Introduce is880(), is885() and remove dev_idOndrej Zary2015-11-261-32/+38
* atp870u: Simplify _probe()Ondrej Zary2015-11-261-37/+28Star
* atp870u: Remove chip_ver from struct atp_unitOndrej Zary2015-11-261-25/+14Star
* atp870u: Improve unsupported chip detectionOndrej Zary2015-11-261-12/+8Star
* atp870u: Improve _probe()Ondrej Zary2015-11-261-123/+113Star
* atp870u: Remove useless and broken card countingOndrej Zary2015-11-261-6/+4Star
* atp870u: Use n_io_port in request_region and release_regionOndrej Zary2015-11-261-17/+3Star
* atp870u: Use module_pci_driverOndrej Zary2015-11-261-19/+1Star
* atp870u: Remove empty tscam_885()Ondrej Zary2015-11-261-14/+1Star
* atp870u: Reduce log spam on module load/unloadOndrej Zary2015-11-261-6/+1Star
* atp870u: Introduce atp_set_host_idOndrej Zary2015-11-261-39/+18Star
* atp870u: Fix incorrect writeb_io access to register 0x3aOndrej Zary2015-11-261-4/+4
* atp870u: Replace port 0x80 delay by udelayOndrej Zary2015-11-261-9/+9
* atp870u: Convert remaining in[bwl] and out[bwl] to wrappersOndrej Zary2015-11-261-104/+118
* atp870u: Rename is885() to atp_is()Ondrej Zary2015-11-261-6/+6
* atp870u: Remove is870()Ondrej Zary2015-11-261-426/+1Star
* atp870u: Move 870-specific code out of is870()Ondrej Zary2015-11-261-3/+2Star
* atp870u: Add remaining 870 support to is885()Ondrej Zary2015-11-261-14/+31
* atp870u: Add wide_chip parameter to is870() and is885()Ondrej Zary2015-11-261-21/+25
* atp870u: Remove is880()Ondrej Zary2015-11-261-571/+1Star
* atp870u: Move chip-specific lines out of is880() and is885()Ondrej Zary2015-11-261-14/+10Star
* atp870u: Add channel parameter to is870() and is880()Ondrej Zary2015-11-261-342/+342
* atp870u: Unify code format in is870(), is880() and is885()Ondrej Zary2015-11-261-69/+101
* atp870u: Convert is885() to use wrappersOndrej Zary2015-11-261-179/+179
* atp870u: Convert is880() to use wrappersOndrej Zary2015-11-261-176/+176
* atp870u: Convert is870() to use wrappersOndrej Zary2015-11-261-138/+138
* atp870u: Introduce HW access wrappersOndrej Zary2015-11-261-220/+252
* atp870u: Remove ugly gotos #5Ondrej Zary2015-11-261-72/+62Star
* atp870u: Remove ugly gotos #4Ondrej Zary2015-11-261-17/+15Star
* atp870u: Remove ugly gotos #3Ondrej Zary2015-11-261-12/+6Star
* atp870u: Remove ugly gotos #2Ondrej Zary2015-11-261-38/+30Star
* atp870u: Remove ugly gotosOndrej Zary2015-11-261-54/+30Star
* atp870u: Untangle tmpcip #2Ondrej Zary2015-11-261-16/+9Star
* atp870u: Untangle tmpcipOndrej Zary2015-11-261-41/+23Star
* atp870u: Untangle tmport #8Ondrej Zary2015-11-261-301/+177Star
* atp870u: Untangle tmport #7Ondrej Zary2015-11-261-11/+5Star
* atp870u: Untangle tmport #6Ondrej Zary2015-11-261-87/+49Star