index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
NCR5380.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ncr5380: Use dsprintk() for queue debugging
Finn Thain
2016-01-06
1
-12
/
+24
*
ncr5380: Use shost_priv helper
Finn Thain
2016-01-06
1
-13
/
+10
*
ncr5380: Remove H_NO macro and introduce dsprintk
Finn Thain
2016-01-06
1
-3
/
+6
*
ncr5380: Remove command list debug code
Finn Thain
2016-01-06
1
-65
/
+5
*
ncr5380: Change instance->host_lock to hostdata->lock
Finn Thain
2016-01-06
1
-29
/
+53
*
ncr5380: Remove redundant ICR_ARBITRATION_LOST test and eliminate FLAG_DTC3181E
Finn Thain
2016-01-06
1
-13
/
+1
*
ncr5380: Fix NDEBUG_NO_DATAOUT flag
Finn Thain
2016-01-06
1
-1
/
+1
*
ncr5380: Cleanup #include directives
Finn Thain
2016-01-06
1
-2
/
+0
*
ncr5380: Fix off-by-one bug in extended_msg[] bounds check
Finn Thain
2016-01-06
1
-1
/
+2
*
ncr5380: Standardize reselection handling
Finn Thain
2016-01-06
1
-51
/
+64
*
ncr5380: Replace READ_OVERRUNS macro with FLAG_NO_DMA_FIXUPS
Finn Thain
2016-01-06
1
-17
/
+11
*
ncr5380: Replace redundant flags with FLAG_NO_DMA_FIXUP
Finn Thain
2016-01-06
1
-46
/
+22
*
ncr5380: Introduce NCR5380_poll_politely2
Finn Thain
2016-01-06
1
-28
/
+38
*
ncr5380: Standardize interrupt handling
Finn Thain
2016-01-06
1
-83
/
+102
*
ncr5380: Remove UNSAFE macro
Finn Thain
2016-01-06
1
-15
/
+0
*
ncr5380: Use work_struct instead of delayed_work
Finn Thain
2016-01-06
1
-7
/
+5
*
ncr5380: Dont wait for BUS FREE after disconnect
Finn Thain
2016-01-06
1
-7
/
+0
*
atari_NCR5380: Use arbitration timeout
Finn Thain
2016-01-06
1
-20
/
+24
*
atari_NCR5380: Set do_abort() timeouts
Finn Thain
2016-01-06
1
-13
/
+13
*
ncr5380: Fix bus phase in do_abort()
Finn Thain
2016-01-06
1
-2
/
+2
*
ncr5380: Fix !REQ timeout in do_abort()
Finn Thain
2016-01-06
1
-5
/
+5
*
ncr5380: Add missing break after case MESSAGE_REJECT
Finn Thain
2016-01-06
1
-0
/
+1
*
ncr5380: Remove references to linked commands
Hannes Reinecke
2016-01-06
1
-42
/
+0
*
ncr5380: Drop DEF_SCSI_QCMD macro
Finn Thain
2016-01-06
1
-15
/
+15
*
ncr5380: Add missing lock in eh_abort_handler
Finn Thain
2016-01-06
1
-1
/
+8
*
ncr5380: Fix NCR5380_transfer_pio() result
Finn Thain
2016-01-06
1
-3
/
+9
*
ncr5380: Rework disconnect versus poll logic
Finn Thain
2016-01-06
1
-130
/
+7
*
ncr5380: Implement NCR5380_dma_xfer_len and remove LIMIT_TRANSFERSIZE macro
Finn Thain
2016-01-06
1
-28
/
+6
*
ncr5380: Always retry arbitration and selection
Finn Thain
2016-01-06
1
-2
/
+1
*
ncr5380: Eliminate selecting state
Finn Thain
2016-01-06
1
-59
/
+15
*
ncr5380: Sleep when polling, if possible
Finn Thain
2016-01-06
1
-32
/
+52
*
ncr5380: Introduce unbound workqueue
Finn Thain
2016-01-06
1
-4
/
+11
*
ncr5380: Eliminate USLEEP_WAITLONG delay
Finn Thain
2016-01-06
1
-14
/
+5
*
ncr5380: Keep BSY asserted when entering SELECTION phase
Finn Thain
2016-01-06
1
-1
/
+7
*
ncr5380: Proceed with next command after NCR5380_select() calls scsi_done
Finn Thain
2016-01-06
1
-2
/
+6
*
ncr5380: Always escalate bad target time-out in NCR5380_select()
Finn Thain
2016-01-06
1
-13
/
+0
*
ncr5380: Use return instead of goto in NCR5380_select()
Finn Thain
2016-01-06
1
-22
/
+8
*
ncr5380: Remove redundant register writes
Finn Thain
2016-01-06
1
-2
/
+0
*
ncr5380: Remove unused hostdata->aborted flag
Finn Thain
2016-01-06
1
-2
/
+0
*
ncr5380: Simplify bus reset handlers
Finn Thain
2016-01-06
1
-9
/
+11
*
atari_NCR5380: Remove RESET_BOOT, CONFIG_ATARI_SCSI_TOSHIBA_DELAY and CONFIG_...
Finn Thain
2016-01-06
1
-2
/
+15
*
atari_NCR5380: Reset bus on driver initialization if required
Finn Thain
2016-01-06
1
-12
/
+21
*
ncr5380: Move NCR53C400-specific code
Finn Thain
2016-01-06
1
-18
/
+0
*
ncr5380: Split NCR5380_init() into two functions
Finn Thain
2016-01-06
1
-14
/
+20
*
ncr5380: Remove NCR5380_instance_name macro
Finn Thain
2016-01-06
1
-1
/
+1
*
ncr5380: Remove NCR5380_local_declare and NCR5380_setup macros
Finn Thain
2016-01-06
1
-51
/
+9
*
ncr5380: Remove redundant static variable initializers
Finn Thain
2016-01-06
1
-1
/
+1
*
ncr5380: Harmonize jiffies conversion with msecs_to_jiffies
Nicholas Mc Guire
2015-03-09
1
-5
/
+5
*
scsi: print single-character strings with seq_putc
Rasmus Villemoes
2015-02-02
1
-1
/
+1
*
scsi: replace seq_printf with seq_puts
Rasmus Villemoes
2015-02-02
1
-2
/
+2
[prev]
[next]