summaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_highbank.c
Commit message (Expand)AuthorAgeFilesLines
* remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-271-1/+1
* ahci: Store irq number in struct ahci_host_privRobert Richter2015-06-031-1/+2
* ata: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* AHCI: Move host activation code into ahci_host_activate()Alexander Gordeev2014-10-061-2/+1
* ata: libahci_platform: move port_map parameters into the AHCI structureAntoine Ténart2014-07-301-1/+1
* ata: sata_highbank: remove superfluous castBartlomiej Zolnierkiewicz2014-03-261-1/+1
* libahci: Allow drivers to override start_engineHans de Goede2014-02-221-1/+2
* ata: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-131-1/+0
* sata-highbank: Remove unnecessary ahci_platform.h includeHans de Goede2014-01-191-1/+0
* sata_highbank: clear whole array in highbank_initialize_phys()Dan Carpenter2013-10-271-5/+3
* Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2013-09-031-13/+61
|\
| * sata, highbank: send extra clock cycles in SGPIO patternsMark Langsdorf2013-08-141-0/+13
| * sata, highbank: set tx_atten override bitsMark Langsdorf2013-08-141-13/+45
| * sata highbank: enable 64-bit DMA mask when using LPAERob Herring2013-08-091-0/+3
* | sata, highbank: fix ordering of SGPIO signalsMark Langsdorf2013-08-091-2/+2
|/
* Merge branch 'libata/for-3.10-fixes' into libata/for-3.11Tejun Heo2013-07-021-2/+18
|\
| * sata_highbank: increase retry count but shorten duration for Calxeda controllerMark Langsdorf2013-06-031-2/+18
* | sata highbank: add bit-banged SGPIO driver supportMark Langsdorf2013-06-061-6/+155
|/
* sata_highbank: Rename proc_name to the module nameRobert Richter2013-04-301-1/+1
* sata_highbank: make ahci_highbank_pm_ops staticJingoo Han2013-04-031-1/+1
* Drivers: ata: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
* sata_highbank: utilize common ata_platform_remove_one()Brian Norris2012-12-031-11/+1
* sata_highbank: use ATA_BUSYSergei Shtylyov2012-11-281-1/+1
* [libata] PM callbacks should be conditionally compiled on CONFIG_PM_SLEEPYuanhan Liu2012-11-161-1/+1
* sata_highbank: mark ahci_highbank_probe as __devinitArnd Bergmann2012-11-151-1/+1
* ata: add platform driver for Calxeda AHCI controllerMark Langsdorf2012-09-131-0/+450