Wei Yongjun
|
10083d7ac0
sata_sil24: remove unused variable from sata_sil24.c
|
12 years ago |
Axel Lin
|
2fc75da0c5
ata: use module_pci_driver
|
13 years ago |
Rusty Russell
|
90ab5ee941
module_param: make bool parameters really bool (drivers & misc)
|
13 years ago |
Joe Perches
|
fc8cc1d5b1
sata_sil24: Use const
|
14 years ago |
Joe Perches
|
06296a1e68
ata: Add and use ata_print_version_once
|
14 years ago |
Joe Perches
|
a9a79dfec2
ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>
|
14 years ago |
Joe Perches
|
a44fec1fce
ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
|
14 years ago |
Sergei Shtylyov
|
9cbe056f6c
libata: remove ATA_FLAG_NO_LEGACY
|
14 years ago |
Sergei Shtylyov
|
3696df3099
libata: remove ATA_FLAG_MMIO
|
14 years ago |
Tejun Heo
|
97750cebb3
libata: add @ap to ata_wait_register() and introduce ata_msleep()
|
15 years ago |
Catalin Marinas
|
1082345290
sata_sil24: Use memory barriers before issuing commands
|
15 years ago |
Dan Carpenter
|
14e45c15e1
sata_sil24: memset() overflow
|
15 years ago |
Colin Tuckley
|
7a4f876b87
sata_sil24: fix kernel panic on ARM caused by unaligned access in sata_sil24
|
15 years ago |
Tejun Heo
|
3e4ec3443f
libata: kill ATA_FLAG_DISABLED
|
15 years ago |
Tejun Heo
|
5a0e3ad6af
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
|
15 years ago |
Vivek Mahajan
|
dae77214fa
sata_sil24: MSI support, disabled by default
|
15 years ago |
Robert Hancock
|
4f1a0ee11d
sata_sil24: always set protocol override for non-ATAPI data commands
|
16 years ago |
Yang Hongyang
|
284901a90a
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
|
16 years ago |
Yang Hongyang
|
6a35528a83
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
|
16 years ago |
Erik Inge Bolsø
|
14bdef982c
[libata] convert drivers to use ata.h mode mask defines
|
16 years ago |
Grant Grundler
|
1564a187b4
sata_sil24: remove unused sil24_port_multiplier
|
16 years ago |
Tejun Heo
|
e8b3b5e9f5
sata_sil24: configure max read request size to 4k
|
16 years ago |
Tejun Heo
|
82ef04fb4c
libata: make SCR access ops per-link
|
17 years ago |
Tejun Heo
|
464b3286b4
sata_sil24: add DID for another adaptec flavor
|
17 years ago |
Tejun Heo
|
906c1ff44a
sata_sil24: don't use NCQ if marvell 4140 PMP is attached
|
17 years ago |
Tejun Heo
|
45db2f6c95
libata: move link onlineness check out of softreset methods
|
17 years ago |
Tejun Heo
|
2a0c15ca39
libata: kill dead code paths in reset path
|
17 years ago |
Tejun Heo
|
071f44b1d2
libata: implement PMP helpers
|
17 years ago |
Tejun Heo
|
350756f6da
libata: don't use ap->ioaddr in non-SFF drivers
|
17 years ago |
Tejun Heo
|
520d06f92b
libata: remove check_status from non-SFF drivers
|
17 years ago |