Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-05 | dm: pci: Update the PCI read_config() method to const dev * | Simon Glass | |
At present this method uses a non-const udevice pointer, but the call should not modify the device. Use a const pointer. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2019-11-06 | pci: add DM based mpc85xx driver | Heiko Schocher | |
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> |