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
/
NCR5380.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-20
Revert "scsi: ncr5380: Increase register polling limit"
Finn Thain
1
-1
/
+1
2018-09-28
scsi: NCR5380: Have NCR5380_select() return a bool
Finn Thain
1
-1
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-01-31
scsi: ncr5380: Clean up dead code and redundant macro usage
Finn Thain
1
-7
/
+0
2017-01-31
scsi: ncr5380: Shorten host info string by removing unused option macros
Finn Thain
1
-9
/
+1
2016-12-08
scsi: g_NCR5380: Use probe_irq_*() for IRQ probing
Ondrej Zary
1
-11
/
+0
2016-11-08
scsi: ncr5380: Use correct types for DMA routines
Finn Thain
1
-0
/
+25
2016-11-08
scsi: ncr5380: Expedite register polling
Finn Thain
1
-0
/
+3
2016-11-08
scsi: ncr5380: Pass hostdata pointer to register polling routines
Finn Thain
1
-3
/
+3
2016-11-08
scsi: ncr5380: Use correct types for device register accessors
Finn Thain
1
-2
/
+5
2016-11-08
scsi: ncr5380: Store IO ports and addresses in host private data
Finn Thain
1
-0
/
+5
2016-11-08
scsi: ncr5380: Improve hostdata struct member alignment and cache-ability
Finn Thain
1
-20
/
+20
2016-11-08
scsi: ncr5380: Increase register polling limit
Finn Thain
1
-1
/
+1
2016-11-08
scsi: ncr5380: Simplify register polling limit
Finn Thain
1
-1
/
+4
2016-09-14
scsi: ncr5380: Improve interrupt latency during PIO tranfers
Finn Thain
1
-0
/
+2
2016-08-31
scsi: ncr5380: Avoid a compiler warning
Finn Thain
1
-1
/
+7
2016-04-11
mac_scsi: Fix pseudo DMA implementation
Finn Thain
1
-0
/
+2
2016-04-11
ncr5380: Remove DONT_USE_INTR and AUTOPROBE_IRQ macros
Finn Thain
1
-4
/
+0
2016-04-11
ncr5380: Remove disused atari_NCR5380.c core driver
Finn Thain
1
-19
/
+0
2016-04-11
ncr5380: Remove PSEUDO_DMA macro
Finn Thain
1
-4
/
+0
2016-04-11
ncr5380: Disable the DMA errata workaround flag by default
Finn Thain
1
-1
/
+1
2016-04-11
ncr5380: Remove REAL_DMA and REAL_DMA_POLL macros
Finn Thain
1
-112
/
+0
2016-01-06
ncr5380: Use runtime register mapping
Ondrej Zary
1
-12
/
+1
2016-01-06
ncr5380: Fix EH during arbitration and selection
Finn Thain
1
-2
/
+2
2016-01-06
ncr5380: Fix autosense bugs
Finn Thain
1
-0
/
+2
2016-01-06
ncr5380: Use standard list data structure
Finn Thain
1
-2
/
+14
2016-01-06
ncr5380: Remove redundant volatile qualifiers
Finn Thain
1
-6
/
+6
2016-01-06
ncr5380: Remove H_NO macro and introduce dsprintk
Finn Thain
1
-0
/
+5
2016-01-06
ncr5380: Change instance->host_lock to hostdata->lock
Finn Thain
1
-0
/
+1
2016-01-06
ncr5380: Remove redundant ICR_ARBITRATION_LOST test and eliminate FLAG_DTC3181E
Finn Thain
1
-1
/
+0
2016-01-06
ncr5380: Cleanup #include directives
Finn Thain
1
-0
/
+4
2016-01-06
ncr5380: Replace redundant flags with FLAG_NO_DMA_FIXUP
Finn Thain
1
-3
/
+1
2016-01-06
ncr5380: Standardize work queueing algorithm
Finn Thain
1
-1
/
+0
2016-01-06
ncr5380: Use work_struct instead of delayed_work
Finn Thain
1
-1
/
+0
2016-01-06
ncr5380: Rework disconnect versus poll logic
Finn Thain
1
-11
/
+0
2016-01-06
ncr5380: Eliminate selecting state
Finn Thain
1
-2
/
+0
2016-01-06
ncr5380: Sleep when polling, if possible
Finn Thain
1
-0
/
+1
2016-01-06
ncr5380: Introduce unbound workqueue
Finn Thain
1
-0
/
+1
2016-01-06
ncr5380: Always escalate bad target time-out in NCR5380_select()
Finn Thain
1
-6
/
+0
2016-01-06
ncr5380: Remove unused hostdata->aborted flag
Finn Thain
1
-1
/
+0
2016-01-06
atari_NCR5380: Remove RESET_BOOT, CONFIG_ATARI_SCSI_TOSHIBA_DELAY and CONFIG_...
Finn Thain
1
-0
/
+1
2016-01-06
ncr5380: Split NCR5380_init() into two functions
Finn Thain
1
-0
/
+1
2016-01-06
ncr5380: Remove more pointless macros
Finn Thain
1
-3
/
+0
2014-11-20
atari_NCR5380: Move static co-routine variables to host data
Finn Thain
1
-0
/
+2
2014-11-20
atari_NCR5380: Move static TagAlloc array to host data
Finn Thain
1
-0
/
+12
2014-11-20
atari_NCR5380: Introduce FLAG_TAGGED_QUEUING
Finn Thain
1
-0
/
+1
2014-11-20
atari_NCR5380: Refactor Falcon special cases
Finn Thain
1
-0
/
+4
2014-11-20
ncr5380: Drop legacy scsi.h include
Finn Thain
1
-5
/
+5
2014-11-20
ncr5380: Remove *_RELEASE macros
Finn Thain
1
-5
/
+0
2014-11-20
ncr5380: Move static PDMA spin counters to host data
Finn Thain
1
-0
/
+4
[next]