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
/
nsp32.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-23
scsi: nsp32: Stop using the SCSI pointer
Bart Van Assche
1
-13
/
+7
2021-10-17
scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functions
Bart Van Assche
1
-2
/
+2
2021-10-17
scsi: nsp32: Call scsi_done() directly
Bart Van Assche
1
-2
/
+1
2021-06-01
scsi: nsp32: Do not set message byte
Hannes Reinecke
1
-5
/
+1
2021-06-01
scsi: nsp32: Whitespace cleanup
Hannes Reinecke
1
-194
/
+221
2021-03-19
scsi: nsp32: Correct expected types in debug print formatting
Lee Jones
1
-3
/
+4
2021-03-19
scsi: nsp32: Remove or exclude unused variables
Lee Jones
1
-19
/
+4
2021-03-19
scsi: nsp32: Supply __printf(x, y) formatting for nsp32_message()
Lee Jones
1
-0
/
+1
2021-01-23
scsi: nsp32: Fixup status handling
Hannes Reinecke
1
-1
/
+1
2020-09-16
scsi: nsp32: Remove unneeded semicolon
Jason Yan
1
-2
/
+2
2019-10-25
scsi: Fix various misspellings of "connect"
Geert Uytterhoeven
1
-1
/
+1
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118
Thomas Gleixner
1
-11
/
+1
2019-01-29
scsi: nsp32: Remove unnecessary self assignment in nsp32_set_sync_entry
Nathan Chancellor
1
-1
/
+0
2018-12-19
scsi: remove the use_clustering flag
Christoph Hellwig
1
-1
/
+1
2018-10-18
scsi: nsp32: switch to generic DMA API
Christoph Hellwig
1
-8
/
+10
2017-10-17
scsi: nsp32: fix logic bug in error handling
Arnd Bergmann
1
-1
/
+1
2017-08-26
scsi: nsp32: drop bus reset
Hannes Reinecke
1
-21
/
+1
2015-06-01
scsi: Do not set cmd_per_lun to 1 in the host template
Hannes Reinecke
1
-1
/
+0
2015-02-02
scsi: print single-character strings with seq_putc
Rasmus Villemoes
1
-1
/
+1
2015-02-02
scsi: replace seq_printf with seq_puts
Rasmus Villemoes
1
-7
/
+7
2015-02-02
scsi: remove SPRINTF macro
Rasmus Villemoes
1
-22
/
+19
2014-10-08
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Linus Torvalds
1
-1
/
+1
2014-09-16
scsi: fix decimal printf format specifiers prefixed with 0x
Hans Wennborg
1
-1
/
+1
2014-08-26
treewide: Fix typo in printk
Masanari Iida
1
-1
/
+1
2014-07-18
scsi: use 64-bit LUNs
Hannes Reinecke
1
-1
/
+1
2013-06-19
[SCSI] nsp32: use mdelay instead of large udelay constants
Arnd Bergmann
1
-1
/
+1
2013-04-09
nsp32: switch to ->show_info()
Al Viro
1
-33
/
+6
2013-01-04
Drivers: scsi: remove __dev* attributes.
Greg Kroah-Hartman
1
-8
/
+8
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
1
-1
/
+0
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
1
-2
/
+2
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-3
/
+3
2010-11-17
SCSI host lock push-down
Jeff Garzik
1
-3
/
+4
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-1
/
+0
2009-11-09
tree-wide: fix a very frequent spelling mistake
Dirk Hohndel
1
-1
/
+1
2009-04-07
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
1
-1
/
+1
2008-12-29
[SCSI] advansys, arcmsr, ipr, nsp32, qla1280, stex: use pci_ioremap_bar()
Arjan van de Ven
1
-2
/
+1
2008-08-23
removed unused #include <linux/version.h>'s
Adrian Bunk
1
-1
/
+0
2008-07-27
[SCSI] replace __FUNCTION__ with __func__
Harvey Harrison
1
-2
/
+2
2008-01-30
[SCSI] remove use_sg_chaining
James Bottomley
1
-1
/
+0
2007-10-16
[SCSI] add use_sg_chaining option to scsi_host_template
FUJITA Tomonori
1
-0
/
+1
2007-07-16
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
1
-157
/
+37
2007-07-12
PCI: remove useless pci driver method
David Brownell
1
-10
/
+0
2007-05-30
[SCSI] nsp32: convert to use the data buffer accessors
FUJITA Tomonori
1
-61
/
+24
2007-05-24
[SCSI] nsp32: remove kernel 2.4 code
Adrian Bunk
1
-96
/
+13
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
1
-1
/
+0
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-2
/
+2
2006-09-26
[SCSI] pci_module_init conversion in scsi subsystem
Henrik Kretzschmar
1
-1
/
+1
2006-07-03
Merge ../scsi-misc-2.6
James Bottomley
1
-3
/
+9
2006-07-03
[PATCH] irq-flags: scsi: Use the new IRQF_ constants
Thomas Gleixner
1
-1
/
+1
2006-06-27
[SCSI] random: remove redundant SA_SAMPLE_RANDOM from NinjaSCSI
Matt Mackall
1
-2
/
+1
[next]