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-10-11 | pci: mediatek: add PCIe controller support for MT7623 | Ryder Lee | |
This adds PCIe controller support for MT7623. This is adapted from the Linux version. Tested-by: Frank Wunderlich <frank-w@public-files.de> Signed-off-by: Ryder Lee <ryder.lee@mediatek.com> Signed-off-by: Frank Wunderlich <frank-w@public-files.de> |