mbox series

[U-Boot,0/4] add pcie/ahci for mt7623/bpi-r2

Message ID 20190731115145.22095-1-frank-w@public-files.de
Headers show
Series add pcie/ahci for mt7623/bpi-r2 | expand

Message

Frank Wunderlich July 31, 2019, 11:51 a.m. UTC
with this Patchseries i want to add ahci-support (sata) for bananapi-r2

pci-driver may support other devices too using mt2701 for pcie,
but in first step pcie is only activated for mt7623 (dts)

Patches depend on hifsys-patches from ryder.lee:

https://patchwork.ozlabs.org/project/uboot/list/?series=121987

Frank Wunderlich (1):
  arm: dts: Add PCI-E controller for mt7623

Oleksandr Rybalko (3):
  ahci-pci: ASM1061 report wrong class, but support AHCI.
  ata: ahci: Don't forget to clear upper address regs.
  pci: mediatek: Add pci-driver for mt2701

 arch/arm/dts/mt7623.dtsi | 108 +++++++++
 drivers/ata/ahci-pci.c   |   1 +
 drivers/ata/ahci.c       |   9 +-
 drivers/pci/Kconfig      |   6 +
 drivers/pci/Makefile     |   1 +
 drivers/pci/pci-mt2701.c | 490 +++++++++++++++++++++++++++++++++++++++
 6 files changed, 613 insertions(+), 2 deletions(-)
 create mode 100644 drivers/pci/pci-mt2701.c

--
2.17.1

Comments

Frank Wunderlich Aug. 4, 2019, 2:53 p.m. UTC | #1
Part 3 + 4 of this series will be replaced by driver from Ryder Lee (post his series in next hours). i have tested it the last days. Part 1 + 2 will still be needed to get ahci on bananapi r2 working.