aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hptiop.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner1-9/+1
2019-02-25scsi: hptiop: fix calls to dma_set_mask()Hannes Reinecke1-3/+7
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-11-15scsi: hptiop: use dma_set_maskChristoph Hellwig1-5/+5
2017-08-25scsi: hptiop: Simplify reset handlingHannes Reinecke1-7/+4
2017-06-26scsi: hptiop: make function hptiop_iop_request_callback_itl staticColin Ian King1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-08-12hptiop: Support HighPoint RR36xx HBAs and Support SAS tape and SAS media changerlinux1-35/+62
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-6/+2
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-1/+1
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-1/+1
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman1-2/+1
2012-11-27[SCSI] hptiop: Support HighPoint RR4520/RR4522 HBAHighPoint Linux Team1-19/+394
2012-07-20[SCSI] hptiop: fix RR312x in hosts with >12GBHighPoint Linux Team1-3/+7
2010-11-16SCSI host lock push-downJeff Garzik1-1/+3
2010-07-27[SCSI] hptiop: Eliminate a NULL pointer dereferenceJulia Lawall1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-04[SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie1-1/+4
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-10-02[SCSI] hptiop: Add RR44xx adapter supportHighPoint Linux Team1-11/+26
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-1/+1
2009-03-12[SCSI] Remove SUGGEST flagsMartin K. Petersen1-2/+1
2009-02-21[SCSI] hptiop: Add new PCI device IDHighPoint Linux Team1-0/+1
2008-08-05remove unnecessary <linux/hdreg.h> includesBartlomiej Zolnierkiewicz1-1/+0
2008-07-30[SCSI] hptiop: add more PCI device IDsHighPoint Linux Team1-0/+7
2008-05-23scsi: fix integer as NULL pointer warningHarvey Harrison1-6/+6
2008-05-02[SCSI] Let scsi_cmnd->cmnd use request->cmd bufferBoaz Harrosh1-3/+3
2008-04-19SCSI: convert struct class_device to struct deviceTony Jones1-6/+8
2008-04-07[SCSI] hptiop: fix header.context usageJames Bottomley1-2/+4
2008-04-07[SCSI] Remove random noop unchecked_isa_dma usersAndi Kleen1-1/+0
2008-01-30[SCSI] remove use_sg_chainingJames Bottomley1-1/+0
2008-01-30[SCSI] hptiop: fix sense_buffer access bugFUJITA Tomonori1-1/+1
2008-01-23[SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEFUJITA Tomonori1-1/+1
2008-01-11[SCSI] hptiop: add more adapter models and other fixesHighPoint Linux Team1-129/+464
2007-10-17[SCSI] hptiop: avoid buffer overflow when returning sense dataHighPoint Linux Team1-2/+3
2007-10-16[SCSI] add use_sg_chaining option to scsi_host_templateFUJITA Tomonori1-0/+1
2007-10-12[SCSI] hptiop: adding new firmware interface and more PCI device IDsHighPoint Linux Team1-15/+48
2007-06-17[SCSI] hptiop: convert to use the data buffer accessorsFUJITA Tomonori1-53/+23
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-08-27Merge ../linux-2.6James Bottomley1-559/+9
2006-08-19[SCSI] remove unnecessary includes of linux/config.h from drivers/scsi/Dave Jones1-1/+0
2006-08-06[SCSI] hptiop: backout ioctl messChristoph Hellwig1-558/+8
2006-07-28[SCSI] hptiop: wrong register used in hptiop_reset_hba()HighPoint Linux Team1-1/+1
2006-07-02[PATCH] irq-flags: scsi: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-19[SCSI] hptiop: don't use cmnd->bufflenJames Bottomley1-1/+1
2006-06-19[SCSI] hptiop: HighPoint RocketRAID 3xxx controller driverHighPoint Linux Team1-11/+3
2006-06-10[SCSI] hptiop: HighPoint RocketRAID 3xxx controller driverHighPoint Linux Team1-0/+1501