summaryrefslogtreecommitdiff
path: root/drivers/ata
AgeCommit message (Expand)AuthorFilesLines
2018-12-07scsi: ceva: add ls2080a soc supportPeng Ma1-0/+4
2018-12-07scsi: ceva: add ls1088a soc supportPeng Ma1-4/+18
2018-12-07scsi: ceva: add ls1046a soc supportPeng Ma1-0/+3
2018-09-29Merge tag 'fsl-qoriq-for-v2018.11-rc1' of git://git.denx.de/u-boot-fsl-qoriqTom Rini1-1/+27
2018-09-27scsi: ceva: add ls1021a soc support.Peng Ma1-1/+24
2018-09-27scsi: ceva: add ls1043a soc supportPeng Ma1-0/+3
2018-09-26ata: ahci: Don't cap AHCI port count under CONFIG_DM_SCSITuomas Tynkkynen1-0/+2
2018-09-26ata: ahci: Loop over the actual number of ports, not the maximumTuomas Tynkkynen1-1/+1
2018-07-26scsi: ceva: add ls1012a soc supportYuantian Tang1-35/+52
2018-05-29ata: ahci_mvebu: add scsi supportKen Ma2-1/+17
2018-05-29ata: ahci_mvebu: a8040 a0: remove bad port register offsets workaroundsDavid Sniatkiwicz1-8/+0
2018-05-29ata: mvebu: move mvebu sata driver to drivers/ata directoryKen Ma3-0/+62
2018-05-11scsi: ceva: Convert driver to use UCLASS_AHCI instead of SCSIMichal Simek1-16/+20
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini19-39/+19
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-04-13dwc_ahci: Fix breakageJean-Jacques Hiblot1-13/+10
2018-02-09Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford1-0/+1
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