summaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_cmd64x.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host driversBartlomiej Zolnierkiewicz2014-05-101-2/+2
* ata: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-131-1/+0Star
* ata: use pci_get_drvdata()Jingoo Han2013-06-031-1/+1
* ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2012-11-281-3/+3
* [libata] pata_cmd64x: whitespace cleanupJeff Garzik2012-07-251-2/+2
* ata: use module_pci_driverAxel Lin2012-07-251-12/+1Star
* pata_cmd64x: implement sff_irq_check() methodSergei Shtylyov2012-03-131-1/+42
* pata_cmd64x: implement sff_irq_clear() methodSergei Shtylyov2012-03-131-16/+15Star
* pata_cmd64x: use interrupt status from MRDMODE registerSergei Shtylyov2012-03-131-17/+56
* pata_cmd64x: turn string of *if* statements into *switch*Sergei Shtylyov2012-03-131-11/+17
* pata_cmd64x: documentation fixBartlomiej Zolnierkiewicz2011-10-141-1/+1
* pata_cmd64x: add cmd64x_fixup()Bartlomiej Zolnierkiewicz2011-10-141-22/+20Star
* pata_cm64x: fix boot crash on pariscJames Bottomley2011-05-141-4/+38
* pata_cmd64x: revert commit d62f5576Tejun Heo2010-08-261-6/+0Star
* libata-sff: separate out BMDMA initTejun Heo2010-05-261-1/+1
* libata: Pass host flags into the pci helperAlan Cox2010-03-011-1/+1
* pata_cmd64x: remove unused definitionsBartlomiej Zolnierkiewicz2010-03-011-11/+1Star
* pata_cmd64x: cmd648_bmdma_stop() fixBartlomiej Zolnierkiewicz2010-03-011-1/+1
* pata_cmd64x: fix handling of address setup timingsBartlomiej Zolnierkiewicz2010-03-011-0/+6
* pata_cmd64x: fix PIO setupBartlomiej Zolnierkiewicz2010-03-011-1/+4
* pata_cmd64x: fix overclocking of UDMA0-2 modesBartlomiej Zolnierkiewicz2009-12-201-1/+1
* Revert "pata_cmd64x: implement serialization as per notes"Jeff Garzik2009-12-201-108/+8Star
* ata: use pci_dev->revisionSergei Shtylyov2009-12-031-7/+2Star
* pata_cmd64x: implement serialization as per notesAlan Cox2009-12-031-8/+108
* [libata] convert drivers to use ata.h mode mask definesErik Inge Bolsø2009-03-251-12/+12
* ata: Switch all my stuff to a common addressAlan Cox2008-10-281-1/+1
* libata: rename SFF functionsTejun Heo2008-04-171-2/+2
* libata: stop overloading port_info->private_dataTejun Heo2008-04-171-1/+1
* libata: make ata_pci_init_one() not use ops->irq_handler and pi->shtTejun Heo2008-04-171-7/+1Star
* libata: implement and use ops inheritanceTejun Heo2008-04-171-86/+10Star
* libata: implement and use SHT initializersTejun Heo2008-04-171-15/+1Star
* libata: normalize port_info, port_operations and sht tablesTejun Heo2008-04-171-3/+3
* libata: PCI device should be powered up before being accessedTejun Heo2008-04-171-1/+14
* pata_cmd64x.c typo fixAdrian Bunk2007-10-201-1/+1
* [libata] Remove ->port_disable() hookJeff Garzik2007-10-121-3/+0Star
* [libata] Remove ->irq_ack() hook, and ata_dummy_irq_on()Jeff Garzik2007-10-121-3/+0Star
* pata_cmd64x: Set up MWDMA modes properlyAlan Cox2007-10-121-11/+26
* pata_cmd64x: Correct the speed rangesAlan Cox2007-08-011-4/+4
* [libata] PATA drivers: remove ATA_FLAG_SRSTJeff Garzik2007-07-091-6/+6
* libata: bump versionsJeff Garzik2007-05-221-1/+1
* libata: clean up SFF init messTejun Heo2007-05-121-8/+5Star
* libata: reimplement suspend/resume support using sdev->manage_start_stopTejun Heo2007-05-121-4/+0Star
* [libata] More PATA driver ->cable_detect supportJeff Garzik2007-04-281-25/+9Star
* libata: add missing CONFIG_PM in LLDsTejun Heo2007-03-031-0/+6
* [libata] pata_cmd64x: fix driver description in commentsJeff Garzik2007-03-031-1/+1
* libata: add another IRQ calls (libata drivers)Akira Iguchi2007-02-091-0/+6
* libata: convert to iomapTejun Heo2007-02-091-3/+3
* libata: update libata LLDs to use devresTejun Heo2007-02-091-6/+0Star
* libata cmd64x: whack into a shape that looks like the documentationAlan2007-01-251-7/+16