index
:
kernel_samsung_espresso10.git
replicant-4.2
replicant-6.0
kernel/samsung/espresso10
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
advansys.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SCSI] advansys: Fix bug in AdvLoadMicrocode
Matthew Wilcox
2008-03-07
1
-1
/
+1
*
[SCSI] advansys: fix overrun_buf aligned bug
FUJITA Tomonori
2008-02-11
1
-2
/
+11
*
[SCSI] advansys: make 3 functions static
Adrian Bunk
2008-02-07
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
2008-01-25
1
-7
/
+7
|
\
|
*
[SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZE
FUJITA Tomonori
2008-01-23
1
-7
/
+7
*
|
advansys: fix section mismatch warning
Randy Dunlap
2008-01-14
1
-1
/
+1
|
/
*
[SCSI] advansys: Changes to work on parisc
Matthew Wilcox
2007-10-12
1
-5
/
+5
*
[SCSI] advansys: Use dma mapping for overrun buffer
Matthew Wilcox
2007-10-12
1
-18
/
+24
*
[SCSI] advansys: Remove a couple of uses of bus_to_virt
Matthew Wilcox
2007-10-12
1
-26
/
+79
*
[SCSI] advansys: convert to use the data buffer accessors
Matthew Wilcox
2007-10-12
1
-184
/
+52
*
[SCSI] advansys: Remove DvcGetPhyAddr
Matthew Wilcox
2007-10-12
1
-70
/
+3
*
[SCSI] advansys: Move a couple of fields from struct board to struct adv_dvc
Matthew Wilcox
2007-10-12
1
-101
/
+92
*
[SCSI] advansys: Make sdtr_period_tbl a pointer
Matthew Wilcox
2007-10-12
1
-65
/
+25
*
[SCSI] advansys: Get rid of board index number
Matthew Wilcox
2007-10-12
1
-136
/
+100
*
[SCSI] advansys: Remove private lock
Matthew Wilcox
2007-10-12
1
-16
/
+5
*
[SCSI] advansys: Sort out debug macros
Matthew Wilcox
2007-10-12
1
-366
/
+262
*
[SCSI] advansys: Remove library version & serial numbers
Matthew Wilcox
2007-10-12
1
-45
/
+15
*
[SCSI] advansys: Remove asc_board_t typedef and ASC_BOARDP macro
Matthew Wilcox
2007-10-12
1
-81
/
+51
*
[SCSI] advansys: Merge ASC_IERR definitions
Matthew Wilcox
2007-10-12
1
-24
/
+16
*
[SCSI] advansys: Sort out irq number mess
Matthew Wilcox
2007-10-12
1
-198
/
+189
*
[SCSI] advansys: Remove ASC_WIDE_BOARD predicate
Matthew Wilcox
2007-10-12
1
-3
/
+2
*
[SCSI] advansys: Remove ASC_SELECT_QUEUE_DEPTHS
Matthew Wilcox
2007-10-12
1
-2
/
+0
*
[SCSI] advansys: Improve reset handler
Matthew Wilcox
2007-10-12
1
-61
/
+22
*
[SCSI] advansys: Fix simultaneous calls to ->queuecommand
Matthew Wilcox
2007-10-12
1
-49
/
+39
*
[SCSI] advansys: Restructure asc_execute_scsi_cmnd()
Matthew Wilcox
2007-10-12
1
-92
/
+39
*
[SCSI] advansys: Remove array of scsi targets
Matthew Wilcox
2007-10-12
1
-10
/
+0
*
[SCSI] advansys: Eliminate prototypes
Matthew Wilcox
2007-10-12
1
-6230
/
+6043
*
[SCSI] advansys: Use DRV_NAME
Matthew Wilcox
2007-10-12
1
-11
/
+12
*
[SCSI] advansys: Comment/indentation/macro cleanup
Matthew Wilcox
2007-10-12
1
-278
/
+101
*
[SCSI] advansys: Remove some custom wrappers
Matthew Wilcox
2007-10-12
1
-164
/
+49
*
[SCSI] advansys: Remove a check for an impossible condition
Matthew Wilcox
2007-10-12
1
-12
/
+0
*
[SCSI] advansys: Support 16-byte commands properly
Matthew Wilcox
2007-10-12
1
-29
/
+10
*
[SCSI] advansys: Enable interrupts earlier in queuecommand
Matthew Wilcox
2007-10-12
1
-12
/
+11
*
[SCSI] advansys: Remove `active' queue and all remaining internal queueing code
Matthew Wilcox
2007-10-12
1
-498
/
+6
*
[SCSI] advansys: Remove `done' queue
Matthew Wilcox
2007-10-12
1
-96
/
+24
*
[SCSI] advansys: Remove a check for an impossible condition
Matthew Wilcox
2007-10-12
1
-19
/
+0
*
[SCSI] advansys: Remove `waiting' queue
Matthew Wilcox
2007-10-12
1
-177
/
+9
*
[SCSI] advansys: Shrink advansys_board_found a little more
Matthew Wilcox
2007-10-12
1
-118
/
+112
*
[SCSI] advansys: Reformat microcode
Matthew Wilcox
2007-10-12
1
-1977
/
+1186
*
[SCSI] advansys: Create AdvLoadMicrocode
Matthew Wilcox
2007-10-12
1
-275
/
+107
*
[SCSI] advansys: Create AdvBuildCarrierFreelist
Matthew Wilcox
2007-10-12
1
-166
/
+53
*
[SCSI] advansys: Fix VLB driver name
Matthew Wilcox
2007-10-12
1
-1
/
+1
*
[SCSI] advansys: Move documentation to Documentation/scsi
Matthew Wilcox
2007-10-12
1
-747
/
+19
*
[SCSI] advansys: use memcpy instead of open-coded loop
Matthew Wilcox
2007-10-12
1
-79
/
+40
*
[SCSI] advansys: Remove pci_slot_info
Matthew Wilcox
2007-10-12
1
-20
/
+9
*
[SCSI] advansys: Remove library-style callback routines
Matthew Wilcox
2007-10-12
1
-42
/
+8
*
[SCSI] advansys: Move struct device out of the cfg structures
Matthew Wilcox
2007-10-12
1
-63
/
+41
*
[SCSI] advansys: Stop using n_io_port in Scsi_Host structure
Matthew Wilcox
2007-10-12
1
-30
/
+8
*
[SCSI] advansys: ioremap no longer needs page-aligned addresses
Matthew Wilcox
2007-10-12
1
-40
/
+12
*
[SCSI] advansys: delete AscGetChipBusType
Matthew Wilcox
2007-10-12
1
-32
/
+4
[next]