index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
advansys.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-12
[SCSI] advansys: Remove ASC_SELECT_QUEUE_DEPTHS
Matthew Wilcox
1
-2
/
+0
2007-10-12
[SCSI] advansys: Improve reset handler
Matthew Wilcox
1
-61
/
+22
2007-10-12
[SCSI] advansys: Fix simultaneous calls to ->queuecommand
Matthew Wilcox
1
-49
/
+39
2007-10-12
[SCSI] advansys: Restructure asc_execute_scsi_cmnd()
Matthew Wilcox
1
-92
/
+39
2007-10-12
[SCSI] advansys: Remove array of scsi targets
Matthew Wilcox
1
-10
/
+0
2007-10-12
[SCSI] advansys: Eliminate prototypes
Matthew Wilcox
1
-6230
/
+6043
2007-10-12
[SCSI] advansys: Use DRV_NAME
Matthew Wilcox
1
-11
/
+12
2007-10-12
[SCSI] advansys: Comment/indentation/macro cleanup
Matthew Wilcox
1
-278
/
+101
2007-10-12
[SCSI] advansys: Remove some custom wrappers
Matthew Wilcox
1
-164
/
+49
2007-10-12
[SCSI] advansys: Remove a check for an impossible condition
Matthew Wilcox
1
-12
/
+0
2007-10-12
[SCSI] advansys: Support 16-byte commands properly
Matthew Wilcox
1
-29
/
+10
2007-10-12
[SCSI] advansys: Enable interrupts earlier in queuecommand
Matthew Wilcox
1
-12
/
+11
2007-10-12
[SCSI] advansys: Remove `active' queue and all remaining internal queueing code
Matthew Wilcox
1
-498
/
+6
2007-10-12
[SCSI] advansys: Remove `done' queue
Matthew Wilcox
1
-96
/
+24
2007-10-12
[SCSI] advansys: Remove a check for an impossible condition
Matthew Wilcox
1
-19
/
+0
2007-10-12
[SCSI] advansys: Remove `waiting' queue
Matthew Wilcox
1
-177
/
+9
2007-10-12
[SCSI] advansys: Shrink advansys_board_found a little more
Matthew Wilcox
1
-118
/
+112
2007-10-12
[SCSI] advansys: Reformat microcode
Matthew Wilcox
1
-1977
/
+1186
2007-10-12
[SCSI] advansys: Create AdvLoadMicrocode
Matthew Wilcox
1
-275
/
+107
2007-10-12
[SCSI] advansys: Create AdvBuildCarrierFreelist
Matthew Wilcox
1
-166
/
+53
2007-10-12
[SCSI] advansys: Fix VLB driver name
Matthew Wilcox
1
-1
/
+1
2007-10-12
[SCSI] advansys: Move documentation to Documentation/scsi
Matthew Wilcox
1
-747
/
+19
2007-10-12
[SCSI] advansys: use memcpy instead of open-coded loop
Matthew Wilcox
1
-79
/
+40
2007-10-12
[SCSI] advansys: Remove pci_slot_info
Matthew Wilcox
1
-20
/
+9
2007-10-12
[SCSI] advansys: Remove library-style callback routines
Matthew Wilcox
1
-42
/
+8
2007-10-12
[SCSI] advansys: Move struct device out of the cfg structures
Matthew Wilcox
1
-63
/
+41
2007-10-12
[SCSI] advansys: Stop using n_io_port in Scsi_Host structure
Matthew Wilcox
1
-30
/
+8
2007-10-12
[SCSI] advansys: ioremap no longer needs page-aligned addresses
Matthew Wilcox
1
-40
/
+12
2007-10-12
[SCSI] advansys: delete AscGetChipBusType
Matthew Wilcox
1
-32
/
+4
2007-10-12
[SCSI] advansys: misc reformatting
Matthew Wilcox
1
-150
/
+110
2007-10-12
[SCSI] advansys: remove INQUIRY sniffing
Matthew Wilcox
1
-426
/
+211
2007-10-12
[SCSI] advansys: remove AscCompareString()
Matthew Wilcox
1
-20
/
+3
2007-10-12
[SCSI] advansys: More PCI cleanups
Matthew Wilcox
1
-220
/
+34
2007-10-12
[SCSI] advansys: Update resource management
Matthew Wilcox
1
-37
/
+33
2007-10-12
[SCSI] advansys: Convert to ISA driver model
Matthew Wilcox
1
-299
/
+113
2007-10-12
[SCSI] advansys: Convert to EISA driver model
Matthew Wilcox
1
-81
/
+94
2007-10-12
[SCSI] advansys: Convert to PCI driver model
Matthew Wilcox
1
-249
/
+129
2007-10-12
[SCSI] advansys: Move to scsi hotplug initialisation model
Matthew Wilcox
1
-25
/
+36
2007-10-12
[SCSI] advansys: Make advansys_board_found a little more readable
Matthew Wilcox
1
-236
/
+158
2007-10-12
[SCSI] advansys: Stop checking the scsi_cmnd belongs to our Scsi_Host
Matthew Wilcox
1
-38
/
+0
2007-10-12
[SCSI] advansys: Improve interrupt handler
Matthew Wilcox
1
-100
/
+72
2007-10-12
[SCSI] advansys: Clean up proc_info implementation
Matthew Wilcox
1
-24
/
+12
2007-10-12
[SCSI] advansys: undate version, copyright, etc
Matthew Wilcox
1
-24
/
+19
2007-07-27
[SCSI] advansys: lindent and other large, uninteresting changes
Matthew Wilcox
1
-13692
/
+14569
2007-05-28
[SCSI] advansys: cleanups
Adrian Bunk
1
-93
/
+8
2007-02-08
[SCSI] advansys: clean up warnings
Ken Witherow
1
-2
/
+5
2007-01-04
[SCSI] advansys: wrap PCI table inside ifdef CONFIG_PCI
Randy Dunlap
1
-1
/
+2
2006-10-11
[PATCH] NULL noise removal: advansys
Al Viro
1
-2
/
+2
2006-10-11
[PATCH] advansys __iomem annotations
Al Viro
1
-1
/
+1
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-2
/
+2
[prev]
[next]