aboutsummaryrefslogtreecommitdiff
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v2024.01-rc3' into nextTom Rini2023-11-201-1/+1
|\
| * bootstd: Skip over bad device during bootflows scanningTony Dinh2023-11-101-1/+1
* | scsi: Forceably finish migration to DM_SCSITom Rini2023-11-075-276/+6
|/
* bootstd: sata: bootdev scanning for ahci sata with no drive attachedTony Dinh2023-10-231-0/+6
* bootstd: sata: Add bootstd support for ahci sataTony Dinh2023-10-233-1/+95
* sunxi: remove CONFIG_SATAPWRAndre Przywara2023-10-221-0/+9
* arm: mvebu: sata_mv: Add bootstd hook to enable sata_bootdevTony Dinh2023-10-161-1/+7
* blk: Use a macro for the typical block sizeBin Meng2023-10-104-4/+8
* common: Drop linux/printk.h from common headerSimon Glass2023-09-241-0/+1
* scsi: ceva: Use generic_phy_valid() helperJonas Karlman2023-09-131-1/+1
* ata: dwc_ahci: Fix support for other platformsJonas Karlman2023-07-281-0/+4
* arm64: zynqmp: Switch to amd.com emailsMichal Simek2023-07-211-1/+1
* drivers: use dev_read_addr_ptr when cast to pointerJohan Jonker2023-05-061-1/+1
* ata: pci: enable bus masteringChristian Gmeiner2023-04-251-1/+6
* ata: don't use SYS_SCSI_MAX_SCSI_ID for SATAHeinrich Schuchardt2023-04-062-2/+10
* ata: fix requirements for CONFIG_AHCI_PCIHeinrich Schuchardt2023-04-061-0/+1
* ata: Don't try to use non-existent portsSimon Glass2023-01-231-0/+6
* ata: Fix dependency for CONFIG_SATA_SILPali Rohár2023-01-111-0/+1
* ata: ahci-pci: Replace magic constant by macroPali Rohár2022-12-081-1/+1
* blk: Rename if_type to uclass_idSimon Glass2022-09-251-1/+1
* blk: Switch over to using uclass IDsSimon Glass2022-09-165-5/+5
* blk: Select SPL_LEGACY_BLOCK automaticallySimon Glass2022-09-161-1/+0
* blk: Rename HAVE_BLOCK_DEVICESimon Glass2022-09-161-1/+1
* ata: Fix an instance of SPL_SATA_SUPPORTSimon Glass2022-09-161-1/+1
* blk: Enable CONFIG_BLK for all mediaSimon Glass2022-09-161-1/+0
* ata: sata_sil: Remove useless BLK guard in sata_sil.hTom Rini2022-06-281-2/+0
* Convert CONFIG_LBA48 et al to KconfigTom Rini2022-06-281-0/+1
* Convert CONFIG_FSL_SATA_V2 to KconfigTom Rini2022-06-281-0/+7
* ata: fsl_sata: Remove legacy non-BLK codeTom Rini2022-06-282-69/+3
* ata: dwc_ahsata: Remove legacy non-CONFIG_AHCI codeTom Rini2022-06-281-133/+0
* pci: Add mask parameter to dm_pci_map_bar()Andrew Scull2022-05-032-5/+8
* pci: Map bars with offset and lengthAndrew Scull2022-05-032-6/+6
* ahci: add PCI bindings for Marvell 88SE6121/45 SATA controllersHajo Noerenberg2022-04-111-0/+2
* sata: call device_probe() after scanningAKASHI Takahiro2022-04-094-0/+33
* Merge tag 'xilinx-for-v2022.04-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2022-02-211-0/+44
|\
| * scsi: ceva: Enable PHY and reset supportMichal Simek2022-02-151-0/+44
* | Convert CONFIG_SCSI_AHCI_PLAT et al to KconfigSimon Glass2022-02-091-0/+10
* | ahci: Make ahci drivers depend on AHCISimon Glass2022-02-091-13/+13
* | sata: sata_sil: Only support BLKSimon Glass2022-02-091-115/+3
* | sata: Rearrange Kconfig for SATASimon Glass2022-02-091-34/+37
* | sata: Only support BLKSimon Glass2022-02-092-30/+1
* | sata: Drop Silicon Image SIL3114 SATA driverSimon Glass2022-02-094-978/+0
|/
* scsi: ceva: rename the resource name to match the linux kernel oneMichael Walle2021-11-091-1/+1
* pci: Fix mismerge with v2021.10-rc4Tom Rini2021-09-161-1/+1
* Merge tag 'v2021.10-rc4' into nextTom Rini2021-09-162-59/+10
|\
| * pci: acpi: Drop DM_PCI check from ahciSimon Glass2021-09-131-55/+0
| * arm: mvebu : sata_mv should probe all portsTony Dinh2021-09-101-4/+10
* | ata: ahci-pci: Add new option CONFIG_SPL_AHCI_PCIPali Rohár2021-09-012-1/+7
* | ata: ahci-pci: Fix dependency on DM_PCIPali Rohár2021-09-011-0/+1
|/
* arm: mvebu: sata_mv failed to identify HDDs during cold startTony Dinh2021-08-111-2/+27