summaryrefslogtreecommitdiff
path: root/drivers/scsi/qlogicpti.c
AgeCommit message (Expand)Author
2024-03-06Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia Ziemiańska
2023-12-05scsi: qlogicpti: Convert to platform remove callback returning voidUwe Kleine-König
2023-08-21scsi: qlogicpti: Mark qlogicpti_info() staticArnd Bergmann
2023-07-23scsi: qlogicpti: Explicitly include correct DT includesRob Herring
2023-03-24Merge patch series "Constify most SCSI host templates"Martin K. Petersen
2023-03-24scsi: qlogicpti: Declare SCSI host template constBart Van Assche
2023-03-16scsi: qlogicpti: sun_esp: Use of_property_read_bool() for boolean propertiesRob Herring
2022-09-06scsi: qlogicpti: Fix dma_map_sg() checkJack Wang
2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche
2021-10-16scsi: qlogicpti: Call scsi_done() directlyBart Van Assche
2021-08-11scsi: qlogicpti: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-10-02scsi: qlogicpti: Use module_platform_driver to simplify the codeLiu Shixin
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2019-08-07scsi: qlogicpti: Mark expected switch fall-throughsGustavo A. R. Silva
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-02-13scsi: qlogicpti: Use of_node_name_eq for node name comparisonsRob Herring
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig
2018-06-26scsi: read host_busy via scsi_host_busy()Ming Lei
2018-05-18scsi: qlogicpti: Fix an error handling path in 'qpti_sbus_probe()'Christophe Jaillet
2017-08-28scsi: qlogicpti: fixup qlogicpti_reset() definitionHannes Reinecke
2017-08-25scsi: qlogicpti: move bus reset to host resetHannes Reinecke
2016-03-01qlogicpti: Return correct error codeAmitoj Kaur Chawla
2015-05-31scsi: Do not set cmd_per_lun to 1 in the host templateHannes Reinecke
2014-10-20scsi: drop owner assignment from platform_driversWolfram Sang
2014-07-25scsi: convert host_busy to atomic_tChristoph Hellwig
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman
2012-10-28qlogicpti: Fix build warning.David S. Miller
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2011-10-16[SCSI] qlogicpti: fix timeoutMeelis Roos
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely
2011-02-28dt/sparc: Eliminate users of of_platform_{,un}register_driverGrant Likely
2010-11-16SCSI host lock push-downJeff Garzik
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely
2010-06-28sparc/of: Move of_device fields into struct pdev_archdataGrant Likely
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-08qlogicpti: Remove slash in QlogicPTI irq nameMeelis Roos
2009-04-03[SCSI] qlogicpti: use request_firmwareJaswinder Singh Rajput
2008-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2008-09-29scsi: fix fall out of sg-chaining patch in qlogicptiBoaz Harrosh
2008-08-31sparc: Annotate of_device_id arrays with const or __initdata.David S. Miller
2008-08-29qlogicpti: Convert to pure OF driver.David S. Miller
2008-08-29sparc: Move SBUS DMA attribute interfaces out of asm/sbus.hDavid S. Miller
2008-08-29sparc: Convert all SBUS drivers to dma_*() interfaces.David S. Miller
2008-08-29sparc: Make SBUS DMA interfaces take struct device.David S. Miller