aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/BusLogic.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsGravatar Bart Van Assche 1-2/+2
2021-10-16scsi: BusLogic: Call scsi_done() directlyGravatar Bart Van Assche 1-5/+4
2021-08-01scsi: BusLogic: Use %X for u32 sized integer rather than %lXGravatar Colin Ian King 1-1/+1
2021-08-01scsi: BusLogic: Avoid unbounded vsprintf() useGravatar Maciej W. Rozycki 1-1/+1
2021-08-01scsi: BusLogic: Fix missing pr_cont() useGravatar Maciej W. Rozycki 1-2/+2
2021-05-14scsi: BusLogic: Fix 64-bit system enumeration error for BuslogicGravatar Matt Wang 1-3/+3
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-1/+1
2021-04-06BusLogic: reject broken old firmware that requires ISA-style bounce bufferingGravatar Christoph Hellwig 1-15/+6
2021-04-06Buslogic: remove ISA supportGravatar Christoph Hellwig 1-179/+5
2021-03-18scsi: BusLogic: Supply __printf(x, y) formatting for blogic_msg()Gravatar Lee Jones 1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-04-24scsi: BusLogic: Remove conversion to bool in blogic_inquiry()Gravatar Jason Yan 1-1/+1
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-1/+1
2020-03-24block: move struct partition out of genhd.hGravatar Christoph Hellwig 1-3/+5
2020-03-11scsi: docs: convert BusLogic.txt to ReSTGravatar Mauro Carvalho Chehab 1-1/+1
2020-01-15scsi: BusLogic: use %lX for unsigned long rather than %XGravatar Colin Ian King 1-55/+55
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 388Gravatar Thomas Gleixner 1-8/+1
2018-12-18scsi: flip the default on use_clusteringGravatar Christoph Hellwig 1-1/+0
2018-12-07scsi: BusLogic: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2018-10-17scsi: BusLogic: switch to generic DMA APIGravatar Christoph Hellwig 1-17/+19
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2017-04-21scsi: BusLogic: fix incorrect spelling of adatper_reset_reqGravatar Colin Ian King 1-3/+11
2015-02-02scsi: replace seq_printf with seq_putsGravatar Rasmus Villemoes 1-5/+5
2014-11-24scsi: drop reason argument from ->change_queue_depthGravatar Christoph Hellwig 1-2/+2
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthGravatar Christoph Hellwig 1-2/+2
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useGravatar Benoit Taine 1-1/+1
2013-10-25[SCSI] buslogic: Added check for DMA mapping errorsGravatar Khalid Aziz 1-13/+23
2013-10-16[SCSI] BusLogic: Fix an oops when intializing multimaster adapterGravatar Khalid Aziz 1-8/+8
2013-06-26[SCSI] BusLogic: Port driver to 64-bit.Gravatar Khalid Aziz 1-6/+5
2013-06-26[SCSI] BusLogic: Fix style issuesGravatar Khalid Aziz 1-2090/+2363
2013-04-09BusLogic: switch to ->show_info()Gravatar Al Viro 1-45/+38
2013-01-03Drivers: scsi: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-1/+1
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2010-11-16SCSI host lock push-downGravatar Jeff Garzik 1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Gravatar Yang Hongyang 1-3/+3
2008-04-07[SCSI] BusLogic: make FlashPoint support x86-32 onlyGravatar Matthew Wilcox 1-1/+4
2008-01-30[SCSI] remove use_sg_chainingGravatar James Bottomley 1-1/+0
2008-01-23[SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEGravatar FUJITA Tomonori 1-1/+1
2007-10-16[SCSI] add use_sg_chaining option to scsi_host_templateGravatar FUJITA Tomonori 1-0/+1
2007-05-26[SCSI] BusLogic: convert to use the data buffer accessorsGravatar FUJITA Tomonori 1-30/+21
2007-04-17[SCSI] BusLogic: stop using check_regionGravatar Zachary Amsden 1-25/+48
2007-02-07[SCSI] BusLogic: Replace 'boolean' by 'bool'Gravatar Richard Knutsson 1-21/+21
2007-02-03[SCSI] Buslogic: local_irq_disable() is redundant after local_irq_save()Gravatar Jiri Kosina 1-3/+1
2006-11-22Merge ../scsi-rc-fixes-2.6Gravatar James Bottomley 1-0/+11
2006-11-15[SCSI] minor bug fixes and cleanupsGravatar Jeff Garzik 1-6/+6
2006-10-18[BusLogic] Add pci dev table for auto module loading.Gravatar Ben Collins 1-0/+11
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-1/+1
2006-09-23[SCSI] Switch some more scsi drivers to pci_get_device and refcounted pci str...Gravatar Alan Cox 1-7/+8
2006-08-19[SCSI] BusLogic gcc 4.1 warning fixesGravatar Daniel Walker 1-9/+37