Re: [PATCH u-boot 3/3] pci: mpc85xx: Do not try to access extended PCIe registers

2023-05-02 Thread Tom Rini
On Thu, Apr 13, 2023 at 10:41:46PM +0200, Pali Rohár wrote: > Driver pci_mpc85xx.c is PCI controller driver for old PCI Local Bus, > which does not support access to extended PCIe registers (above 0xff), > as opposite of the PCIe driver pcie_fsl.c for the same platform. > > So do not try to

Re: [PATCH u-boot 3/3] pci: mpc85xx: Do not try to access extended PCIe registers

2023-04-16 Thread Heiko Schocher
Hello Pali, On 13.04.23 22:41, Pali Rohár wrote: > Driver pci_mpc85xx.c is PCI controller driver for old PCI Local Bus, > which does not support access to extended PCIe registers (above 0xff), > as opposite of the PCIe driver pcie_fsl.c for the same platform. > > So do not try to access extended

[PATCH u-boot 3/3] pci: mpc85xx: Do not try to access extended PCIe registers

2023-04-13 Thread Pali Rohár
Driver pci_mpc85xx.c is PCI controller driver for old PCI Local Bus, which does not support access to extended PCIe registers (above 0xff), as opposite of the PCIe driver pcie_fsl.c for the same platform. So do not try to access extended PCIe registers as it cannot work. Signed-off-by: Pali