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-05-21 | pci: renesas: Add RCar Gen3 PCIe controller driver | Marek Vasut | |
Add driver for the Renesas RCar PCIe controller present on Gen3 SoCs. The PCIe on Gen3 is used both to connect external PCIe peripherals. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Bin Meng <bmeng.cn@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> |