summaryrefslogtreecommitdiff
path: root/drivers/ata
AgeCommit message (Expand)AuthorFilesLines
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-07ata: don't use SYS_SCSI_MAX_SCSI_ID for SATAHeinrich Schuchardt2-2/+10
2023-04-07ata: fix requirements for CONFIG_AHCI_PCIHeinrich Schuchardt1-0/+1
2023-01-24ata: 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-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