aboutsummaryrefslogtreecommitdiff
path: root/drivers/ata
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Merge tag 'v2024.01-rc3' into nextTom Rini1-1/+1
2023-11-10bootstd: Skip over bad device during bootflows scanningTony Dinh1-1/+1
2023-11-07scsi: Forceably finish migration to DM_SCSIWIP/07Nov2023-nextTom Rini5-276/+6
2023-10-23bootstd: sata: bootdev scanning for ahci sata with no drive attachedWIP/2023-10-23-bootstd-fixes-and-improvementsTony Dinh1-0/+6
2023-10-23bootstd: sata: Add bootstd support for ahci sataTony Dinh3-1/+95
2023-10-22sunxi: remove CONFIG_SATAPWRAndre Przywara1-0/+9
2023-10-16arm: mvebu: sata_mv: Add bootstd hook to enable sata_bootdevTony Dinh1-1/+7
2023-10-10blk: Use a macro for the typical block sizeBin Meng4-4/+8
2023-09-24common: Drop linux/printk.h from common headerSimon Glass1-0/+1
2023-09-13scsi: ceva: Use generic_phy_valid() helperJonas Karlman1-1/+1
2023-07-28ata: dwc_ahci: Fix support for other platformsJonas Karlman1-0/+4
2023-07-21arm64: zynqmp: Switch to amd.com emailsMichal Simek1-1/+1
2023-05-06drivers: use dev_read_addr_ptr when cast to pointerJohan Jonker1-1/+1
2023-04-25ata: pci: enable bus masteringChristian Gmeiner1-1/+6
2023-04-06ata: don't use SYS_SCSI_MAX_SCSI_ID for SATAHeinrich Schuchardt2-2/+10
2023-04-06ata: fix requirements for CONFIG_AHCI_PCIHeinrich Schuchardt1-0/+1
2023-01-23ata: Don't try to use non-existent portsSimon Glass1-0/+6
2023-01-11ata: Fix dependency for CONFIG_SATA_SILPali Rohár1-0/+1
2022-12-08ata: ahci-pci: Replace magic constant by macroPali Rohár1-1/+1
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-28ata: sata_sil: Remove useless BLK guard in sata_sil.hTom Rini1-2/+0
2022-06-28Convert CONFIG_LBA48 et al to KconfigTom Rini1-0/+1
2022-06-28Convert CONFIG_FSL_SATA_V2 to KconfigTom Rini1-0/+7
2022-06-28ata: fsl_sata: Remove legacy non-BLK codeTom Rini2-69/+3
2022-06-28ata: dwc_ahsata: Remove legacy non-CONFIG_AHCI codeTom Rini1-133/+0
2022-05-03pci: 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-13pci: 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-01ata: ahci-pci: Add new option CONFIG_SPL_AHCI_PCIPali Rohár2-1/+7
2021-09-01ata: 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