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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-01
scsi: ncr5380: Improve target selection robustness
Finn Thain
1
-1
/
+9
2017-02-01
scsi: ncr5380: Resolve various static checker warnings
Finn Thain
1
-1
/
+4
2017-02-01
scsi: ncr5380: Shorten host info string by removing unused option macros
Finn Thain
1
-40
/
+9
2016-12-09
scsi: g_NCR5380: Use probe_irq_*() for IRQ probing
Ondrej Zary
1
-76
/
+1
2016-11-09
scsi: ncr5380: Suppress unhelpful "interrupt without IRQ bit" message
Finn Thain
1
-1
/
+1
2016-11-09
scsi: ncr5380: Use correct types for DMA routines
Finn Thain
1
-33
/
+41
2016-11-09
scsi: ncr5380: Pass hostdata pointer to register polling routines
Finn Thain
1
-17
/
+16
2016-11-09
scsi: ncr5380: Use correct types for device register accessors
Finn Thain
1
-2
/
+8
2016-11-09
scsi: ncr5380: Store IO ports and addresses in host private data
Finn Thain
1
-4
/
+4
2016-11-09
scsi: ncr5380: Simplify register polling limit
Finn Thain
1
-6
/
+4
2016-10-17
scsi: NCR5380: no longer mark irq probing as __init
Arnd Bergmann
1
-3
/
+3
2016-09-14
scsi: ncr5380: Improve interrupt latency during PIO tranfers
Finn Thain
1
-4
/
+4
2016-08-31
scsi: ncr5380: Avoid a compiler warning
Finn Thain
1
-7
/
+0
2016-04-11
ncr5380: Call complete_cmd() for disconnected commands on bus reset
Finn Thain
1
-1
/
+1
2016-04-11
ncr5380: Remove DONT_USE_INTR and AUTOPROBE_IRQ macros
Finn Thain
1
-11
/
+1
2016-04-11
ncr5380: Remove remaining register storage qualifiers
Finn Thain
1
-3
/
+3
2016-04-11
ncr5380: Fix register decoding for debugging
Finn Thain
1
-17
/
+25
2016-04-11
ncr5380: Reduce max_lun limit
Finn Thain
1
-0
/
+2
2016-04-11
ncr5380: Remove disused atari_NCR5380.c core driver
Finn Thain
1
-20
/
+2
2016-04-11
sun3_scsi: Adopt NCR5380.c core driver
Finn Thain
1
-10
/
+121
2016-04-11
atari_scsi: Adopt NCR5380.c core driver
Finn Thain
1
-0
/
+32
2016-04-11
ncr5380: Merge DMA implementation from atari_NCR5380 core driver
Finn Thain
1
-33
/
+137
2016-04-11
ncr5380: Adopt uniform DMA setup convention
Finn Thain
1
-11
/
+10
2016-04-11
ncr5380: Use DMA hooks for PDMA
Finn Thain
1
-8
/
+2
2016-04-11
ncr5380: Remove BOARD_REQUIRES_NO_DELAY macro
Finn Thain
1
-10
/
+8
2016-04-11
ncr5380: Remove PSEUDO_DMA macro
Finn Thain
1
-31
/
+1
2016-04-11
ncr5380: Disable the DMA errata workaround flag by default
Finn Thain
1
-7
/
+7
2016-04-11
ncr5380: Remove REAL_DMA and REAL_DMA_POLL macros
Finn Thain
1
-208
/
+10
2016-04-11
ncr5380: Remove FLAG_NO_PSEUDO_DMA where possible
Finn Thain
1
-2
/
+1
2016-03-01
ncr5380: Call scsi_eh_prep_cmnd() and scsi_eh_restore_cmnd() as and when appr...
Finn Thain
1
-2
/
+2
2016-03-01
ncr5380: Fix NCR5380_select() EH checks and result handling
Finn Thain
1
-5
/
+11
2016-03-01
ncr5380: Forget aborted commands
Finn Thain
1
-45
/
+17
2016-03-01
ncr5380: Dont re-enter NCR5380_select()
Finn Thain
1
-8
/
+8
2016-03-01
ncr5380: Dont release lock for PIO transfer
Finn Thain
1
-7
/
+9
2016-03-01
ncr5380: Correctly clear command pointers and lists after bus reset
Finn Thain
1
-7
/
+12
2016-01-07
ncr5380: Cleanup whitespace and parentheses
Finn Thain
1
-11
/
+19
2016-01-07
ncr5380: Merge changes from atari_NCR5380.c
Finn Thain
1
-68
/
+87
2016-01-07
ncr5380: Fix whitespace in comments using regexp
Finn Thain
1
-102
/
+102
2016-01-07
ncr5380: Fix trailing whitespace using regexp
Finn Thain
1
-186
/
+186
2016-01-07
ncr5380: Cleanup comments
Finn Thain
1
-130
/
+40
2016-01-07
ncr5380: Fix soft lockups
Finn Thain
1
-2
/
+4
2016-01-07
atari_NCR5380: Eliminate HOSTNO macro
Finn Thain
1
-34
/
+37
2016-01-07
atari_NCR5380: Remove HOSTNO macro from printk() and seq_printf() calls
Finn Thain
1
-8
/
+9
2016-01-07
ncr5380: Implement new eh_bus_reset_handler
Finn Thain
1
-1
/
+49
2016-01-07
ncr5380: Fix EH during arbitration and selection
Finn Thain
1
-19
/
+57
2016-01-07
ncr5380: Implement new eh_abort_handler
Finn Thain
1
-19
/
+144
2016-01-07
ncr5380: Fix autosense bugs
Finn Thain
1
-83
/
+111
2016-01-07
ncr5380: Refactor command completion
Finn Thain
1
-7
/
+24
2016-01-07
ncr5380: Use standard list data structure
Finn Thain
1
-178
/
+36
2016-01-07
ncr5380: Remove LIST and REMOVE macros
Finn Thain
1
-19
/
+0
[next]