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
/
sun3_scsi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-12
scsi: sun3_scsi: Use scsi_cmd_to_rq() instead of scsi_cmnd.request
Bart Van Assche
1
-1
/
+1
2021-08-12
scsi: NCR5380: Use sc_data_direction instead of rq_data_dir()
Bart Van Assche
1
-1
/
+2
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2019-11-13
scsi: atari_scsi: sun3_scsi: Set sg_tablesize to 1 instead of SG_NONE
Finn Thain
1
-2
/
+2
2019-08-08
scsi: sun3_scsi: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+2
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
1
-0
/
+1
2018-12-19
scsi: remove the use_clustering flag
Christoph Hellwig
1
-1
/
+1
2017-08-26
scsi: NCR5380: Move bus reset to host reset
Hannes Reinecke
1
-2
/
+2
2017-02-21
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-4
/
+79
2017-02-01
scsi: ncr5380: Reduce #include files
Finn Thain
1
-1
/
+79
2017-02-01
scsi: ncr5380: Clean up dead code and redundant macro usage
Finn Thain
1
-3
/
+0
2017-02-01
block: introduce blk_rq_is_passthrough
Christoph Hellwig
1
-1
/
+1
2016-11-09
scsi: ncr5380: Use correct types for DMA routines
Finn Thain
1
-13
/
+32
2016-11-09
scsi: ncr5380: Use correct types for device register accessors
Finn Thain
1
-23
/
+9
2016-11-09
scsi: ncr5380: Store IO ports and addresses in host private data
Finn Thain
1
-1
/
+4
2016-04-11
ncr5380: Remove disused atari_NCR5380.c core driver
Finn Thain
1
-11
/
+0
2016-04-11
sun3_scsi: Adopt NCR5380.c core driver
Finn Thain
1
-5
/
+3
2016-04-11
atari_NCR5380: Remove DMA_MIN_SIZE macro
Finn Thain
1
-10
/
+9
2016-04-11
ncr5380: Remove REAL_DMA and REAL_DMA_POLL macros
Finn Thain
1
-11
/
+2
2016-01-07
atari_scsi, sun3_scsi: Remove global Scsi_Host pointer
Finn Thain
1
-54
/
+18
2016-01-07
ncr5380: Use standard list data structure
Finn Thain
1
-0
/
+1
2016-01-07
ncr5380: Remove command list debug code
Finn Thain
1
-2
/
+0
2016-01-07
ncr5380: Fix and cleanup scsi_host_template initializers
Finn Thain
1
-3
/
+3
2016-01-07
ncr5380: Introduce unbound workqueue
Finn Thain
1
-1
/
+4
2016-01-07
atari_NCR5380: Remove RESET_BOOT, CONFIG_ATARI_SCSI_TOSHIBA_DELAY and CONFIG_...
Finn Thain
1
-46
/
+1
2016-01-07
ncr5380: Remove redundant static variable initializers
Finn Thain
1
-4
/
+4
2015-03-09
ncr5380: Drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-11-20
atari_NCR5380: Remove RESET_RUN_DONE macro
Finn Thain
1
-1
/
+0
2014-11-20
atari_NCR5380: Introduce FLAG_TAGGED_QUEUING
Finn Thain
1
-6
/
+6
2014-11-20
sun3_scsi: Adopt atari_NCR5380 core driver and remove sun3_NCR5380.c
Finn Thain
1
-4
/
+6
2014-11-20
ncr5380: Remove ENABLE_IRQ/DISABLE_IRQ macros
Finn Thain
1
-7
/
+0
2014-11-20
sun3_scsi: Move macro definitions
Finn Thain
1
-13
/
+32
2014-11-20
sun3_scsi: Convert to platform device
Finn Thain
1
-205
/
+185
2014-11-20
ncr5380: Drop legacy scsi.h include
Finn Thain
1
-1
/
+0
2014-11-20
ncr5380: Remove *_RELEASE macros
Finn Thain
1
-2
/
+0
2014-11-20
ncr5380: Remove pointless compiler command line override macros
Finn Thain
1
-10
/
+10
2014-11-20
ncr5380: Cleanup host info() methods
Finn Thain
1
-18
/
+0
2014-11-20
ncr5380: Fix SCSI_IRQ_NONE bugs
Finn Thain
1
-3
/
+3
2014-11-20
ncr5380: Remove duplicate comments
Finn Thain
1
-21
/
+0
2014-11-20
ncr5380: Remove redundant AUTOSENSE macro
Finn Thain
1
-2
/
+0
2014-11-20
ncr5380: Remove useless prototypes
Finn Thain
1
-3
/
+1
2014-11-20
ncr5380: Remove unused macros
Finn Thain
1
-15
/
+0
2014-11-20
ncr5380: Remove unused hostdata fields
Finn Thain
1
-2
/
+0
2014-05-28
scsi/NCR5380: merge sun3_scsi_vme.c into sun3_scsi.c
Finn Thain
1
-52
/
+171
2014-05-28
scsi/NCR5380: reduce depth of sun3_scsi nested includes
Finn Thain
1
-0
/
+1
2014-05-28
scsi/NCR5380: fix and standardize NDEBUG macros
Finn Thain
1
-6
/
+0
2014-05-28
scsi/NCR5380: use NCR5380_dprint() instead of NCR5380_print()
Finn Thain
1
-3
/
+1
2014-05-28
scsi/NCR5380: remove old CVS keywords
Finn Thain
1
-4
/
+0
2014-05-19
m68k/atari - atari_scsi: change abort/reset return codes
Michael Schmitz
1
-1
/
+2
2013-05-04
sun3_scsi: add ->show_info()
Geert Uytterhoeven
1
-0
/
+1
[next]