summaryrefslogtreecommitdiff
path: root/include/ahci.h
AgeCommit message (Expand)AuthorFilesLines
2021-09-14pci: acpi: Drop DM_PCI check from ahciSimon Glass1-4/+0
2019-05-18ata: ahci: drop read-only ahci_ioports membersChristian Gmeiner1-2/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-11-28ata: Fix ahci wordingMichal Simek1-4/+4
2017-08-17dm: sata: Update the AHCI uclass to support operationsSimon Glass1-0/+54
2017-08-01ahci: Support non-PCI controllersSimon Glass1-1/+13
2017-07-11dm: ahci: Add a driver for SCSI on AHCISimon Glass1-0/+22
2017-07-11dm: ahci: Drop use of probe_entSimon Glass1-0/+7
2017-07-11dm: ahci: Unwind the confusing init codeSimon Glass1-0/+14
2017-07-11dm: sata: Move ataid into struct ahci_uc_privSimon Glass1-0/+1
2017-07-11dm: ahci: Rename struct ahci_probe_entSimon Glass1-1/+12
2016-12-20dm: Add support for scsi/sata based devicesMichal Simek1-1/+1
2016-12-09Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze"Tom Rini1-1/+1
2016-12-08dm: Add support for scsi/sata based devicesMichal Simek1-1/+1
2016-01-12dm: ahci: Convert to use new DM PCI APISimon Glass1-0/+4
2015-07-09ahci: Fix compiling warnings under 64bit platformsTang Yuantian1-4/+4
2015-04-18ahci: mmio_base is a virtual addressScott Wood1-3/+3
2015-01-05ahci: introduce ahci_reset()Dmitry Lifshitz1-0/+1
2014-07-31ahci: provide sunxi SATA driver using AHCI platform frameworkIan Campbell1-0/+4
2013-09-06ahci: convert to use libata functions and definitionsRob Herring1-23/+0
2013-09-06ahci: add defines for PORT_SCR_STAT register bitsRob Herring1-0/+5
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-18/+1
2012-11-03ahci: cosmetics and cleanupStefan Reinauer1-0/+1
2012-05-15SATA: add driver for MX5 / MX6 SOCsStefano Babic1-2/+3
2011-07-26scsi/ahci: add support for non-PCI controllersRob Herring1-0/+4
2009-07-29Update Freescale copyrights to remove "All Rights Reserved"Kumar Gala1-1/+1
2008-05-21Big white-space cleanup.Wolfgang Denk1-5/+5
2006-08-23Add AHCI support to u-bootJin Zhengxiong1-0/+190