aboutsummaryrefslogtreecommitdiff
path: root/drivers/ata/sata_sil24.c
AgeCommit message (Expand)Author
2012-11-28sata_sil24: remove unused variable from sata_sil24.cWei Yongjun
2012-07-25ata: use module_pci_driverAxel Lin
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-10-08sata_sil24: Use constJoe Perches
2011-07-23ata: Add and use ata_print_version_onceJoe Perches
2011-07-23ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>Joe Perches
2011-07-23ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches
2011-03-02libata: remove ATA_FLAG_NO_LEGACYSergei Shtylyov
2011-03-02libata: remove ATA_FLAG_MMIOSergei Shtylyov
2010-10-21libata: add @ap to ata_wait_register() and introduce ata_msleep()Tejun Heo
2010-06-10sata_sil24: Use memory barriers before issuing commandsCatalin Marinas
2010-06-10sata_sil24: memset() overflowDan Carpenter
2010-06-07sata_sil24: fix kernel panic on ARM caused by unaligned access in sata_sil24Colin Tuckley
2010-05-17libata: kill ATA_FLAG_DISABLEDTejun Heo
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-03sata_sil24: MSI support, disabled by defaultVivek Mahajan
2009-09-01sata_sil24: always set protocol override for non-ATAPI data commandsRobert Hancock
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang
2009-03-24[libata] convert drivers to use ata.h mode mask definesErik Inge Bolsø
2009-01-08sata_sil24: remove unused sil24_port_multiplierGrant Grundler
2008-10-27sata_sil24: configure max read request size to 4kTejun Heo
2008-09-29libata: make SCR access ops per-linkTejun Heo
2008-07-04sata_sil24: add DID for another adaptec flavorTejun Heo
2008-05-19sata_sil24: don't use NCQ if marvell 4140 PMP is attachedTejun Heo
2008-04-17libata: move link onlineness check out of softreset methodsTejun Heo
2008-04-17libata: kill dead code paths in reset pathTejun Heo
2008-04-17libata: implement PMP helpersTejun Heo
2008-04-17libata: don't use ap->ioaddr in non-SFF driversTejun Heo
2008-04-17libata: remove check_status from non-SFF driversTejun Heo
2008-04-17libata: replace tf_read with qc_fill_rtf for non-SFF driversTejun Heo
2008-04-17libata: drop @finish_qc from ata_qc_complete_multiple()Tejun Heo
2008-04-17libata: move PMP SCR access failure during reset to ata_eh_reset()Tejun Heo
2008-04-17libata: rename SFF port opsTejun Heo
2008-04-17libata: make reset related methods proper port operationsTejun Heo
2008-04-17libata: implement and use ops inheritanceTejun Heo
2008-04-17libata: implement and use SHT initializersTejun Heo
2008-04-17libata: implement and use ata_noop_irq_clear()Tejun Heo
2008-04-17libata: kill ATA_LFLAG_SKIP_D2H_BSYTejun Heo
2008-04-17libata: prefer hardresetTejun Heo
2008-02-19libata: eliminate the home grown dma padding in favour ofJames Bottomley
2008-01-23libata: convert to chained sgTejun Heo
2008-01-23libata: implement protocol testsTejun Heo
2008-01-14sata_sil24: freeze on non-dev errors reported via CERRTejun Heo
2008-01-14sata_sil24: fix stupid typoTejun Heo
2008-01-10sata_sil24: prevent hba lockup when pass-through ATA commands are usedGwendal Grignou
2007-11-23sata_sil24: fix sg table sizingTejun Heo
2007-10-30libata: stop being overjealous about non-IO commandsTejun Heo
2007-10-29[libata] Address some checkpatch-spotted issuesJeff Garzik
2007-10-18[libata] kill ata_sg_is_last()Jeff Garzik