index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
NCR5380.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-23
scsi: NCR5380: Add SCp members to struct NCR5380_cmd
Finn Thain
1
-0
/
+11
2022-02-23
scsi: NCR5380: Remove the NCR5380_CMD_SIZE macro
Bart Van Assche
1
-2
/
+0
2020-12-08
scsi: NCR5380: Remove context check
Ahmed S. Darwish
1
-1
/
+2
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-02-01
scsi: ncr5380: Clean up dead code and redundant macro usage
Finn Thain
1
-7
/
+0
2017-02-01
scsi: ncr5380: Shorten host info string by removing unused option macros
Finn Thain
1
-9
/
+1
2016-12-09
scsi: g_NCR5380: Use probe_irq_*() for IRQ probing
Ondrej Zary
1
-11
/
+0
2016-11-09
scsi: ncr5380: Use correct types for DMA routines
Finn Thain
1
-0
/
+25
2016-11-09
scsi: ncr5380: Expedite register polling
Finn Thain
1
-0
/
+3
2016-11-09
scsi: ncr5380: Pass hostdata pointer to register polling routines
Finn Thain
1
-3
/
+3
2016-11-09
scsi: ncr5380: Use correct types for device register accessors
Finn Thain
1
-2
/
+5
2016-11-09
scsi: ncr5380: Store IO ports and addresses in host private data
Finn Thain
1
-0
/
+5
2016-11-09
scsi: ncr5380: Improve hostdata struct member alignment and cache-ability
Finn Thain
1
-20
/
+20
2016-11-09
scsi: ncr5380: Increase register polling limit
Finn Thain
1
-1
/
+1
2016-11-09
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-07
ncr5380: Use runtime register mapping
Ondrej Zary
1
-12
/
+1
2016-01-07
ncr5380: Fix EH during arbitration and selection
Finn Thain
1
-2
/
+2
2016-01-07
ncr5380: Fix autosense bugs
Finn Thain
1
-0
/
+2
2016-01-07
ncr5380: Use standard list data structure
Finn Thain
1
-2
/
+14
2016-01-07
ncr5380: Remove redundant volatile qualifiers
Finn Thain
1
-6
/
+6
2016-01-07
ncr5380: Remove H_NO macro and introduce dsprintk
Finn Thain
1
-0
/
+5
2016-01-07
ncr5380: Change instance->host_lock to hostdata->lock
Finn Thain
1
-0
/
+1
2016-01-07
ncr5380: Remove redundant ICR_ARBITRATION_LOST test and eliminate FLAG_DTC3181E
Finn Thain
1
-1
/
+0
2016-01-07
ncr5380: Cleanup #include directives
Finn Thain
1
-0
/
+4
2016-01-07
ncr5380: Replace redundant flags with FLAG_NO_DMA_FIXUP
Finn Thain
1
-3
/
+1
2016-01-07
ncr5380: Standardize work queueing algorithm
Finn Thain
1
-1
/
+0
2016-01-07
ncr5380: Use work_struct instead of delayed_work
Finn Thain
1
-1
/
+0
2016-01-07
ncr5380: Rework disconnect versus poll logic
Finn Thain
1
-11
/
+0
2016-01-07
ncr5380: Eliminate selecting state
Finn Thain
1
-2
/
+0
2016-01-07
ncr5380: Sleep when polling, if possible
Finn Thain
1
-0
/
+1
2016-01-07
ncr5380: Introduce unbound workqueue
Finn Thain
1
-0
/
+1
2016-01-07
ncr5380: Always escalate bad target time-out in NCR5380_select()
Finn Thain
1
-6
/
+0
2016-01-07
ncr5380: Remove unused hostdata->aborted flag
Finn Thain
1
-1
/
+0
2016-01-07
atari_NCR5380: Remove RESET_BOOT, CONFIG_ATARI_SCSI_TOSHIBA_DELAY and CONFIG_...
Finn Thain
1
-0
/
+1
2016-01-07
ncr5380: Split NCR5380_init() into two functions
Finn Thain
1
-0
/
+1
2016-01-07
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
[next]