summaryrefslogtreecommitdiff
path: root/drivers/ata
AgeCommit message (Expand)AuthorFilesLines
2017-12-13ata: Migrate CONFIG_MVSATA_IDE to KconfigTuomas Tynkkynen1-0/+6
2017-12-13ata: Migrate CONFIG_LIBATA to KconfigTuomas Tynkkynen1-0/+11
2017-12-13ata: Migrate CONFIG_SCSI_AHCI to KconfigTuomas Tynkkynen1-0/+5
2017-12-12ata: Migrate CONFIG_DWC_AHSATA to KconfigTuomas Tynkkynen1-0/+6
2017-12-12ata: Migrate CONFIG_FSL_SATA to KconfigTuomas Tynkkynen1-0/+6
2017-12-12ata: Migrate CONFIG_SATA_MV to KconfigTuomas Tynkkynen1-0/+6
2017-12-12ata: Migrate CONFIG_SATA_SIL3114 to KconfigTuomas Tynkkynen1-0/+5
2017-12-12ata: Migrate CONFIG_SATA_SIL to KconfigTuomas Tynkkynen1-0/+6
2017-12-12ata: Drop CONFIG_MX51_PATATuomas Tynkkynen2-130/+0
2017-12-12ata: Drop CONFIG_SATA_DWCTuomas Tynkkynen3-2536/+0
2017-11-28ata: Fix ahci wordingMichal Simek3-5/+5
2017-11-03scsi: ceva: Start port in probeMichal Simek1-1/+6
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-3/+3
2017-09-13dma: import linux/dma-direction.h to consolidate enum dma_data_directionMasahiro Yamada2-7/+1
2017-08-17dm: sata: dwc_ahsata: Add support for driver modelSimon Glass1-0/+113
2017-08-17dm: sata: Update the AHCI uclass to support operationsSimon Glass1-0/+37
2017-08-17dm: sata: dw_sata: Set up common versions of operationsSimon Glass1-105/+131
2017-08-17dm: sata: dw_sata: More ahci_init_one() futher downSimon Glass1-33/+33
2017-08-17dm: sata: dw_sata: Drop is_readySimon Glass1-4/+0
2017-08-17dm: sata: dw_sata: Rename the dwc_ahsata private headerSimon Glass2-4/+4
2017-08-17dm: sata: dw_sata: Sort #include directivesSimon Glass1-7/+6
2017-08-17dm: sata: dw_sata: Drop unnecessary bracketsSimon Glass1-50/+48
2017-08-17dm: sata: dw_sata: Pass uc_priv to internal functionsSimon Glass1-48/+41
2017-08-17dm: sata: dw_sata: Drop unnecessary castsSimon Glass1-38/+22
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