aboutsummaryrefslogtreecommitdiff
path: root/drivers/ata/pata_atp867x.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-08ata: remove deprecated use of pci apiGravatar Quentin Lambert 1-2/+2
2014-05-09ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host driversGravatar Bartlomiej Zolnierkiewicz 1-2/+2
2014-02-13ata: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2013-06-02ata: use pci_get_drvdata()Gravatar Jingoo Han 1-1/+1
2012-07-25ata: use module_pci_driverGravatar Axel Lin 1-12/+1
2011-07-23ata: Add and use ata_print_version_onceGravatar Joe Perches 1-3/+1
2011-07-23ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Gravatar Joe Perches 1-6/+5
2010-05-25libata-sff: separate out BMDMA irq handlerGravatar Tejun Heo 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-10-06pata_atp867x: add Power Management supportGravatar Bartlomiej Zolnierkiewicz 1-0/+21
2009-10-06pata_atp867x: PIO support fixesGravatar Bartlomiej Zolnierkiewicz 1-17/+19
2009-10-06pata_atp867x: clarifications in timings calculations and cable detectionGravatar John(Jung-Ik) Lee 1-14/+38
2009-10-06pata_atp867x: fix it to not claim MWDMA supportGravatar Bartlomiej Zolnierkiewicz 1-9/+1
2009-09-17libata: Add pata_atp867x driver for Artop/Acard ATP867X controllersGravatar John(Jung-Ik) Lee 1-0/+548