Merge git://git.denx.de/u-boot-socfpga
[platform/kernel/u-boot.git] / drivers / ata / ahci.c
2017-07-29 Tom RiniMerge git://git.denx.de/u-boot-socfpga
2017-07-29 Tom RiniMerge git://git.denx.de/u-boot-usb
2017-07-28 Bin Mengdm: ahci: Avoid scsi_scan_dev() in ahci_probe_scsi()
2017-07-12 Tom RiniMerge git://git.denx.de/u-boot-dm
2017-07-11 Simon Glassdm: ahci: Add a driver for SCSI on AHCI
2017-07-11 Simon Glassdm: scsi: Adjust return value of scsi_exec()
2017-07-11 Simon Glassdm: scsi: Add operations for SCSI devices
2017-07-11 Simon Glassdm: ahci: Create a local version of two SCSI functions
2017-07-11 Simon Glassdm: scsi: Add a device pointer to scan_exec(), scsi_bus...
2017-07-11 Simon Glassdm: ahci: Drop use of probe_ent
2017-07-11 Simon Glassdm: ahci: Unwind the confusing init code
2017-07-11 Simon Glassdm: ahci: Move common code for starting ports into...
2017-07-11 Simon Glassdm: ahci: Refactor to avoid static variables
2017-07-11 Simon Glassdm: sata: Move ataid into struct ahci_uc_priv
2017-07-11 Simon Glassdm: ahci: Rename struct ahci_probe_ent
2017-07-11 Simon Glassdm: scsi: Use the uclass platform data
2017-07-11 Simon Glassdm: scsi: Drop the ccb typedef
2017-07-11 Simon Glasssata: Move drivers into new drivers/ata directory