aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/ahci_st.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-17ata: ahci_st: Fix compilation warningDamien Le Moal1-1/+1
2022-09-20ata: ahci_st: Fix compilation warningDamien Le Moal1-1/+0
2022-09-17ata: libahci_platform: Parse ports-implemented property in resources getterSerge Semin1-3/+0
2022-03-07ata: Drop commas after OF match table sentinelsGeert Uytterhoeven1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-08-22ata: add an extra argument to ahci_platform_get_resources()Kunihiko Hayashi1-1/+1
2016-08-10ahci: st: Add ports-implemented property in supportPatrice Chotard1-0/+4
2015-04-20ata: ahci_st: fixup layering violations / drvdata errorsPeter Griffin1-25/+24
2015-04-01ahci: st: st_configure_oob must be called after IP is clocked.Peter Griffin1-2/+4
2015-01-28ata: ahci_platform: fix owner module reference mismatch for scsi hostAkinobu Mita1-2/+9
2014-10-20ata: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-30ata: libahci_platform: move port_map parameters into the AHCI structureAntoine Ténart1-1/+1
2014-07-22ahci: st: Make of_device_id array constKiran Padwal1-1/+1
2014-05-14libahci_platform: add host_flags parameter in ahci_platform_init_host()Kefeng Wang1-1/+1
2014-03-14ata: ahci_st: remove deprecated struct ahci_platform_data usageBartlomiej Zolnierkiewicz1-11/+9
2014-03-14ata: ahci_st: build fixesBartlomiej Zolnierkiewicz1-7/+5
2014-03-14ahci: st: Invoke AHCI Platform Suspend/ResumeLee Jones1-1/+5
2014-03-14ahci: st: Utilise ata_platform_remove_one() callLee Jones1-18/+26
2014-03-14ahci: st: Remove legacy dependencies on PHYLee Jones1-2/+0
2014-03-14ahci: st: Standardise naming conventionsLee Jones1-1/+1
2014-03-14ahci: st: Add support for ST's SATA IPLee Jones1-0/+239