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
/
pcmcia
/
nsp_cs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-23
scsi: nsp_cs: Move the SCSI pointer to private command data
Bart Van Assche
1
-88
/
+112
2022-02-23
scsi: Remove drivers/scsi/scsi.h
Bart Van Assche
1
-3
/
+2
2022-02-23
scsi: nsp_cs: Use true and false instead of TRUE and FALSE
Bart Van Assche
1
-13
/
+13
2022-02-23
scsi: nsp_cs: Change the return type of two functions into 'void'
Bart Van Assche
1
-12
/
+5
2022-01-10
scsi: nsp_cs: Check of ioremap return value
Jiasheng Jiang
1
-0
/
+3
2021-10-17
scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functions
Bart Van Assche
1
-2
/
+1
2021-10-17
scsi: pcmcia: Call scsi_done() directly
Bart Van Assche
1
-3
/
+1
2021-06-01
scsi: pcmcia: nsp_cs: Use SAM_STAT_CHECK_CONDITION
Hannes Reinecke
1
-1
/
+1
2021-03-17
module: remove never implemented MODULE_SUPPORTED_DEVICE
Leon Romanovsky
1
-1
/
+0
2021-01-23
scsi: nsp_cs: Drop internal SCSI message definition
Hannes Reinecke
1
-6
/
+6
2020-10-27
scsi: Remove unneeded break statements
Tom Rix
1
-2
/
+0
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-08
scsi: pcmcia: nsp_cs: Remove unused variable 'dummy'
Lee Jones
1
-2
/
+2
2020-07-08
scsi: pcmcia: nsp_cs: Use new __printf() format notation
Lee Jones
1
-0
/
+1
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
1
-1
/
+1
2019-11-13
scsi: nsp_cs: drop redundant MODULE_LICENSE ifdef
Johan Hovold
1
-2
/
+0
2019-06-20
scsi: pcmcia: nsp_cs: use sg helper to iterate over scatterlist
Ming Lei
1
-2
/
+2
2019-01-29
scsi: pcmcia: nsp_cs: Remove unnecessary parentheses
Nathan Chancellor
1
-1
/
+2
2018-12-19
scsi: remove the use_clustering flag
Christoph Hellwig
1
-1
/
+1
2018-10-01
pcmcia: Use module_pcmcia_driver for scsi drivers
Vaishali Thakkar
1
-14
/
+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
-2
/
+2
2015-02-02
scsi: merge consecutive seq_puts calls
Rasmus Villemoes
1
-2
/
+2
2015-02-02
scsi: replace seq_printf with seq_puts
Rasmus Villemoes
1
-15
/
+15
2015-02-02
scsi: remove SPRINTF macro
Rasmus Villemoes
1
-27
/
+23
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-04-09
nsp_cs: switch to ->show_info()
Al Viro
1
-31
/
+5
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
1
-1
/
+1
2011-05-06
pcmcia: Convert pcmcia_device_id declarations to const
Joe Perches
1
-1
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2010-11-17
SCSI host lock push-down
Jeff Garzik
1
-1
/
+3
2010-09-29
pcmcia: remove obsolete and wrong comments
Dominik Brodowski
1
-26
/
+0
2010-09-29
pcmcia: avoid messages on module (un)loading
Dominik Brodowski
1
-3
/
+0
2010-09-29
pcmcia: move driver name to struct pcmcia_driver
Dominik Brodowski
1
-3
/
+1
2010-09-29
pcmcia: remove the "Finally, report what we've done" message
Dominik Brodowski
1
-15
/
+0
2010-09-29
pcmcia: use autoconfiguration feature for ioports and iomem
Dominik Brodowski
1
-38
/
+9
2010-09-29
pcmcia: introduce autoconfiguration feature
Dominik Brodowski
1
-68
/
+42
2010-09-29
pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device
Dominik Brodowski
1
-8
/
+5
2010-09-29
pcmcia: move config_{base,index,regs} to struct pcmcia_device
Dominik Brodowski
1
-1
/
+1
2010-09-29
pcmcia: simplify IntType
Dominik Brodowski
1
-1
/
+0
2010-09-29
pcmcia: simplify Status, ExtStatus register access
Dominik Brodowski
1
-3
/
+1
2010-09-29
pcmcia: move Vpp setup to struct pcmcia_device
Dominik Brodowski
1
-4
/
+4
2010-09-29
pcmcia: do not use win_req_t when calling pcmcia_request_window()
Dominik Brodowski
1
-30
/
+19
2010-08-03
pcmcia: remove memreq_t
Dominik Brodowski
1
-3
/
+2
2010-08-03
pcmcia: do not use io_req_t when calling pcmcia_request_io()
Dominik Brodowski
1
-16
/
+14
2010-08-03
pcmcia: do not use io_req_t after call to pcmcia_request_io()
Dominik Brodowski
1
-13
/
+12
2010-07-30
pcmcia: remove cs_types.h
Dominik Brodowski
1
-1
/
+0
2010-05-10
pcmcia: dev_node removal (write-only drivers)
Dominik Brodowski
1
-3
/
+0
2010-05-10
pcmcia: re-work pcmcia_request_irq()
Dominik Brodowski
1
-15
/
+5
[next]