- 61e401e pci: Fix mismerge with v2021.10-rc4 by Tom Rini · 3 years, 2 months ago
- 17a2907 Merge tag 'v2021.10-rc4' into next by Tom Rini · 3 years, 2 months ago
- 74eb045 pci: acpi: Drop DM_PCI check from ahci by Simon Glass · 3 years, 4 months ago
- 7418a51 arm: mvebu : sata_mv should probe all ports by Tony Dinh · 3 years, 3 months ago
- 605b655 ata: ahci-pci: Add new option CONFIG_SPL_AHCI_PCI by Pali Rohár · 3 years, 3 months ago
- 4b5b1c5 ata: ahci-pci: Fix dependency on DM_PCI by Pali Rohár · 3 years, 3 months ago
- 1db749c arm: mvebu: sata_mv failed to identify HDDs during cold start by Tony Dinh · 3 years, 4 months ago
- bc7af81 pci: sata_sil: Drop DM_PCI checks by Simon Glass · 3 years, 4 months ago
- 4aab306 Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 3 years, 5 months ago
- 700ef60 ata: ahci-pci: Use scsi_ops to initialize ops by Masami Hiramatsu · 3 years, 6 months ago
- 8131335 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 7 months ago
- 2eba192 ata: ahci: fix ahci_link_up() type mismatch for LTO by Marek Behún · 3 years, 6 months ago
- e9fe9cb ata: Make LIBATA means AHCI is enabled mandatory. by Tom Rini · 3 years, 7 months ago
- 5b2de1c ata: ahci: Fix usage on big-endian platforms by Stefan Roese · 3 years, 8 months ago
- c62067b sata: ahci_mvebu.c: Enable AHCI/SATA driver for MIPS Octeon by Stefan Roese · 3 years, 8 months ago
- 2dcfb24 drivers: ata: ahci: update max id if it is more than available ports by Suneel Garapati · 3 years, 8 months ago
- c951574 drivers: ata: Remove mvsata_ide driver by Tom Rini · 3 years, 10 months ago
- 2398bbc ata: DWC_AHSATA depends on BLK by Tom Rini · 3 years, 10 months ago
- fb9a0bd ahci: mediatek: fix undefined reference of dev_err by Frank Wunderlich · 3 years, 8 months ago
- 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
- 6ddb825 ata: sunxi: fix debug messages by Dario Binacchi · 3 years, 10 months ago
- a7ece58 dm: core: Access device ofnode through functions by Simon Glass · 4 years ago
- b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
- aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
- fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
- 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
- 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
- 0cc2324 ata: dwc-ahci: change trace level for phy errors managed by uclass by Patrick Delaunay · 4 years, 5 months ago
- 94694f5 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 4 years, 3 months ago
- b270855 ata: ahci: Add BAR index quirk for Cavium PCI SATA device by Suneel Garapati · 5 years ago
- 390c599 ahci: mediatek: fix copyright and author-lines by Frank Wunderlich · 4 years, 3 months ago
- c6c8c7a ata: mvebu: use dev_read_addr() to get base address by Masahiro Yamada · 4 years, 4 months ago
- 1e2dc60 ahci: mediatek: add ahci driver by Frank Wunderlich · 4 years, 3 months ago
- a89b4de treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 4 months ago
- 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
- a831cef treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 4 months ago
- 3e82350 sata_sil: Enable DM_PCI operation by Andre Przywara · 4 years, 6 months ago
- 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
- dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
- 0db4b94 Fix some checkpatch warnings in calls to udelay() by Simon Glass · 4 years, 7 months ago
- 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
- 655306c common: Drop part.h from common header by Simon Glass · 4 years, 7 months ago
- 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
- bb7ab07 rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOOD by Trevor Woerner · 4 years, 7 months ago
- f995375 rename symbol: CONFIG_ORION5X -> CONFIG_ARCH_ORION5X by Trevor Woerner · 4 years, 7 months ago
- d301f8f sata: dwc_ahsata: Fix memory issue in reset_sata by Ye Li · 4 years, 7 months ago
- dcec3bd sata: dwc_ahsata: Fix incorrect free by Ye Li · 4 years, 7 months ago
- f1c562e sata: ahsata: Fix wrong operand for checking SERR DIAG_X by Ye Li · 4 years, 7 months ago
- cc653ce sata: ahsata: Fix resource leak by Ye Li · 4 years, 7 months ago
- dc6d5e0 Revert "ata: fsl_ahci: Add sata DM support for Freescale powerpc socs" by Peng Ma · 5 years ago
- c15f177 ata: fsl_sata: Continue probing other sata port when failed current port. by Peng Ma · 5 years ago
- 17dd261 ata: sata_sil: Continue probing other sata port when failed current port. by Peng Ma · 5 years ago
- 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
- 96f336c ata: sata_sil: Add DM support for Silicon sata driver by Peng Ma · 5 years ago
- 64a6ec3 ata: fsl_sata: Add DM support for Freescale PowerPC SATA driver by Peng Ma · 5 years ago
- da326dd ata: ahci allow 64-bit DMA for SATA by Roman Kapl · 5 years ago
- 5b99a60 ata: ahci: Don't forget to clear upper address regs. by Oleksandr Rybalko · 5 years ago
- e664e8d ahci-pci: ASM1061 report wrong class, but support AHCI. by Oleksandr Rybalko · 5 years ago
- 1d5a1aa dm: scsi: Scan the actual number of ports by Park, Aiden · 5 years ago
- 3422853 ata: fsl_ahci: Add sata DM support for Freescale powerpc socs by Peng Ma · 6 years ago
- 57e363a scsi: ceva: Clean up the driver code by Peng Ma · 6 years ago
- 8ec89a2 ata: ahci: drop read-only ahci_ioports members by Christian Gmeiner · 6 years ago
- 66aca96 ata: ahci: fix memory leak by Christian Gmeiner · 6 years ago
- 315ac0f Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 6 years ago
- 0931e37 sunxi: update SATA driver to always use DM_SCSI by Andre Przywara · 6 years ago
- 5569bbd ata: dwc_ahsata: Add ahci driver model support by Soeren Moch · 6 years ago
- 71657f1 ata: dwc_ahsata: Fix sector reports for large disks by Soeren Moch · 6 years ago
- 99e92d9 sata: sata_mv: add orion-sata compatible string by Michael Walle · 6 years ago
- 692b978 sata: sata_mv: support kirkwood architecture by Michael Walle · 6 years ago
- 9d49a1e sata: sata_mv: use correct format specifier in debug() by Michael Walle · 6 years ago
- 74765de ata: ahci_mvebu: add support for Armada 38x by Baruch Siach · 6 years ago
- e85955c sata: sata_mv: Add DM support to enable CONFIG_BLK usage by Stefan Roese · 6 years ago
- cc403e5 scsi: ceva: add ls2080a soc support by Peng Ma · 6 years ago
- 08deeff scsi: ceva: add ls1088a soc support by Peng Ma · 6 years ago
- 66135b5 scsi: ceva: add ls1046a soc support by Peng Ma · 6 years ago
- b50374f Merge tag 'fsl-qoriq-for-v2018.11-rc1' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 6 years ago
- 50b5be8 scsi: ceva: add ls1021a soc support. by Peng Ma · 6 years ago
- cc688fc scsi: ceva: add ls1043a soc support by Peng Ma · 6 years ago
- b3e45ed ata: ahci: Don't cap AHCI port count under CONFIG_DM_SCSI by Tuomas Tynkkynen · 6 years ago
- 69a3899 ata: ahci: Loop over the actual number of ports, not the maximum by Tuomas Tynkkynen · 6 years ago
- 88d3a1a scsi: ceva: add ls1012a soc support by Yuantian Tang · 6 years ago
- c3f0ca1 ata: ahci_mvebu: add scsi support by Ken Ma · 7 years ago
- b483397 ata: ahci_mvebu: a8040 a0: remove bad port register offsets workarounds by David Sniatkiwicz · 7 years ago
- 3984dac ata: mvebu: move mvebu sata driver to drivers/ata directory by Ken Ma · 7 years ago
- afb0a41 scsi: ceva: Convert driver to use UCLASS_AHCI instead of SCSI by Michal Simek · 7 years ago
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
- d05ef52 dwc_ahci: Fix breakage by Jean-Jacques Hiblot · 7 years ago
- b10ba90 Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig by Adam Ford · 7 years ago
- 148e505 ata: Migrate CONFIG_MVSATA_IDE to Kconfig by Tuomas Tynkkynen · 7 years ago
- fc1a4de ata: Migrate CONFIG_LIBATA to Kconfig by Tuomas Tynkkynen · 7 years ago
- edf9f62 ata: Migrate CONFIG_SCSI_AHCI to Kconfig by Tuomas Tynkkynen · 7 years ago
- 745edca ata: Migrate CONFIG_DWC_AHSATA to Kconfig by Tuomas Tynkkynen · 7 years ago
- 8df5dd3 ata: Migrate CONFIG_FSL_SATA to Kconfig by Tuomas Tynkkynen · 7 years ago
- 9f1caca ata: Migrate CONFIG_SATA_MV to Kconfig by Tuomas Tynkkynen · 7 years ago
- 1640cd4 ata: Migrate CONFIG_SATA_SIL3114 to Kconfig by Tuomas Tynkkynen · 7 years ago
- 104a537 ata: Migrate CONFIG_SATA_SIL to Kconfig by Tuomas Tynkkynen · 7 years ago
- c6a252c ata: Drop CONFIG_MX51_PATA by Tuomas Tynkkynen · 7 years ago
- 3e00b17 ata: Drop CONFIG_SATA_DWC by Tuomas Tynkkynen · 7 years ago
- 2d72d3c ata: Fix ahci wording by Michal Simek · 7 years ago