index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
g_NCR5380.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: NCR5380: Move bus reset to host reset
Hannes Reinecke
2017-08-25
1
-2
/
+2
*
scsi: ncr5380: constify pnp_device_id
Arvind Yadav
2017-08-24
1
-1
/
+1
*
scsi: g_NCR5380: Two DTC436 PDMA workarounds
Ondrej Zary
2017-08-07
1
-2
/
+11
*
scsi: g_NCR5380: Re-work PDMA loops
Ondrej Zary
2017-08-07
1
-81
/
+102
*
scsi: g_NCR5380: Use unambiguous terminology for PDMA send and receive
Finn Thain
2017-08-07
1
-7
/
+7
*
scsi: g_NCR5380: Cleanup comments and whitespace
Finn Thain
2017-08-07
1
-33
/
+28
*
scsi: g_NCR5380: End PDMA transfer correctly on target disconnection
Ondrej Zary
2017-08-07
1
-17
/
+31
*
scsi: g_NCR5380: Fix PDMA transfer size
Ondrej Zary
2017-08-07
1
-9
/
+3
*
Annotate hardware config module parameters in drivers/scsi/
David Howells
2017-04-20
1
-4
/
+4
*
scsi: ncr5380: Reduce #include files
Finn Thain
2017-01-31
1
-2
/
+43
*
scsi: g_NCR5380: Autoprobe board IRQ by default
Finn Thain
2016-12-08
1
-12
/
+18
*
scsi: g_NCR5380: Fix automatic IRQ on HP C2502 cards
Finn Thain
2016-12-08
1
-13
/
+57
*
scsi: g_NCR5380: Use probe_irq_*() for IRQ probing
Ondrej Zary
2016-12-08
1
-1
/
+51
*
scsi: g_NCR5380: Check for chip presence before calling NCR5380_init()
Ondrej Zary
2016-12-08
1
-0
/
+7
*
scsi: g_NCR5380: Fix release_region in error handling
Ondrej Zary
2016-11-12
1
-3
/
+3
*
scsi: ncr5380: Use correct types for DMA routines
Finn Thain
2016-11-08
1
-8
/
+5
*
scsi: ncr5380: Store IO ports and addresses in host private data
Finn Thain
2016-11-08
1
-32
/
+35
*
scsi: g_NCR5380: Merge g_NCR5380 and g_NCR5380_mmio drivers
Ondrej Zary
2016-11-08
1
-132
/
+120
*
scsi: g_NCR5380: Stop using scsi_module.c
Ondrej Zary
2016-09-29
1
-141
/
+194
*
scsi: g_NCR5380: Reduce overrides[] from array to struct
Ondrej Zary
2016-09-29
1
-184
/
+167
*
scsi: g_NCR5380: Remove deprecated __setup
Ondrej Zary
2016-09-29
1
-135
/
+0
*
ncr5380: Update usage documentation
Finn Thain
2016-04-11
1
-35
/
+1
*
ncr5380: Remove DONT_USE_INTR and AUTOPROBE_IRQ macros
Finn Thain
2016-04-11
1
-2
/
+0
*
ncr5380: Merge DMA implementation from atari_NCR5380 core driver
Finn Thain
2016-04-11
1
-1
/
+1
*
ncr5380: Use DMA hooks for PDMA
Finn Thain
2016-04-11
1
-4
/
+6
*
ncr5380: Remove PSEUDO_DMA macro
Finn Thain
2016-04-11
1
-1
/
+0
*
ncr5380: Disable the DMA errata workaround flag by default
Finn Thain
2016-04-11
1
-7
/
+1
*
ncr5380: Remove FLAG_NO_PSEUDO_DMA where possible
Finn Thain
2016-04-11
1
-1
/
+6
*
g_ncr5380: Remove CONFIG_SCSI_GENERIC_NCR53C400
Finn Thain
2016-04-11
1
-52
/
+23
*
ncr5380: Add support for HP C2502
Ondrej Zary
2016-01-06
1
-16
/
+58
*
ncr5380: Fix wait for 53C80 registers registers after PDMA
Ondrej Zary
2016-01-06
1
-31
/
+6
*
ncr5380: Enable PDMA for DTC chips
Ondrej Zary
2016-01-06
1
-7
/
+31
*
ncr5380: Enable PDMA for NCR53C400A
Ondrej Zary
2016-01-06
1
-4
/
+19
*
ncr5380: Use runtime register mapping
Ondrej Zary
2016-01-06
1
-48
/
+40
*
ncr5380: Fix pseudo DMA transfers on 53C400
Ondrej Zary
2016-01-06
1
-0
/
+4
*
ncr5380: Fix soft lockups
Finn Thain
2016-01-06
1
-0
/
+1
*
ncr5380: Use standard list data structure
Finn Thain
2016-01-06
1
-0
/
+1
*
ncr5380: Remove command list debug code
Finn Thain
2016-01-06
1
-1
/
+0
*
ncr5380: Remove redundant ICR_ARBITRATION_LOST test and eliminate FLAG_DTC3181E
Finn Thain
2016-01-06
1
-1
/
+1
*
ncr5380: Fix and cleanup scsi_host_template initializers
Finn Thain
2016-01-06
1
-13
/
+13
*
ncr5380: Cleanup #include directives
Finn Thain
2016-01-06
1
-4
/
+2
*
ncr5380: Replace redundant flags with FLAG_NO_DMA_FIXUP
Finn Thain
2016-01-06
1
-1
/
+1
*
ncr5380: Standardize interrupt handling
Finn Thain
2016-01-06
1
-2
/
+0
*
ncr5380: Rework disconnect versus poll logic
Finn Thain
2016-01-06
1
-4
/
+0
*
ncr5380: Implement NCR5380_dma_xfer_len and remove LIMIT_TRANSFERSIZE macro
Finn Thain
2016-01-06
1
-0
/
+15
*
ncr5380: Introduce unbound workqueue
Finn Thain
2016-01-06
1
-16
/
+15
*
ncr5380: Eliminate USLEEP_WAITLONG delay
Finn Thain
2016-01-06
1
-1
/
+0
*
ncr5380: Move NCR53C400-specific code
Finn Thain
2016-01-06
1
-5
/
+16
*
ncr5380: Split NCR5380_init() into two functions
Finn Thain
2016-01-06
1
-0
/
+2
*
ncr5380: Remove NCR5380_instance_name macro
Finn Thain
2016-01-06
1
-3
/
+4
[next]