index
:
linux
grapeboard-proto
grapeboard-proto-eth0softfix
scalys-lsdk-1712
NXP/Freescale LSDK linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
atari_NCR5380.c
Age
Commit message (
Expand
)
Author
2016-01-07
ncr5380: Cleanup whitespace and parentheses
Finn Thain
2016-01-07
atari_NCR5380: Merge changes from NCR5380.c
Finn Thain
2016-01-07
ncr5380: Fix whitespace in comments using regexp
Finn Thain
2016-01-07
ncr5380: Cleanup comments
Finn Thain
2016-01-07
ncr5380: Fix soft lockups
Finn Thain
2016-01-07
atari_scsi, sun3_scsi: Remove global Scsi_Host pointer
Finn Thain
2016-01-07
atari_NCR5380: Eliminate HOSTNO macro
Finn Thain
2016-01-07
atari_NCR5380: Remove HOSTNO macro from printk() and seq_printf() calls
Finn Thain
2016-01-07
ncr5380: Implement new eh_bus_reset_handler
Finn Thain
2016-01-07
ncr5380: Fix EH during arbitration and selection
Finn Thain
2016-01-07
ncr5380: Implement new eh_abort_handler
Finn Thain
2016-01-07
ncr5380: Fix autosense bugs
Finn Thain
2016-01-07
ncr5380: Refactor command completion
Finn Thain
2016-01-07
ncr5380: Use standard list data structure
Finn Thain
2016-01-07
ncr5380: Remove redundant volatile qualifiers
Finn Thain
2016-01-07
ncr5380: Remove LIST and REMOVE macros
Finn Thain
2016-01-07
ncr5380: Use dsprintk() for queue debugging
Finn Thain
2016-01-07
ncr5380: Use shost_priv helper
Finn Thain
2016-01-07
ncr5380: Remove H_NO macro and introduce dsprintk
Finn Thain
2016-01-07
ncr5380: Remove command list debug code
Finn Thain
2016-01-07
ncr5380: Change instance->host_lock to hostdata->lock
Finn Thain
2016-01-07
ncr5380: Remove redundant ICR_ARBITRATION_LOST test and eliminate FLAG_DTC3181E
Finn Thain
2016-01-07
atari_NCR5380: Fix queue_size limit
Finn Thain
2016-01-07
ncr5380: Cleanup #include directives
Finn Thain
2016-01-07
ncr5380: Fix off-by-one bug in extended_msg[] bounds check
Finn Thain
2016-01-07
ncr5380: Standardize reselection handling
Finn Thain
2016-01-07
ncr5380: Introduce NCR5380_poll_politely2
Finn Thain
2016-01-07
ncr5380: Standardize interrupt handling
Finn Thain
2016-01-07
ncr5380: Standardize work queueing algorithm
Finn Thain
2016-01-07
ncr5380: Dont wait for BUS FREE after disconnect
Finn Thain
2016-01-07
atari_NCR5380: Use arbitration timeout
Finn Thain
2016-01-07
atari_NCR5380: Set do_abort() timeouts
Finn Thain
2016-01-07
ncr5380: Remove references to linked commands
Hannes Reinecke
2016-01-07
ncr5380: Drop DEF_SCSI_QCMD macro
Finn Thain
2016-01-07
ncr5380: Fix NCR5380_transfer_pio() result
Finn Thain
2016-01-07
ncr5380: Rework disconnect versus poll logic
Finn Thain
2016-01-07
ncr5380: Implement NCR5380_dma_xfer_len and remove LIMIT_TRANSFERSIZE macro
Finn Thain
2016-01-07
ncr5380: Always retry arbitration and selection
Finn Thain
2016-01-07
ncr5380: Eliminate selecting state
Finn Thain
2016-01-07
ncr5380: Sleep when polling, if possible
Finn Thain
2016-01-07
ncr5380: Introduce unbound workqueue
Finn Thain
2016-01-07
ncr5380: Keep BSY asserted when entering SELECTION phase
Finn Thain
2016-01-07
ncr5380: Proceed with next command after NCR5380_select() calls scsi_done
Finn Thain
2016-01-07
ncr5380: Always escalate bad target time-out in NCR5380_select()
Finn Thain
2016-01-07
ncr5380: Use return instead of goto in NCR5380_select()
Finn Thain
2016-01-07
ncr5380: Remove redundant register writes
Finn Thain
2016-01-07
ncr5380: Remove unused hostdata->aborted flag
Finn Thain
2016-01-07
ncr5380: Simplify bus reset handlers
Finn Thain
2016-01-07
atari_NCR5380: Remove RESET_BOOT, CONFIG_ATARI_SCSI_TOSHIBA_DELAY and CONFIG_...
Finn Thain
2016-01-07
atari_NCR5380: Reset bus on driver initialization if required
Finn Thain
[next]