summaryrefslogtreecommitdiff
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* 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-113-0/+9
* 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-112-30/+45
* dm: ahci: Unwind the confusing init codeSimon Glass2017-07-113-8/+27
* 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-112-45/+45
* dm: scsi: Use the uclass platform dataSimon Glass2017-07-113-6/+4
* dm: scsi: Drop the ccb typedefSimon Glass2017-07-111-6/+6
* sata: Move drivers into new drivers/ata directorySimon Glass2017-07-1122-0/+10067