summaryrefslogtreecommitdiff
path: root/drivers/ata
AgeCommit message (Expand)AuthorFilesLines
2017-08-01ahci: Support non-PCI controllersSimon Glass1-9/+17
2017-07-28dm: ahci: Avoid scsi_scan_dev() in ahci_probe_scsi()Bin Meng1-5/+0
2017-07-11dm: ahci: Add a driver for SCSI on AHCISimon Glass1-0/+57
2017-07-11dm: scsi: Adjust return value of scsi_exec()Simon Glass1-3/+3
2017-07-11dm: scsi: Add operations for SCSI devicesSimon Glass3-0/+9
2017-07-11dm: ahci: Create a local version of two SCSI functionsSimon Glass1-2/+13
2017-07-11dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()Simon Glass1-3/+12
2017-07-11dm: ahci: Drop use of probe_entSimon Glass2-30/+45
2017-07-11dm: ahci: Unwind the confusing init codeSimon Glass3-8/+27
2017-07-11dm: ahci: Move common code for starting ports into a functionSimon Glass1-23/+22
2017-07-11dm: ahci: Refactor to avoid static variablesSimon Glass1-68/+76
2017-07-11dm: sata: Move ataid into struct ahci_uc_privSimon Glass1-23/+27
2017-07-11dm: ahci: Rename struct ahci_probe_entSimon Glass2-45/+45
2017-07-11dm: scsi: Use the uclass platform dataSimon Glass3-6/+4
2017-07-11dm: scsi: Drop the ccb typedefSimon Glass1-6/+6
2017-07-11sata: Move drivers into new drivers/ata directorySimon Glass22-0/+10067