index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
atari_NCR5380.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-06
ncr5380: Cleanup whitespace and parentheses
Finn Thain
1
-13
/
+13
2016-01-06
atari_NCR5380: Merge changes from NCR5380.c
Finn Thain
1
-32
/
+52
2016-01-06
ncr5380: Fix whitespace in comments using regexp
Finn Thain
1
-53
/
+53
2016-01-06
ncr5380: Cleanup comments
Finn Thain
1
-95
/
+14
2016-01-06
ncr5380: Fix soft lockups
Finn Thain
1
-2
/
+4
2016-01-06
atari_scsi, sun3_scsi: Remove global Scsi_Host pointer
Finn Thain
1
-2
/
+3
2016-01-06
atari_NCR5380: Eliminate HOSTNO macro
Finn Thain
1
-55
/
+47
2016-01-06
atari_NCR5380: Remove HOSTNO macro from printk() and seq_printf() calls
Finn Thain
1
-14
/
+9
2016-01-06
ncr5380: Implement new eh_bus_reset_handler
Finn Thain
1
-16
/
+23
2016-01-06
ncr5380: Fix EH during arbitration and selection
Finn Thain
1
-22
/
+60
2016-01-06
ncr5380: Implement new eh_abort_handler
Finn Thain
1
-19
/
+146
2016-01-06
ncr5380: Fix autosense bugs
Finn Thain
1
-103
/
+136
2016-01-06
ncr5380: Refactor command completion
Finn Thain
1
-15
/
+31
2016-01-06
ncr5380: Use standard list data structure
Finn Thain
1
-241
/
+46
2016-01-06
ncr5380: Remove redundant volatile qualifiers
Finn Thain
1
-1
/
+1
2016-01-06
ncr5380: Remove LIST and REMOVE macros
Finn Thain
1
-32
/
+0
2016-01-06
ncr5380: Use dsprintk() for queue debugging
Finn Thain
1
-20
/
+23
2016-01-06
ncr5380: Use shost_priv helper
Finn Thain
1
-13
/
+7
2016-01-06
ncr5380: Remove H_NO macro and introduce dsprintk
Finn Thain
1
-27
/
+27
2016-01-06
ncr5380: Remove command list debug code
Finn Thain
1
-90
/
+4
2016-01-06
ncr5380: Change instance->host_lock to hostdata->lock
Finn Thain
1
-80
/
+55
2016-01-06
ncr5380: Remove redundant ICR_ARBITRATION_LOST test and eliminate FLAG_DTC3181E
Finn Thain
1
-9
/
+0
2016-01-06
atari_NCR5380: Fix queue_size limit
Finn Thain
1
-12
/
+2
2016-01-06
ncr5380: Cleanup #include directives
Finn Thain
1
-5
/
+0
2016-01-06
ncr5380: Fix off-by-one bug in extended_msg[] bounds check
Finn Thain
1
-2
/
+2
2016-01-06
ncr5380: Standardize reselection handling
Finn Thain
1
-21
/
+29
2016-01-06
ncr5380: Introduce NCR5380_poll_politely2
Finn Thain
1
-25
/
+37
2016-01-06
ncr5380: Standardize interrupt handling
Finn Thain
1
-78
/
+76
2016-01-06
ncr5380: Standardize work queueing algorithm
Finn Thain
1
-74
/
+6
2016-01-06
ncr5380: Dont wait for BUS FREE after disconnect
Finn Thain
1
-11
/
+0
2016-01-06
atari_NCR5380: Use arbitration timeout
Finn Thain
1
-32
/
+25
2016-01-06
atari_NCR5380: Set do_abort() timeouts
Finn Thain
1
-13
/
+21
2016-01-06
ncr5380: Remove references to linked commands
Hannes Reinecke
1
-60
/
+0
2016-01-06
ncr5380: Drop DEF_SCSI_QCMD macro
Finn Thain
1
-1
/
+1
2016-01-06
ncr5380: Fix NCR5380_transfer_pio() result
Finn Thain
1
-5
/
+6
2016-01-06
ncr5380: Rework disconnect versus poll logic
Finn Thain
1
-16
/
+8
2016-01-06
ncr5380: Implement NCR5380_dma_xfer_len and remove LIMIT_TRANSFERSIZE macro
Finn Thain
1
-3
/
+5
2016-01-06
ncr5380: Always retry arbitration and selection
Finn Thain
1
-0
/
+1
2016-01-06
ncr5380: Eliminate selecting state
Finn Thain
1
-35
/
+14
2016-01-06
ncr5380: Sleep when polling, if possible
Finn Thain
1
-21
/
+41
2016-01-06
ncr5380: Introduce unbound workqueue
Finn Thain
1
-1
/
+7
2016-01-06
ncr5380: Keep BSY asserted when entering SELECTION phase
Finn Thain
1
-3
/
+4
2016-01-06
ncr5380: Proceed with next command after NCR5380_select() calls scsi_done
Finn Thain
1
-4
/
+4
2016-01-06
ncr5380: Always escalate bad target time-out in NCR5380_select()
Finn Thain
1
-13
/
+0
2016-01-06
ncr5380: Use return instead of goto in NCR5380_select()
Finn Thain
1
-3
/
+3
2016-01-06
ncr5380: Remove redundant register writes
Finn Thain
1
-3
/
+0
2016-01-06
ncr5380: Remove unused hostdata->aborted flag
Finn Thain
1
-2
/
+0
2016-01-06
ncr5380: Simplify bus reset handlers
Finn Thain
1
-18
/
+12
2016-01-06
atari_NCR5380: Remove RESET_BOOT, CONFIG_ATARI_SCSI_TOSHIBA_DELAY and CONFIG_...
Finn Thain
1
-7
/
+15
2016-01-06
atari_NCR5380: Reset bus on driver initialization if required
Finn Thain
1
-0
/
+113
[next]