summaryrefslogtreecommitdiffstats
path: root/drivers/ata/ahci_st.c
Commit message (Expand)AuthorAgeFilesLines
* ata: libata: Make ata_platform_remove_one return voidUwe Kleine-König2023-05-151-1/+1
* scsi: ata: Declare SCSI host templates constBart Van Assche2023-03-241-1/+1
* ata: ahci_st: Fix compilation warningDamien Le Moal2022-10-171-1/+1
* ata: ahci_st: Fix compilation warningDamien Le Moal2022-09-201-1/+0
* ata: libahci_platform: Parse ports-implemented property in resources getterSerge Semin2022-09-171-3/+0
* ata: Drop commas after OF match table sentinelsGeert Uytterhoeven2022-03-071-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* ata: add an extra argument to ahci_platform_get_resources()Kunihiko Hayashi2018-08-221-1/+1
* ahci: st: Add ports-implemented property in supportPatrice Chotard2016-08-101-0/+4
* ata: ahci_st: fixup layering violations / drvdata errorsPeter Griffin2015-04-201-25/+24
* ahci: st: st_configure_oob must be called after IP is clocked.Peter Griffin2015-04-011-2/+4
* ata: ahci_platform: fix owner module reference mismatch for scsi hostAkinobu Mita2015-01-281-2/+9
* ata: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* ata: libahci_platform: move port_map parameters into the AHCI structureAntoine Ténart2014-07-301-1/+1
* ahci: st: Make of_device_id array constKiran Padwal2014-07-221-1/+1
* libahci_platform: add host_flags parameter in ahci_platform_init_host()Kefeng Wang2014-05-141-1/+1
* ata: ahci_st: remove deprecated struct ahci_platform_data usageBartlomiej Zolnierkiewicz2014-03-141-11/+9
* ata: ahci_st: build fixesBartlomiej Zolnierkiewicz2014-03-141-7/+5
* ahci: st: Invoke AHCI Platform Suspend/ResumeLee Jones2014-03-141-1/+5
* ahci: st: Utilise ata_platform_remove_one() callLee Jones2014-03-141-18/+26
* ahci: st: Remove legacy dependencies on PHYLee Jones2014-03-141-2/+0
* ahci: st: Standardise naming conventionsLee Jones2014-03-141-1/+1
* ahci: st: Add support for ST's SATA IPLee Jones2014-03-141-0/+239