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
/
aha1542.c
Age
Commit message (
Expand
)
Author
2023-03-24
scsi: aha1542: Declare SCSI host template const
Bart Van Assche
2022-04-25
scsi: aha1542: Remove unneeded semicolon
Haowen Bai
2022-02-22
scsi: aha1542: Remove a set-but-not-used array
Bart Van Assche
2021-10-19
scsi: aha1542: Use memcpy_{from,to}_bvec()
Christoph Hellwig
2021-10-16
scsi: aha1542: Call scsi_done() directly
Bart Van Assche
2021-08-11
scsi: aha1542: Use scsi_cmd_to_rq() instead of scsi_cmnd.request
Bart Van Assche
2021-04-06
aha1542: use a local bounce buffer
Christoph Hellwig
2021-02-22
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-01-26
isa: Make the remove callback for isa drivers return void
Uwe Kleine-König
2021-01-13
scsi: aha1542: Fix multi-line comment style
Sergey Shtylyov
2021-01-13
scsi: aha1542: Kill trailing whitespace
Sergey Shtylyov
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2018-12-18
scsi: flip the default on use_clustering
Christoph Hellwig
2018-12-07
scsi: aha1542: Fix zeroday __udivdi3 warning
James Bottomley
2018-11-21
scsi: aha1542: convert to DMA mapping API
Christoph Hellwig
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2017-08-24
scsi: aha1542: constify pnp_device_id
Arvind Yadav
2017-04-20
Annotate hardware config module parameters in drivers/scsi/
David Howells
2016-02-23
scsi: aha1542: avoid uninitialized variable warnings
Arnd Bergmann
2015-05-31
scsi: Do not set cmd_per_lun to 1 in the host template
Hannes Reinecke
2015-04-27
aha1542: Allocate memory before taking a lock
Ondrej Zary
2015-04-09
aha1542: remove loop from aha1542_outb
Ondrej Zary
2015-04-09
aha1542: Fix bus reset
Ondrej Zary
2015-04-09
aha1542: rework locking
Ondrej Zary
2015-04-09
aha1542: Don't reduce functionality with DEBUG enabled
Ondrej Zary
2015-04-09
aha1542: Use print_hex_dump_bytes in debug code
Ondrej Zary
2015-04-09
aha1542: remove DEB macro and simplify debug code
Ondrej Zary
2015-04-09
aha1542: Use shost_printk instead of printk
Ondrej Zary
2015-04-09
aha1542: Change aha1542_set_bus_times parameters
Ondrej Zary
2015-04-09
aha1542: Pass struct Scsi_Host * to functions
Ondrej Zary
2015-04-09
aha1542: cleanup includes
Ondrej Zary
2015-04-09
aha1542: remove useless changelog
Ondrej Zary
2015-04-09
aha1542: Always name Scsi_Host variables sh
Ondrej Zary
2015-04-09
aha1524: Use struct scsi_cmnd
Ondrej Zary
2015-04-09
aha1542: clean up cmd variables
Ondrej Zary
2015-04-09
aha1542: Simplify aha1542_biosparam
Ondrej Zary
2015-04-09
aha1542: rework configuration parameters
Ondrej Zary
2015-04-09
aha1542: rework hw_init
Ondrej Zary
2015-04-09
aha1542: Call wait_mask from aha1542_out
Ondrej Zary
2015-04-09
aha1542: split out code from aha1542_hw_init
Ondrej Zary
2015-04-09
aha1542: Merge aha1542_host_reset and aha1542_bus_reset
Ondrej Zary
2015-04-09
aha1542: Remove aha1542_restart
Ondrej Zary
2015-04-09
aha1542: remove useless code from aha1542_test_port
Ondrej Zary
2015-04-09
aha1542: Remove unneeded gotos
Ondrej Zary
2015-04-09
aha1542: Split aha1542_out
Ondrej Zary
2015-04-09
aha1542: Unify aha1542_in and aha1542_in1
Ondrej Zary
2015-04-09
aha1542: Remove WAIT and WAITd macros
Ondrej Zary
2015-04-09
aha1542: remove empty aha1542_stat
Ondrej Zary
2015-04-09
aha1542: Reorder functions to remove forward declarations
Ondrej Zary
2015-04-09
aha1542: Use u8 instead of unchar
Ondrej Zary
[next]