summaryrefslogtreecommitdiff
path: root/drivers/scsi/BusLogic.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: BusLogic: Declare SCSI host template constBart Van Assche2023-03-241-2/+2
* scsi: BusLogic: Remove variable 'adapter_count'Colin Ian King2022-11-081-4/+2
* scsi: BusLogic: Remove bus_to_virt()Arnd Bergmann2022-06-271-12/+23
* scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche2021-10-161-2/+2
* scsi: BusLogic: Call scsi_done() directlyBart Van Assche2021-10-161-5/+4
* scsi: BusLogic: Use %X for u32 sized integer rather than %lXColin Ian King2021-08-011-1/+1
* scsi: BusLogic: Avoid unbounded vsprintf() useMaciej W. Rozycki2021-08-011-1/+1
* scsi: BusLogic: Fix missing pr_cont() useMaciej W. Rozycki2021-08-011-2/+2
* scsi: BusLogic: Fix 64-bit system enumeration error for BuslogicMatt Wang2021-05-141-3/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-04-281-1/+1
|\
| * scsi: BusLogic: Supply __printf(x, y) formatting for blogic_msg()Lee Jones2021-03-181-1/+1
* | BusLogic: reject broken old firmware that requires ISA-style bounce bufferingChristoph Hellwig2021-04-061-15/+6
* | Buslogic: remove ISA supportChristoph Hellwig2021-04-061-179/+5
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* scsi: BusLogic: Remove conversion to bool in blogic_inquiry()Jason Yan2020-04-241-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-04-021-1/+1
|\
| * scsi: docs: convert BusLogic.txt to ReSTMauro Carvalho Chehab2020-03-111-1/+1
* | block: move struct partition out of genhd.hChristoph Hellwig2020-03-241-3/+5
|/
* scsi: BusLogic: use %lX for unsigned long rather than %XColin Ian King2020-01-151-55/+55
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 388Thomas Gleixner2019-06-051-8/+1
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-1/+0
* scsi: BusLogic: mark expected switch fall-throughGustavo A. R. Silva2018-12-071-0/+1
* scsi: BusLogic: switch to generic DMA APIChristoph Hellwig2018-10-171-17/+19
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* scsi: BusLogic: fix incorrect spelling of adatper_reset_reqColin Ian King2017-04-211-3/+11
* scsi: replace seq_printf with seq_putsRasmus Villemoes2015-02-021-5/+5
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-2/+2
* scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-2/+2
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* [SCSI] buslogic: Added check for DMA mapping errorsKhalid Aziz2013-10-251-13/+23
* [SCSI] BusLogic: Fix an oops when intializing multimaster adapterKhalid Aziz2013-10-161-8/+8
* [SCSI] BusLogic: Port driver to 64-bit.Khalid Aziz2013-06-261-6/+5
* [SCSI] BusLogic: Fix style issuesKhalid Aziz2013-06-261-2090/+2363
* BusLogic: switch to ->show_info()Al Viro2013-04-091-45/+38
* Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* SCSI host lock push-downJeff Garzik2010-11-161-1/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-3/+3
* [SCSI] BusLogic: make FlashPoint support x86-32 onlyMatthew Wilcox2008-04-071-1/+4
* [SCSI] remove use_sg_chainingJames Bottomley2008-01-301-1/+0
* [SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEFUJITA Tomonori2008-01-231-1/+1
* [SCSI] add use_sg_chaining option to scsi_host_templateFUJITA Tomonori2007-10-161-0/+1
* [SCSI] BusLogic: convert to use the data buffer accessorsFUJITA Tomonori2007-05-261-30/+21
* [SCSI] BusLogic: stop using check_regionZachary Amsden2007-04-171-25/+48
* [SCSI] BusLogic: Replace 'boolean' by 'bool'Richard Knutsson2007-02-071-21/+21
* [SCSI] Buslogic: local_irq_disable() is redundant after local_irq_save()Jiri Kosina2007-02-031-3/+1
* Merge ../scsi-rc-fixes-2.6James Bottomley2006-11-221-0/+11
|\
| * [BusLogic] Add pci dev table for auto module loading.Ben Collins2006-10-181-0/+11
* | [SCSI] minor bug fixes and cleanupsJeff Garzik2006-11-151-6/+6
|/