summaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_marvell.c
Commit message (Expand)AuthorAgeFilesLines
* ata: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-05-271-1/+1
* ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host driversBartlomiej Zolnierkiewicz2014-05-091-1/+1
* ata: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-131-1/+0
* ata: use module_pci_driverAxel Lin2012-07-251-13/+1
* pata_marvell: Add support for 88SE91A0, 88SE91A4Paweł Drewniak2011-06-241-0/+3
* [libata] trivial: trim trailing whitespace for drivers/ata/*.[ch]Jeff Garzik2011-03-021-1/+1
* libata-sff: separate out BMDMA initTejun Heo2010-05-251-1/+1
* libata: Pass host flags into the pci helperAlan Cox2010-03-011-1/+1
* [libata] pata_marvell: CONFIG_AHCI is really CONFIG_SATA_AHCIChristoph Egger2010-03-011-1/+1
* pata_marvell: fix marvell_pre_reset() documentationBartlomiej Zolnierkiewicz2009-12-031-1/+1
* [libata] convert drivers to use ata.h mode mask definesErik Inge Bolsø2009-03-241-4/+4
* ata: Switch all my stuff to a common addressAlan Cox2008-10-271-1/+1
* ahci, pata_marvell: play nicely togetherAlan Cox2008-09-081-13/+38
* libata: rename SFF functionsTejun Heo2008-04-171-2/+2
* libata: stop overloading port_info->private_dataTejun Heo2008-04-171-16/+2
* libata: make ata_pci_init_one() not use ops->irq_handler and pi->shtTejun Heo2008-04-171-3/+1
* libata: implement and use ops inheritanceTejun Heo2008-04-171-30/+3
* libata: implement and use SHT initializersTejun Heo2008-04-171-16/+1
* libata: normalize port_info, port_operations and sht tablesTejun Heo2008-04-171-0/+1
* ata: fix sparse warning in pata_marvell.cHarvey Harrison2008-02-151-2/+2
* libata: Switch most of the remaining SFF drivers to ata_sff_port_startAlan Cox2007-10-121-1/+1
* [libata] Remove ->port_disable() hookJeff Garzik2007-10-121-2/+0
* [libata] Remove ->irq_ack() hook, and ata_dummy_irq_on()Jeff Garzik2007-10-121-1/+0
* libata-link: linkify resetTejun Heo2007-10-121-3/+4
* Ata: pata_marvell, use ioread* for iomap-ped memoryJiri Slaby2007-10-031-2/+2
* pata_marvell: Add more identifiersAlan Cox2007-08-311-0/+2
* [libata] Use ATA_UDMAx standard masks when filling driver's udma_mask infoJeff Garzik2007-07-091-2/+2
* [libata] PATA drivers: remove ATA_FLAG_SRSTJeff Garzik2007-07-091-2/+2
* libata: clean up SFF init messTejun Heo2007-05-111-6/+5
* libata: reimplement suspend/resume support using sdev->manage_start_stopTejun Heo2007-05-111-4/+0
* [libata reset-seq] build and merge fixesJeff Garzik2007-05-011-1/+2
* libata: add deadline support to prereset and reset methodsTejun Heo2007-05-011-1/+3
* pata_marvell: Cable and reset fixesAlan Cox2007-04-281-9/+11
* libata: add missing CONFIG_PM in LLDsTejun Heo2007-03-021-0/+4
* libata: add another IRQ calls (libata drivers)Akira Iguchi2007-02-091-0/+2
* libata: convert to iomapTejun Heo2007-02-091-2/+2
* libata: update libata LLDs to use devresTejun Heo2007-02-091-2/+0
* [libata] trim trailing whitespaceJeff Garzik2007-02-091-2/+2
* [PATCH] libata: kill unnecessary sht->max_sectors initializationsTejun Heo2006-12-031-1/+0
* [PATCH] libata: add missing sht->slave_destroyTejun Heo2006-12-031-0/+1
* [PATCH] pata_marvell: merge Mandriva patchesAlan2006-12-011-3/+3
* [PATCH] PATA libata: suspend/resume simple casesAlan2006-12-011-1/+5
* [libata] pata_marvell: minor and trivial cleanupsJeff Garzik2006-12-011-22/+21
* [PATCH] pata_marvell: Marvell 6101/6145 PATA driverAlan Cox2006-12-011-0/+221