summaryrefslogtreecommitdiff
path: root/drivers/ata
AgeCommit message (Expand)AuthorFilesLines
2017-08-17dm: sata: dw_sata: Rename 'probe_ent' to uc_privSimon Glass1-90/+85
2017-08-17dm: sata: dw_sata: Move exported functions to the endSimon Glass1-62/+62
2017-08-17dm: sata: dw_sata: Drop dwc_ahsata_rw_ncq_cmd()Simon Glass1-43/+0
2017-08-17dm: sata: dwc_ahsata: Make functions staticSimon Glass1-6/+6
2017-08-03ahci-pci: Update call to ahci_probe_scsi_pci()Bin Meng1-1/+1
2017-08-01Merge git://git.denx.de/u-boot-x86Tom Rini3-0/+49
2017-08-01dm: scsi: Add a generic PCI-based AHCI driverBin Meng3-0/+49
2017-08-01dm: ahci: Correct uclass private dataSimon Glass2-1/+3
2017-08-01dm: scsi: Drop duplicate SCSI and DM_SCSI optionsSimon Glass1-18/+0
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