]> git.baikalelectronics.ru Git - uboot.git/commit
pci: Add Apple PCIe controller driver
authorMark Kettenis <kettenis@openbsd.org>
Sat, 21 Jan 2023 19:27:58 +0000 (20:27 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 27 Jan 2023 19:47:58 +0000 (14:47 -0500)
commitf105115b2bde49c998f04336ab6e847034ce81c5
tree67dc24a7caadf91ef9cc7d7a0560dd876dcdf6ab
parent5003b85b56fde1ad7ce963ddf91608254ad65952
pci: Add Apple PCIe controller driver

This driver supports the PCIe controller on the Apple M1 and
M2 SoCs.  The code is adapted from the Linux driver.

Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
MAINTAINERS
arch/arm/Kconfig
drivers/pci/Kconfig
drivers/pci/Makefile
drivers/pci/pcie_apple.c [new file with mode: 0644]