index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
g_NCR5380.c
Age
Commit message (
Expand
)
Author
2018-12-18
scsi: remove the use_clustering flag
Christoph Hellwig
2017-08-25
scsi: NCR5380: Move bus reset to host reset
Hannes Reinecke
2017-08-24
scsi: ncr5380: constify pnp_device_id
Arvind Yadav
2017-08-07
scsi: g_NCR5380: Two DTC436 PDMA workarounds
Ondrej Zary
2017-08-07
scsi: g_NCR5380: Re-work PDMA loops
Ondrej Zary
2017-08-07
scsi: g_NCR5380: Use unambiguous terminology for PDMA send and receive
Finn Thain
2017-08-07
scsi: g_NCR5380: Cleanup comments and whitespace
Finn Thain
2017-08-07
scsi: g_NCR5380: End PDMA transfer correctly on target disconnection
Ondrej Zary
2017-08-07
scsi: g_NCR5380: Fix PDMA transfer size
Ondrej Zary
2017-04-20
Annotate hardware config module parameters in drivers/scsi/
David Howells
2017-01-31
scsi: ncr5380: Reduce #include files
Finn Thain
2016-12-08
scsi: g_NCR5380: Autoprobe board IRQ by default
Finn Thain
2016-12-08
scsi: g_NCR5380: Fix automatic IRQ on HP C2502 cards
Finn Thain
2016-12-08
scsi: g_NCR5380: Use probe_irq_*() for IRQ probing
Ondrej Zary
2016-12-08
scsi: g_NCR5380: Check for chip presence before calling NCR5380_init()
Ondrej Zary
2016-11-12
scsi: g_NCR5380: Fix release_region in error handling
Ondrej Zary
2016-11-08
scsi: ncr5380: Use correct types for DMA routines
Finn Thain
2016-11-08
scsi: ncr5380: Store IO ports and addresses in host private data
Finn Thain
2016-11-08
scsi: g_NCR5380: Merge g_NCR5380 and g_NCR5380_mmio drivers
Ondrej Zary
2016-09-29
scsi: g_NCR5380: Stop using scsi_module.c
Ondrej Zary
2016-09-29
scsi: g_NCR5380: Reduce overrides[] from array to struct
Ondrej Zary
2016-09-29
scsi: g_NCR5380: Remove deprecated __setup
Ondrej Zary
2016-04-11
ncr5380: Update usage documentation
Finn Thain
2016-04-11
ncr5380: Remove DONT_USE_INTR and AUTOPROBE_IRQ macros
Finn Thain
2016-04-11
ncr5380: Merge DMA implementation from atari_NCR5380 core driver
Finn Thain
2016-04-11
ncr5380: Use DMA hooks for PDMA
Finn Thain
2016-04-11
ncr5380: Remove PSEUDO_DMA macro
Finn Thain
2016-04-11
ncr5380: Disable the DMA errata workaround flag by default
Finn Thain
2016-04-11
ncr5380: Remove FLAG_NO_PSEUDO_DMA where possible
Finn Thain
2016-04-11
g_ncr5380: Remove CONFIG_SCSI_GENERIC_NCR53C400
Finn Thain
2016-01-06
ncr5380: Add support for HP C2502
Ondrej Zary
2016-01-06
ncr5380: Fix wait for 53C80 registers registers after PDMA
Ondrej Zary
2016-01-06
ncr5380: Enable PDMA for DTC chips
Ondrej Zary
2016-01-06
ncr5380: Enable PDMA for NCR53C400A
Ondrej Zary
2016-01-06
ncr5380: Use runtime register mapping
Ondrej Zary
2016-01-06
ncr5380: Fix pseudo DMA transfers on 53C400
Ondrej Zary
2016-01-06
ncr5380: Fix soft lockups
Finn Thain
2016-01-06
ncr5380: Use standard list data structure
Finn Thain
2016-01-06
ncr5380: Remove command list debug code
Finn Thain
2016-01-06
ncr5380: Remove redundant ICR_ARBITRATION_LOST test and eliminate FLAG_DTC3181E
Finn Thain
2016-01-06
ncr5380: Fix and cleanup scsi_host_template initializers
Finn Thain
2016-01-06
ncr5380: Cleanup #include directives
Finn Thain
2016-01-06
ncr5380: Replace redundant flags with FLAG_NO_DMA_FIXUP
Finn Thain
2016-01-06
ncr5380: Standardize interrupt handling
Finn Thain
2016-01-06
ncr5380: Rework disconnect versus poll logic
Finn Thain
2016-01-06
ncr5380: Implement NCR5380_dma_xfer_len and remove LIMIT_TRANSFERSIZE macro
Finn Thain
2016-01-06
ncr5380: Introduce unbound workqueue
Finn Thain
2016-01-06
ncr5380: Eliminate USLEEP_WAITLONG delay
Finn Thain
2016-01-06
ncr5380: Move NCR53C400-specific code
Finn Thain
2016-01-06
ncr5380: Split NCR5380_init() into two functions
Finn Thain
[next]