summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* ahci-pci: Update call to ahci_probe_scsi_pci()Bin Meng2017-08-031-1/+1
* Merge git://git.denx.de/u-boot-x86Tom Rini2017-08-013-0/+49
|\
| * dm: scsi: Add a generic PCI-based AHCI driverBin Meng2017-08-013-0/+49
* | dm: ahci: Correct uclass private dataSimon Glass2017-08-012-1/+3
* | dm: scsi: Drop duplicate SCSI and DM_SCSI optionsSimon Glass2017-08-011-18/+0
* | 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-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