aboutsummaryrefslogtreecommitdiff
path: root/drivers/ata/sata_highbank.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-07ata: Drop commas after OF match table sentinelsGravatar Geert Uytterhoeven 1-1/+1
2022-02-20ata: add/use ata_taskfile::{error|status} fieldsGravatar Sergey Shtylyov 1-1/+1
2022-02-19ata: libata: make ata_host_suspend() *void*Gravatar Sergey Shtylyov 1-1/+2
2021-11-11ata: sata_highbank: Remove unnecessary print function dev_err()Gravatar Xu Wang 1-3/+1
2021-05-18sata_highbank: fix deferred probingGravatar Sergey Shtylyov 1-2/+4
2020-10-02sata, highbank: simplify the return expression of ahci_highbank_suspendGravatar Liu Shixin 1-6/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Gravatar Thomas Gleixner 1-12/+1
2018-12-04ata: sata_highbank: Convert to use GPIO descriptorsGravatar Linus Walleij 1-20/+17
2018-04-26libahci: Allow drivers to override stop_engineGravatar Evan Wang 1-1/+1
2016-05-27remove lots of IS_ERR_VALUE abusesGravatar Arnd Bergmann 1-1/+1
2015-06-03ahci: Store irq number in struct ahci_host_privGravatar Robert Richter 1-1/+2
2014-10-20ata: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-10-06AHCI: Move host activation code into ahci_host_activate()Gravatar Alexander Gordeev 1-2/+1
2014-07-30ata: libahci_platform: move port_map parameters into the AHCI structureGravatar Antoine Ténart 1-1/+1
2014-03-26ata: sata_highbank: remove superfluous castGravatar Bartlomiej Zolnierkiewicz 1-1/+1
2014-02-22libahci: Allow drivers to override start_engineGravatar Hans de Goede 1-1/+2
2014-02-13ata: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2014-01-19sata-highbank: Remove unnecessary ahci_platform.h includeGravatar Hans de Goede 1-1/+0
2013-10-27sata_highbank: clear whole array in highbank_initialize_phys()Gravatar Dan Carpenter 1-5/+3
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Gravatar Linus Torvalds 1-13/+61
2013-08-14sata, highbank: send extra clock cycles in SGPIO patternsGravatar Mark Langsdorf 1-0/+13
2013-08-14sata, highbank: set tx_atten override bitsGravatar Mark Langsdorf 1-13/+45
2013-08-09sata highbank: enable 64-bit DMA mask when using LPAEGravatar Rob Herring 1-0/+3
2013-08-09sata, highbank: fix ordering of SGPIO signalsGravatar Mark Langsdorf 1-2/+2
2013-07-02Merge branch 'libata/for-3.10-fixes' into libata/for-3.11Gravatar Tejun Heo 1-2/+18
2013-06-06sata highbank: add bit-banged SGPIO driver supportGravatar Mark Langsdorf 1-6/+155
2013-06-03sata_highbank: increase retry count but shorten duration for Calxeda controllerGravatar Mark Langsdorf 1-2/+18
2013-04-30sata_highbank: Rename proc_name to the module nameGravatar Robert Richter 1-1/+1
2013-04-03sata_highbank: make ahci_highbank_pm_ops staticGravatar Jingoo Han 1-1/+1
2013-01-03Drivers: ata: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-1/+1
2012-12-03sata_highbank: utilize common ata_platform_remove_one()Gravatar Brian Norris 1-11/+1
2012-11-28sata_highbank: use ATA_BUSYGravatar Sergei Shtylyov 1-1/+1
2012-11-16[libata] PM callbacks should be conditionally compiled on CONFIG_PM_SLEEPGravatar Yuanhan Liu 1-1/+1
2012-11-15sata_highbank: mark ahci_highbank_probe as __devinitGravatar Arnd Bergmann 1-1/+1
2012-09-13ata: add platform driver for Calxeda AHCI controllerGravatar Mark Langsdorf 1-0/+450