summaryrefslogtreecommitdiff
path: root/drivers/ata/ahci.c
Commit message (Expand)AuthorAgeFilesLines
* ata: ahci: drop read-only ahci_ioports membersChristian Gmeiner2019-05-181-12/+0
* ata: ahci: fix memory leakChristian Gmeiner2019-05-091-4/+1
* ata: ahci: Don't cap AHCI port count under CONFIG_DM_SCSITuomas Tynkkynen2018-09-251-0/+2
* ata: ahci: Loop over the actual number of ports, not the maximumTuomas Tynkkynen2018-09-251-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* ata: Fix ahci wordingMichal Simek2017-11-281-2/+2
* dm: ahci: Correct uclass private dataSimon Glass2017-08-011-1/+1
* ahci: Support non-PCI controllersSimon Glass2017-08-011-9/+17
* dm: ahci: Avoid scsi_scan_dev() in ahci_probe_scsi()Bin Meng2017-07-281-5/+0
* dm: ahci: Add a driver for SCSI on AHCISimon Glass2017-07-111-0/+57
* dm: scsi: Adjust return value of scsi_exec()Simon Glass2017-07-111-3/+3
* dm: scsi: Add operations for SCSI devicesSimon Glass2017-07-111-0/+7
* dm: ahci: Create a local version of two SCSI functionsSimon Glass2017-07-111-2/+13
* dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()Simon Glass2017-07-111-3/+12
* dm: ahci: Drop use of probe_entSimon Glass2017-07-111-29/+44
* dm: ahci: Unwind the confusing init codeSimon Glass2017-07-111-6/+20
* dm: ahci: Move common code for starting ports into a functionSimon Glass2017-07-111-23/+22
* dm: ahci: Refactor to avoid static variablesSimon Glass2017-07-111-68/+76
* dm: sata: Move ataid into struct ahci_uc_privSimon Glass2017-07-111-23/+27
* dm: ahci: Rename struct ahci_probe_entSimon Glass2017-07-111-8/+8
* dm: scsi: Use the uclass platform dataSimon Glass2017-07-111-1/+1
* dm: scsi: Drop the ccb typedefSimon Glass2017-07-111-6/+6
* sata: Move drivers into new drivers/ata directorySimon Glass2017-07-111-0/+1094