summaryrefslogtreecommitdiff
path: root/drivers/ata
AgeCommit message (Expand)Author
2018-04-27MLK-14938-18 sata: Add i.MX8 SATA supportYe Li
2018-04-27MLK-14930-2 dwc_ahsata: Fix memory issue in reset_sataYe Li
2018-02-08Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford
2017-12-12ata: Migrate CONFIG_MVSATA_IDE to KconfigTuomas Tynkkynen
2017-12-12ata: Migrate CONFIG_LIBATA to KconfigTuomas Tynkkynen
2017-12-12ata: Migrate CONFIG_SCSI_AHCI to KconfigTuomas Tynkkynen
2017-12-12ata: Migrate CONFIG_DWC_AHSATA to KconfigTuomas Tynkkynen
2017-12-12ata: Migrate CONFIG_FSL_SATA to KconfigTuomas Tynkkynen
2017-12-12ata: Migrate CONFIG_SATA_MV to KconfigTuomas Tynkkynen
2017-12-12ata: Migrate CONFIG_SATA_SIL3114 to KconfigTuomas Tynkkynen
2017-12-12ata: Migrate CONFIG_SATA_SIL to KconfigTuomas Tynkkynen
2017-12-12ata: Drop CONFIG_MX51_PATATuomas Tynkkynen
2017-12-12ata: Drop CONFIG_SATA_DWCTuomas Tynkkynen
2017-11-28ata: Fix ahci wordingMichal Simek
2017-11-03scsi: ceva: Start port in probeMichal Simek
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada
2017-09-12dma: import linux/dma-direction.h to consolidate enum dma_data_directionMasahiro Yamada
2017-08-17dm: sata: dwc_ahsata: Add support for driver modelSimon Glass
2017-08-17dm: sata: Update the AHCI uclass to support operationsSimon Glass
2017-08-17dm: sata: dw_sata: Set up common versions of operationsSimon Glass
2017-08-17dm: sata: dw_sata: More ahci_init_one() futher downSimon Glass
2017-08-17dm: sata: dw_sata: Drop is_readySimon Glass
2017-08-17dm: sata: dw_sata: Rename the dwc_ahsata private headerSimon Glass
2017-08-17dm: sata: dw_sata: Sort #include directivesSimon Glass
2017-08-17dm: sata: dw_sata: Drop unnecessary bracketsSimon Glass
2017-08-17dm: sata: dw_sata: Pass uc_priv to internal functionsSimon Glass
2017-08-17dm: sata: dw_sata: Drop unnecessary castsSimon Glass
2017-08-17dm: sata: dw_sata: Rename 'probe_ent' to uc_privSimon Glass
2017-08-17dm: sata: dw_sata: Move exported functions to the endSimon Glass
2017-08-17dm: sata: dw_sata: Drop dwc_ahsata_rw_ncq_cmd()Simon Glass
2017-08-17dm: sata: dwc_ahsata: Make functions staticSimon Glass
2017-08-03ahci-pci: Update call to ahci_probe_scsi_pci()Bin Meng
2017-08-01Merge git://git.denx.de/u-boot-x86Tom Rini
2017-08-01dm: scsi: Add a generic PCI-based AHCI driverBin Meng
2017-08-01dm: ahci: Correct uclass private dataSimon Glass
2017-08-01dm: scsi: Drop duplicate SCSI and DM_SCSI optionsSimon Glass
2017-08-01ahci: Support non-PCI controllersSimon Glass
2017-07-28dm: ahci: Avoid scsi_scan_dev() in ahci_probe_scsi()Bin Meng
2017-07-11dm: ahci: Add a driver for SCSI on AHCISimon Glass
2017-07-11dm: scsi: Adjust return value of scsi_exec()Simon Glass
2017-07-11dm: scsi: Add operations for SCSI devicesSimon Glass
2017-07-11dm: ahci: Create a local version of two SCSI functionsSimon Glass
2017-07-11dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()Simon Glass
2017-07-11dm: ahci: Drop use of probe_entSimon Glass
2017-07-11dm: ahci: Unwind the confusing init codeSimon Glass
2017-07-11dm: ahci: Move common code for starting ports into a functionSimon Glass
2017-07-11dm: ahci: Refactor to avoid static variablesSimon Glass
2017-07-11dm: sata: Move ataid into struct ahci_uc_privSimon Glass
2017-07-11dm: ahci: Rename struct ahci_probe_entSimon Glass
2017-07-11dm: scsi: Use the uclass platform dataSimon Glass