summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford2018-02-081-0/+1
* ata: Migrate CONFIG_MVSATA_IDE to KconfigTuomas Tynkkynen2017-12-121-0/+6
* ata: Migrate CONFIG_LIBATA to KconfigTuomas Tynkkynen2017-12-121-0/+11
* ata: Migrate CONFIG_SCSI_AHCI to KconfigTuomas Tynkkynen2017-12-121-0/+5
* ata: Migrate CONFIG_DWC_AHSATA to KconfigTuomas Tynkkynen2017-12-121-0/+6
* ata: Migrate CONFIG_FSL_SATA to KconfigTuomas Tynkkynen2017-12-121-0/+6
* ata: Migrate CONFIG_SATA_MV to KconfigTuomas Tynkkynen2017-12-121-0/+6
* ata: Migrate CONFIG_SATA_SIL3114 to KconfigTuomas Tynkkynen2017-12-121-0/+5
* ata: Migrate CONFIG_SATA_SIL to KconfigTuomas Tynkkynen2017-12-121-0/+6
* ata: Drop CONFIG_MX51_PATATuomas Tynkkynen2017-12-122-130/+0
* ata: Drop CONFIG_SATA_DWCTuomas Tynkkynen2017-12-123-2536/+0
* ata: Fix ahci wordingMichal Simek2017-11-283-5/+5
* scsi: ceva: Start port in probeMichal Simek2017-11-031-1/+6
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-3/+3
* dma: import linux/dma-direction.h to consolidate enum dma_data_directionMasahiro Yamada2017-09-122-7/+1
* dm: sata: dwc_ahsata: Add support for driver modelSimon Glass2017-08-171-0/+113
* dm: sata: Update the AHCI uclass to support operationsSimon Glass2017-08-171-0/+37
* dm: sata: dw_sata: Set up common versions of operationsSimon Glass2017-08-171-105/+131
* dm: sata: dw_sata: More ahci_init_one() futher downSimon Glass2017-08-171-33/+33
* dm: sata: dw_sata: Drop is_readySimon Glass2017-08-171-4/+0
* dm: sata: dw_sata: Rename the dwc_ahsata private headerSimon Glass2017-08-172-4/+4
* dm: sata: dw_sata: Sort #include directivesSimon Glass2017-08-171-7/+6
* dm: sata: dw_sata: Drop unnecessary bracketsSimon Glass2017-08-171-50/+48
* dm: sata: dw_sata: Pass uc_priv to internal functionsSimon Glass2017-08-171-48/+41
* dm: sata: dw_sata: Drop unnecessary castsSimon Glass2017-08-171-38/+22
* dm: sata: dw_sata: Rename 'probe_ent' to uc_privSimon Glass2017-08-171-90/+85
* dm: sata: dw_sata: Move exported functions to the endSimon Glass2017-08-171-62/+62
* dm: sata: dw_sata: Drop dwc_ahsata_rw_ncq_cmd()Simon Glass2017-08-171-43/+0
* dm: sata: dwc_ahsata: Make functions staticSimon Glass2017-08-171-6/+6
* 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