]> git.ipfire.org Git - thirdparty/u-boot.git/commit - MAINTAINERS
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)
commitbdebb00d835ca6d99beddea29339f7073e1b83dc
tree67dc24a7caadf91ef9cc7d7a0560dd876dcdf6ab
parent08386da0c65c5669a447f763ab4cd91d9efc7cd1
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]