summaryrefslogtreecommitdiff
path: root/drivers/ata
AgeCommit message (Expand)Author
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18Fix some checkpatch warnings in calls to udelay()Simon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop part.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-15rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOODTrevor Woerner
2020-05-15rename symbol: CONFIG_ORION5X -> CONFIG_ARCH_ORION5XTrevor Woerner
2020-05-08sata: dwc_ahsata: Fix memory issue in reset_sataYe Li
2020-05-08sata: dwc_ahsata: Fix incorrect freeYe Li
2020-05-08sata: ahsata: Fix wrong operand for checking SERR DIAG_XYe Li
2020-05-08sata: ahsata: Fix resource leakYe Li
2020-02-25Revert "ata: fsl_ahci: Add sata DM support for Freescale powerpc socs"Peng Ma
2020-01-08ata: fsl_sata: Continue probing other sata port when failed current port.Peng Ma
2020-01-08ata: sata_sil: Continue probing other sata port when failed current port.Peng Ma
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-11-19ata: sata_sil: Add DM support for Silicon sata driverPeng Ma
2019-11-19ata: fsl_sata: Add DM support for Freescale PowerPC SATA driverPeng Ma
2019-10-31ata: ahci allow 64-bit DMA for SATARoman Kapl
2019-10-11ata: ahci: Don't forget to clear upper address regs.Oleksandr Rybalko
2019-10-11ahci-pci: ASM1061 report wrong class, but support AHCI.Oleksandr Rybalko
2019-08-26dm: scsi: Scan the actual number of portsPark, Aiden
2019-05-23ata: fsl_ahci: Add sata DM support for Freescale powerpc socsPeng Ma
2019-05-22scsi: ceva: Clean up the driver codePeng Ma
2019-05-18ata: ahci: drop read-only ahci_ioports membersChristian Gmeiner
2019-05-09ata: ahci: fix memory leakChristian Gmeiner
2019-04-17Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini
2019-04-17sunxi: update SATA driver to always use DM_SCSIAndre Przywara
2019-04-13ata: dwc_ahsata: Add ahci driver model supportSoeren Moch
2019-04-13ata: dwc_ahsata: Fix sector reports for large disksSoeren Moch
2019-04-12sata: sata_mv: add orion-sata compatible stringMichael Walle
2019-04-12sata: sata_mv: support kirkwood architectureMichael Walle
2019-04-12sata: sata_mv: use correct format specifier in debug()Michael Walle
2019-04-12ata: ahci_mvebu: add support for Armada 38xBaruch Siach
2019-04-12sata: sata_mv: Add DM support to enable CONFIG_BLK usageStefan Roese
2018-12-06scsi: ceva: add ls2080a soc supportPeng Ma
2018-12-06scsi: ceva: add ls1088a soc supportPeng Ma
2018-12-06scsi: ceva: add ls1046a soc supportPeng Ma
2018-09-29Merge tag 'fsl-qoriq-for-v2018.11-rc1' of git://git.denx.de/u-boot-fsl-qoriqTom Rini
2018-09-27scsi: ceva: add ls1021a soc support.Peng Ma
2018-09-27scsi: ceva: add ls1043a soc supportPeng Ma
2018-09-25ata: ahci: Don't cap AHCI port count under CONFIG_DM_SCSITuomas Tynkkynen
2018-09-25ata: ahci: Loop over the actual number of ports, not the maximumTuomas Tynkkynen
2018-07-26scsi: ceva: add ls1012a soc supportYuantian Tang
2018-05-29ata: ahci_mvebu: add scsi supportKen Ma
2018-05-29ata: ahci_mvebu: a8040 a0: remove bad port register offsets workaroundsDavid Sniatkiwicz
2018-05-29ata: mvebu: move mvebu sata driver to drivers/ata directoryKen Ma
2018-05-11scsi: ceva: Convert driver to use UCLASS_AHCI instead of SCSIMichal Simek
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini