summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sun_esp.c
Commit message (Expand)AuthorAgeFilesLines
* Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia Ziemiańska2024-03-061-1/+1
* scsi: sun_esp: Convert to platform remove callback returning voidUwe Kleine-König2023-12-051-4/+2
* scsi: sun_esp: Explicitly include correct DT includesRob Herring2023-07-231-1/+2
* Merge patch series "Constify most SCSI host templates"Martin K. Petersen2023-03-241-1/+1
|\
| * scsi: esp_scsi: Declare SCSI host template constBart Van Assche2023-03-241-1/+1
* | scsi: qlogicpti: sun_esp: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-161-1/+1
|/
* scsi: sun_esp: Use module_platform_driver to simplify the codeLiu Shixin2020-10-021-13/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* scsi: sun_esp: Use of_node_name_eq for node name comparisonsRob Herring2018-12-071-4/+3
* scsi: esp_scsi: move dma mapping into the core codeChristoph Hellwig2018-10-151-28/+0
* scsi: esp_scsi: remove the dev argument to scsi_esp_registerChristoph Hellwig2018-10-151-1/+1
* scsi: esp_scsi: use strong typing for the dev fieldChristoph Hellwig2018-10-151-24/+13
* scsi: sun_esp: don't use GFP_ATOMIC for command block allocationChristoph Hellwig2018-10-151-1/+1
* scsi: sun_esp: fix device reference leaksJohan Hovold2017-06-271-1/+8
* scsi: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-16/+14
* dt/sparc: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-281-4/+4
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-22/+22
* of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely2010-07-241-2/+2
* sparc/of: Move of_device fields into struct pdev_archdataGrant Likely2010-06-281-1/+1
* of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-2/+5
* of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-181-8/+8
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* sparc: Annotate of_device_id arrays with const or __initdata.David S. Miller2008-08-311-1/+1
* sun_esp: Convert to pure OF driver.David S. Miller2008-08-291-72/+64
* sparc: Move SBUS DMA attribute interfaces out of asm/sbus.hDavid S. Miller2008-08-291-3/+5
* sparc: Convert all SBUS drivers to dma_*() interfaces.David S. Miller2008-08-291-12/+14
* sparc: Make SBUS DMA interfaces take struct device.David S. Miller2008-08-291-7/+16
* sparc: Kill SBUS DVMA layer.David S. Miller2008-08-291-53/+69
* PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi2008-07-241-0/+1
* [SCSI] esp: use shost_privChristoph Hellwig2007-05-311-1/+1
* [SCSI] SUNESP: sun_esp.c needs linux/delay.hDavid S. Miller2007-05-061-0/+1
* [SCSI] SUNESP: Complete driver rewrite to version 2.0David S. Miller2007-04-271-0/+634