summaryrefslogtreecommitdiff
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* scsi: ceva: add ls2080a soc supportPeng Ma2018-12-061-0/+4
* scsi: ceva: add ls1088a soc supportPeng Ma2018-12-061-4/+18
* scsi: ceva: add ls1046a soc supportPeng Ma2018-12-061-0/+3
* Merge tag 'fsl-qoriq-for-v2018.11-rc1' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2018-09-291-1/+27
|\
| * scsi: ceva: add ls1021a soc support.Peng Ma2018-09-271-1/+24
| * scsi: ceva: add ls1043a soc supportPeng Ma2018-09-271-0/+3
* | ata: ahci: Don't cap AHCI port count under CONFIG_DM_SCSITuomas Tynkkynen2018-09-251-0/+2
* | ata: ahci: Loop over the actual number of ports, not the maximumTuomas Tynkkynen2018-09-251-1/+1
|/
* scsi: ceva: add ls1012a soc supportYuantian Tang2018-07-261-35/+52
* ata: ahci_mvebu: add scsi supportKen Ma2018-05-292-1/+17
* ata: ahci_mvebu: a8040 a0: remove bad port register offsets workaroundsDavid Sniatkiwicz2018-05-291-8/+0
* ata: mvebu: move mvebu sata driver to drivers/ata directoryKen Ma2018-05-293-0/+62
* scsi: ceva: Convert driver to use UCLASS_AHCI instead of SCSIMichal Simek2018-05-111-16/+20
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0719-39/+19
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* dwc_ahci: Fix breakageJean-Jacques Hiblot2018-04-131-13/+10
* 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