index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
mac_scsi.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: mac_scsi: Enable scatter/gather by default
Finn Thain
2024-08-13
1
-1
/
+7
*
scsi: mac_scsi: Disallow bus errors during PDMA send
Finn Thain
2024-08-13
1
-25
/
+19
*
scsi: mac_scsi: Refactor polling loop
Finn Thain
2024-08-13
1
-38
/
+42
*
scsi: mac_scsi: Revise printk(KERN_DEBUG ...) messages
Finn Thain
2024-08-13
1
-20
/
+22
*
scsi: Add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2024-06-12
1
-0
/
+1
*
scsi: mac_scsi: Mark driver struct with __refdata to prevent section mismatch
Uwe Kleine-König
2024-04-06
1
-1
/
+7
*
scsi: mac: Convert to platform remove callback returning void
Uwe Kleine-König
2023-12-06
1
-3
/
+2
*
scsi: NCR5380: Add SCp members to struct NCR5380_cmd
Finn Thain
2022-02-23
1
-3
/
+4
*
scsi: NCR5380: Remove the NCR5380_CMD_SIZE macro
Bart Van Assche
2022-02-23
1
-1
/
+1
*
scsi: NCR5380: Remove context check
Ahmed S. Darwish
2020-12-08
1
-5
/
+5
*
scsi: atari_scsi: sun3_scsi: Set sg_tablesize to 1 instead of SG_NONE
Finn Thain
2019-11-13
1
-1
/
+1
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2019-07-12
1
-161
/
+260
|
\
|
*
scsi: mac_scsi: Treat Last Byte Sent time-out as failure
Finn Thain
2019-06-20
1
-1
/
+4
|
*
scsi: mac_scsi: Enable PDMA on Mac IIfx
Finn Thain
2019-06-20
1
-8
/
+39
|
*
scsi: mac_scsi: Fix pseudo DMA implementation, take 2
Finn Thain
2019-06-20
1
-153
/
+218
|
*
scsi: mac_scsi: Increase PIO/PDMA transfer length threshold
Finn Thain
2019-06-20
1
-2
/
+2
*
|
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
|
/
*
scsi: remove the use_clustering flag
Christoph Hellwig
2018-12-19
1
-1
/
+1
*
scsi: NCR5380: Move bus reset to host reset
Hannes Reinecke
2017-08-25
1
-2
/
+2
*
scsi: ncr5380: Resolve various static checker warnings
Finn Thain
2017-02-01
1
-4
/
+4
*
scsi: ncr5380: Use correct types for DMA routines
Finn Thain
2016-11-08
1
-18
/
+18
*
scsi: ncr5380: Pass hostdata pointer to register polling routines
Finn Thain
2016-11-08
1
-5
/
+5
*
scsi: ncr5380: Use correct types for device register accessors
Finn Thain
2016-11-08
1
-20
/
+2
*
scsi: ncr5380: Store IO ports and addresses in host private data
Finn Thain
2016-11-08
1
-11
/
+16
*
mac_scsi: Fix pseudo DMA implementation
Finn Thain
2016-04-11
1
-95
/
+117
*
ncr5380: Remove disused atari_NCR5380.c core driver
Finn Thain
2016-04-11
1
-7
/
+1
*
ncr5380: Merge DMA implementation from atari_NCR5380 core driver
Finn Thain
2016-04-11
1
-1
/
+2
*
ncr5380: Use DMA hooks for PDMA
Finn Thain
2016-04-11
1
-3
/
+2
*
ncr5380: Remove PSEUDO_DMA macro
Finn Thain
2016-04-11
1
-10
/
+0
*
ncr5380: Remove FLAG_NO_PSEUDO_DMA where possible
Finn Thain
2016-04-11
1
-1
/
+14
*
ncr5380: Fix soft lockups
Finn Thain
2016-01-07
1
-0
/
+1
*
ncr5380: Use standard list data structure
Finn Thain
2016-01-07
1
-0
/
+1
*
ncr5380: Fix and cleanup scsi_host_template initializers
Finn Thain
2016-01-07
1
-14
/
+14
*
ncr5380: Cleanup #include directives
Finn Thain
2016-01-07
1
-1
/
+0
*
ncr5380: Implement NCR5380_dma_xfer_len and remove LIMIT_TRANSFERSIZE macro
Finn Thain
2016-01-07
1
-0
/
+1
*
ncr5380: Introduce unbound workqueue
Finn Thain
2016-01-07
1
-1
/
+4
*
atari_NCR5380: Remove RESET_BOOT, CONFIG_ATARI_SCSI_TOSHIBA_DELAY and CONFIG_...
Finn Thain
2016-01-07
1
-55
/
+10
*
ncr5380: Remove NCR5380_local_declare and NCR5380_setup macros
Finn Thain
2016-01-07
1
-13
/
+2
*
ncr5380: Drop owner assignment from platform_drivers
Wolfram Sang
2015-03-09
1
-1
/
+0
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2014-12-12
1
-1
/
+1
|
\
|
*
scsi: Fix "choir" and "beeing" malaprops
Finn Thain
2014-10-29
1
-1
/
+1
*
|
atari_NCR5380: Introduce FLAG_TAGGED_QUEUING
Finn Thain
2014-11-20
1
-4
/
+4
*
|
mac_scsi: Convert to platform device
Finn Thain
2014-11-20
1
-119
/
+126
*
|
mac_scsi: Cleanup PDMA code
Finn Thain
2014-11-20
1
-65
/
+67
*
|
mac_scsi: Add module option to Kconfig
Finn Thain
2014-11-20
1
-75
/
+37
*
|
mac_scsi: Remove header
Finn Thain
2014-11-20
1
-1
/
+20
*
|
ncr5380: Drop legacy scsi.h include
Finn Thain
2014-11-20
1
-1
/
+0
*
|
ncr5380: Remove *_RELEASE macros
Finn Thain
2014-11-20
1
-2
/
+0
*
|
ncr5380: Remove pointless compiler command line override macros
Finn Thain
2014-11-20
1
-10
/
+9
*
|
ncr5380: Cleanup host info() methods
Finn Thain
2014-11-20
1
-14
/
+0
[next]