pci: add DM based mpc85xx driver
authorHeiko Schocher <hs@denx.de>
Mon, 14 Oct 2019 09:29:39 +0000 (11:29 +0200)
committerPriyanka Jain <priyanka.jain@nxp.com>
Wed, 6 Nov 2019 11:00:19 +0000 (16:30 +0530)
commitb61cbbdcabbd56da83eed401b813766e2ef994dc
tree38b8dc465b7989947144fb2e945dff7fd76e2908
parent14d39c9e1dc9397febd58399a70f32e7481bbc27
pci: add DM based mpc85xx driver

add DM based PCI Configuration space access support for
MPC85xx PCI Bridge. This driver is based on
arch/powerpc/cpu/mpc85xx/pci.c

In the old driver there is a fix for a hw issue on the
TARGET_MPC8555CDS and TARGET_MPC8541CDS boards. As I
have no such hardware I did not port this part.

Signed-off-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
MAINTAINERS
drivers/pci/Kconfig
drivers/pci/Makefile
drivers/pci/pci_mpc85xx.c [new file with mode: 0644]