aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_highbank.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-26libahci: Allow drivers to override stop_engineEvan Wang1-1/+1
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann1-1/+1
2015-06-03ahci: Store irq number in struct ahci_host_privRobert Richter1-1/+2
2014-10-20ata: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-06AHCI: Move host activation code into ahci_host_activate()Alexander Gordeev1-2/+1
2014-07-30ata: libahci_platform: move port_map parameters into the AHCI structureAntoine Ténart1-1/+1
2014-03-26ata: sata_highbank: remove superfluous castBartlomiej Zolnierkiewicz1-1/+1
2014-02-22libahci: Allow drivers to override start_engineHans de Goede1-1/+2
2014-02-13ata: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-19sata-highbank: Remove unnecessary ahci_platform.h includeHans de Goede1-1/+0
2013-10-27sata_highbank: clear whole array in highbank_initialize_phys()Dan Carpenter1-5/+3
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-13/+61
2013-08-14sata, highbank: send extra clock cycles in SGPIO patternsMark Langsdorf1-0/+13
2013-08-14sata, highbank: set tx_atten override bitsMark Langsdorf1-13/+45
2013-08-09sata highbank: enable 64-bit DMA mask when using LPAERob Herring1-0/+3
2013-08-09sata, highbank: fix ordering of SGPIO signalsMark Langsdorf1-2/+2
2013-07-02Merge branch 'libata/for-3.10-fixes' into libata/for-3.11Tejun Heo1-2/+18
2013-06-06sata highbank: add bit-banged SGPIO driver supportMark Langsdorf1-6/+155
2013-06-03sata_highbank: increase retry count but shorten duration for Calxeda controllerMark Langsdorf1-2/+18
2013-04-30sata_highbank: Rename proc_name to the module nameRobert Richter1-1/+1
2013-04-03sata_highbank: make ahci_highbank_pm_ops staticJingoo Han1-1/+1
2013-01-03Drivers: ata: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-12-03sata_highbank: utilize common ata_platform_remove_one()Brian Norris1-11/+1
2012-11-28sata_highbank: use ATA_BUSYSergei Shtylyov1-1/+1
2012-11-16[libata] PM callbacks should be conditionally compiled on CONFIG_PM_SLEEPYuanhan Liu1-1/+1
2012-11-15sata_highbank: mark ahci_highbank_probe as __devinitArnd Bergmann1-1/+1
2012-09-13ata: add platform driver for Calxeda AHCI controllerMark Langsdorf1-0/+450