aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_mv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-09ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host driversBartlomiej Zolnierkiewicz1-4/+4
2014-02-20Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-4/+8
2014-02-16ata: sata_mv: Cleanup only the initialized portsEzequiel Garcia1-2/+7
2014-02-05ata: sata_mv: Fix probe failures with optional physAndrew Lunn1-3/+5
2014-01-20SATA: MV: Add support for the optional PHYsAndrew Lunn1-0/+27
2014-01-15ata: sata_mv: fix disk hotplug for Armada 370/XP SoCsLior Amsalem1-0/+24
2014-01-15ata: sata_mv: introduce compatible string "marvell, armada-370-sata"Simon Guinot1-0/+1
2013-07-30sata_mv: Remove unneeded CONFIG_HAVE_CLK ifdefsEzequiel Garcia1-14/+7
2013-07-30ata: use dev_get_platdata()Jingoo Han1-1/+1
2013-07-29sata_mv: Remove unneeded forward declarationEzequiel Garcia1-3/+0
2013-01-03Drivers: ata: remove __dev* attributes.Greg Kroah-Hartman1-4/+4
2012-10-01sata_mv: Fix warnings when no PCIAndrew Lunn1-3/+5
2012-07-27ATA: sata_mv: Add device tree supportAndrew Lunn1-13/+29
2012-05-08ARM: Orion: SATA: Add per channel clk/clkdev support.Andrew Lunn1-4/+36
2012-04-12sata_mv: silence an uninitialized variable warningDan Carpenter1-1/+2
2011-12-13ARM: Orion: Get address map from plat-orion instead of via platform_dataAndrew Lunn1-8/+11
2011-10-07sata_mv: use {platform|pci}_get_drvdata()Sergei Shtylyov1-5/+4
2011-10-07sata_mv: release clock on ata_host_activate() failureSergei Shtylyov1-2/+5
2011-07-23ata: Add and use ata_print_version_onceJoe Perches1-6/+2
2011-07-23ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>Joe Perches1-22/+19
2011-07-23ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches1-27/+22
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-02libata: remove ATA_FLAG_NO_LEGACYSergei Shtylyov1-2/+1
2011-03-02libata: remove ATA_FLAG_MMIOSergei Shtylyov1-1/+1
2010-10-21libata: always use ata_qc_complete_multiple() for NCQ command completionsTejun Heo1-13/+12
2010-09-09libata-sff: Reenable Port Multiplier after libata-sff remodeling.Gwendal Grignou1-1/+1
2010-08-25sata_mv: fix broken DSM/TRIM support (v2)Mark Lord1-7/+37
2010-08-01sata_fsl,mv,nv: prepare for NCQ command completion updateTejun Heo1-23/+24
2010-05-25libata-sff: separate out BMDMA irq handlerTejun Heo1-1/+1
2010-05-25sata_mv: drop unncessary EH callback resettingTejun Heo1-2/+0
2010-05-19libata-sff: separate out BMDMA qc_issueTejun Heo1-1/+1
2010-05-19libata-sff: port_task is SFF specificTejun Heo1-1/+1
2010-05-19libata-sff: clean up BMDMA initializationTejun Heo1-2/+0
2010-05-19libata-sff: clean up inheritance in several driversTejun Heo1-4/+20
2010-05-17libata: kill ATA_FLAG_DISABLEDTejun Heo1-14/+4
2010-05-14sata_mv: remove unnecessary initializationTejun Heo1-3/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-19Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds1-19/+125
2009-12-17sata_mv: remove pointless NULL testJeff Garzik1-1/+1
2009-12-17sata_mv: add power management support for the PCI controllers.Saeed Bishara1-0/+29
2009-12-17sata_mv: store the board_idx into the host private dataSaeed Bishara1-6/+8
2009-12-17sata_mv: move the PCI bar description initialization codeSaeed Bishara1-9/+10
2009-12-17sata_mv: add power management support for the platform driverSaeed Bishara1-0/+43
2009-12-17sata_mv: support clkdev frameworkSaeed Bishara1-3/+34
2009-12-17sata_mv: increase PIO IORDY timeoutSaeed Bishara1-1/+1
2009-12-03sata_mv: Clean up hard coded array size calculation.Thiago Farina1-1/+1
2009-10-16sata_mv: Prevent PIO commands to be defered too long if traffic in progress.Gwendal Grignou1-2/+27
2009-09-11drivers/ata: use resource_sizeJulia Lawall1-1/+1
2009-07-28libata: remove superfluous NULL pointer checksBartlomiej Zolnierkiewicz1-1/+1
2009-05-11sata_mv: use new sata phy register settings for new devicesMartin Michlmayr1-2/+67