aboutsummaryrefslogtreecommitdiff
path: root/drivers/ata
AgeCommit message (Expand)AuthorFilesLines
2019-12-02common: Move ARM cache operations out of common.hSimon Glass6-0/+6
2019-11-19ata: sata_sil: Add DM support for Silicon sata driverPeng Ma3-193/+353
2019-11-19ata: fsl_sata: Add DM support for Freescale PowerPC SATA driverPeng Ma3-88/+233
2019-10-31ata: ahci allow 64-bit DMA for SATARoman Kapl1-3/+11
2019-10-11ata: ahci: Don't forget to clear upper address regs.Oleksandr Rybalko1-4/+7
2019-10-11ahci-pci: ASM1061 report wrong class, but support AHCI.Oleksandr Rybalko1-0/+1
2019-08-26dm: scsi: Scan the actual number of portsPark, Aiden1-0/+8
2019-05-23ata: fsl_ahci: Add sata DM support for Freescale powerpc socsPeng Ma4-0/+1042
2019-05-22scsi: ceva: Clean up the driver codePeng Ma1-17/+33
2019-05-18ata: ahci: drop read-only ahci_ioports membersChristian Gmeiner1-12/+0
2019-05-09ata: ahci: fix memory leakChristian Gmeiner1-4/+1
2019-04-17Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini3-0/+134
2019-04-17sunxi: update SATA driver to always use DM_SCSIAndre Przywara3-0/+134
2019-04-13ata: dwc_ahsata: Add ahci driver model supportSoeren Moch2-0/+32
2019-04-13ata: dwc_ahsata: Fix sector reports for large disksSoeren Moch1-11/+3
2019-04-12sata: sata_mv: add orion-sata compatible stringMichael Walle1-0/+1
2019-04-12sata: sata_mv: support kirkwood architectureMichael Walle1-4/+3
2019-04-12sata: sata_mv: use correct format specifier in debug()Michael Walle1-1/+1
2019-04-12ata: ahci_mvebu: add support for Armada 38xBaruch Siach1-0/+1
2019-04-12sata: sata_mv: Add DM support to enable CONFIG_BLK usageStefan Roese2-149/+197
2018-12-06scsi: ceva: add ls2080a soc supportPeng Ma1-0/+4
2018-12-06scsi: ceva: add ls1088a soc supportPeng Ma1-4/+18
2018-12-06scsi: ceva: add ls1046a soc supportPeng Ma1-0/+3
2018-09-29Merge tag 'fsl-qoriq-for-v2018.11-rc1' of git://git.denx.de/u-boot-fsl-qoriqTom Rini1-1/+27
2018-09-27scsi: ceva: add ls1021a soc support.Peng Ma1-1/+24
2018-09-27scsi: ceva: add ls1043a soc supportPeng Ma1-0/+3
2018-09-25ata: ahci: Don't cap AHCI port count under CONFIG_DM_SCSITuomas Tynkkynen1-0/+2
2018-09-25ata: ahci: Loop over the actual number of ports, not the maximumTuomas Tynkkynen1-1/+1
2018-07-26scsi: ceva: add ls1012a soc supportYuantian Tang1-35/+52
2018-05-29ata: ahci_mvebu: add scsi supportKen Ma2-1/+17
2018-05-29ata: ahci_mvebu: a8040 a0: remove bad port register offsets workaroundsDavid Sniatkiwicz1-8/+0
2018-05-29ata: mvebu: move mvebu sata driver to drivers/ata directoryKen Ma3-0/+62
2018-05-11scsi: ceva: Convert driver to use UCLASS_AHCI instead of SCSIMichal Simek1-16/+20
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini19-39/+19
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-04-13dwc_ahci: Fix breakageJean-Jacques Hiblot1-13/+10
2018-02-08Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford1-0/+1
2017-12-12ata: Migrate CONFIG_MVSATA_IDE to KconfigTuomas Tynkkynen1-0/+6
2017-12-12ata: Migrate CONFIG_LIBATA to KconfigTuomas Tynkkynen1-0/+11
2017-12-12ata: Migrate CONFIG_SCSI_AHCI to KconfigTuomas Tynkkynen1-0/+5
2017-12-12ata: Migrate CONFIG_DWC_AHSATA to KconfigTuomas Tynkkynen1-0/+6
2017-12-12ata: Migrate CONFIG_FSL_SATA to KconfigTuomas Tynkkynen1-0/+6
2017-12-12ata: Migrate CONFIG_SATA_MV to KconfigTuomas Tynkkynen1-0/+6
2017-12-12ata: Migrate CONFIG_SATA_SIL3114 to KconfigTuomas Tynkkynen1-0/+5
2017-12-12ata: Migrate CONFIG_SATA_SIL to KconfigTuomas Tynkkynen1-0/+6
2017-12-12ata: Drop CONFIG_MX51_PATATuomas Tynkkynen2-130/+0
2017-12-12ata: Drop CONFIG_SATA_DWCTuomas Tynkkynen3-2536/+0
2017-11-28ata: Fix ahci wordingMichal Simek3-5/+5
2017-11-03scsi: ceva: Start port in probeMichal Simek1-1/+6
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-3/+3