summaryrefslogtreecommitdiff
path: root/drivers/ata
AgeCommit message (Expand)AuthorFilesLines
2022-09-25blk: Rename if_type to uclass_idSimon Glass1-1/+1
2022-09-16blk: Switch over to using uclass IDsSimon Glass5-5/+5
2022-09-16blk: Select SPL_LEGACY_BLOCK automaticallySimon Glass1-1/+0
2022-09-16blk: Rename HAVE_BLOCK_DEVICESimon Glass1-1/+1
2022-09-16ata: Fix an instance of SPL_SATA_SUPPORTSimon Glass1-1/+1
2022-09-16blk: Enable CONFIG_BLK for all mediaSimon Glass1-1/+0
2022-06-29ata: sata_sil: Remove useless BLK guard in sata_sil.hTom Rini1-2/+0
2022-06-29Convert CONFIG_LBA48 et al to KconfigTom Rini1-0/+1
2022-06-29Convert CONFIG_FSL_SATA_V2 to KconfigTom Rini1-0/+7
2022-06-29ata: fsl_sata: Remove legacy non-BLK codeTom Rini2-69/+3
2022-06-29ata: dwc_ahsata: Remove legacy non-CONFIG_AHCI codeTom Rini1-133/+0
2022-05-04pci: Add mask parameter to dm_pci_map_bar()Andrew Scull2-5/+8
2022-05-03pci: Map bars with offset and lengthAndrew Scull2-6/+6
2022-04-11ahci: add PCI bindings for Marvell 88SE6121/45 SATA controllersHajo Noerenberg1-0/+2
2022-04-09sata: call device_probe() after scanningAKASHI Takahiro4-0/+33
2022-02-21Merge tag 'xilinx-for-v2022.04-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini1-0/+44
2022-02-15scsi: ceva: Enable PHY and reset supportMichal Simek1-0/+44
2022-02-09Convert CONFIG_SCSI_AHCI_PLAT et al to KconfigSimon Glass1-0/+10
2022-02-09ahci: Make ahci drivers depend on AHCISimon Glass1-13/+13
2022-02-09sata: sata_sil: Only support BLKSimon Glass1-115/+3
2022-02-09sata: Rearrange Kconfig for SATASimon Glass1-34/+37
2022-02-09sata: Only support BLKSimon Glass2-30/+1
2022-02-09sata: Drop Silicon Image SIL3114 SATA driverSimon Glass4-978/+0
2021-11-09scsi: ceva: rename the resource name to match the linux kernel oneMichael Walle1-1/+1
2021-09-16pci: Fix mismerge with v2021.10-rc4Tom Rini1-1/+1
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini2-59/+10
2021-09-14pci: acpi: Drop DM_PCI check from ahciSimon Glass1-55/+0
2021-09-10arm: mvebu : sata_mv should probe all portsTony Dinh1-4/+10
2021-09-02ata: ahci-pci: Add new option CONFIG_SPL_AHCI_PCIPali Rohár2-1/+7
2021-09-02ata: ahci-pci: Fix dependency on DM_PCIPali Rohár1-0/+1
2021-08-11arm: mvebu: sata_mv failed to identify HDDs during cold startTony Dinh1-2/+27
2021-08-06pci: sata_sil: Drop DM_PCI checksSimon Glass2-12/+0
2021-07-07Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini1-0/+2
2021-07-06ata: ahci-pci: Use scsi_ops to initialize opsMasami Hiramatsu1-0/+2
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-05-24ata: ahci: fix ahci_link_up() type mismatch for LTOMarek Behún1-1/+1
2021-05-11ata: Make LIBATA means AHCI is enabled mandatory.Tom Rini1-2/+4
2021-04-23ata: ahci: Fix usage on big-endian platformsStefan Roese1-12/+11
2021-04-23sata: ahci_mvebu.c: Enable AHCI/SATA driver for MIPS OcteonStefan Roese2-2/+3
2021-04-20drivers: ata: ahci: update max id if it is more than available portsSuneel Garapati1-0/+3
2021-04-10drivers: ata: Remove mvsata_ide driverTom Rini3-206/+0
2021-04-10ata: DWC_AHSATA depends on BLKTom Rini1-0/+1
2021-03-19ahci: mediatek: fix undefined reference of dev_errFrank Wunderlich1-0/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass3-0/+4
2021-02-01ata: sunxi: fix debug messagesDario Binacchi1-4/+4
2021-01-05dm: core: Access device ofnode through functionsSimon Glass1-1/+2
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-3/+3
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass4-8/+8
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass3-28/+28
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass5-13/+13