Age | Commit message (Expand) | Author |
2019-07-12 | pci: ensure enumeration of all devices in pci_init | Marek BehĂșn |
2019-07-10 | drivers: pci: add API to issue FLR on a PCI function if supported | Alex Marginean |
2019-07-10 | drivers: pci: add map_bar support for Enhanced Allocation | Alex Marginean |
2019-06-21 | pci: Avoid assigning PCI resources that are below 0x1000 | Bin Meng |
2019-06-20 | dm: pci: add Freescale PowerPC PCIe driver | Hou Zhiqiang |
2019-06-11 | pci: imx: Add DM and DT support | Marek Vasut |
2019-06-11 | pci: imx: Pass driver private data around | Marek Vasut |
2019-06-11 | pci: imx: Fix potential 64bit memory access clamping | Marek Vasut |
2019-06-11 | pci: imx: Factor out hard-coded register base addresses | Marek Vasut |
2019-05-26 | Merge branch 'master' of git://git.denx.de/u-boot-sh | Tom Rini |
2019-05-22 | pci: ls_pcie_g4: add device tree fixups for PCI Stream IDs | Hou Zhiqiang |
2019-05-22 | pci: Add PCIe Gen4 controller driver for NXP Layerscape SoCs | Hou Zhiqiang |
2019-05-21 | pci: renesas: Add RCar Gen3 PCIe controller driver | Marek Vasut |
2019-05-20 | mpc83xx: Make distinct caddy2 config | Mario Six |
2019-05-20 | vme8349: Migrate to CONFIG_TARGET_VME8349 | Mario Six |
2019-05-20 | mpc83xx: Introduce ARCH_MPC834* | Mario Six |
2019-05-08 | x86: Support PCI VGA ROM when TPL is used | Simon Glass |
2019-04-23 | pci: Add boundary check for hose->regions | Thierry Reding |
2019-03-19 | pci: pci_mvebu: Add comment about missing of_n_addr_cells() call | Stefan Roese |
2019-02-20 | pci: Don't export pci_hose_config_device() | Simon Glass |
2019-02-11 | pcie: designware: mvebu: fix reset release polarity | Baruch Siach |
2019-02-05 | Merge git://git.denx.de/u-boot-marvell | Tom Rini |
2019-02-05 | pci: pci_mvebu: Add DM_PCI support and move CONFIG_PCI_MVEBU to defconfig | Stefan Roese |
2019-02-05 | pci: Add pci_get_devfn() to extract devfn from the fdt_pci_addr | Stefan Roese |
2019-01-17 | pci: layerscape: Add the dts fixup for EP and RC | Xiaowei Bao |
2019-01-17 | pci: layerscape: Do not scan when PEX work in EP mode | Xiaowei Bao |
2019-01-17 | pci: layerscape: Modify the EP and RC mode judge method | Xiaowei Bao |
2018-12-03 | video: Allow driver to specify the line length | Simon Glass |
2018-11-20 | dm/pci: Change the first CFG read to Vendor ID in enumeration | Hou Zhiqiang |
2018-11-14 | dm: pci: Add APIs to find next capability and extended capability | Bin Meng |
2018-10-20 | pci: Support parsing PCI controller DT subnodes | Marek Vasut |
2018-10-09 | pci: Add a little more debugging to pci_rom | Simon Glass |
2018-09-10 | Remove <inttypes.h> includes and PRI* usages in printf() entirely | Masahiro Yamada |
2018-08-28 | pci: rmobile: Filter out device 1 and 2 | Marek Vasut |
2018-08-13 | Merge git://git.denx.de/u-boot-fsl-qoriq | Tom Rini |
2018-08-08 | FSL PCI: Configure PCIe reference ratio | Joakim Tjernlund |
2018-08-08 | dm: pci: Add APIs to find capability and extended capability | Bin Meng |
2018-08-08 | pci: sandbox: emul: Rename priv structure | Bin Meng |
2018-08-08 | pci: sandbox: Support dynamically binding device driver | Bin Meng |
2018-08-08 | dm: pci: Assign correct driver data when binding a driver | Bin Meng |
2018-08-08 | pci: sandbox: emul: Fix the call to pci_bus_find_devfn() | Bin Meng |
2018-08-08 | dm: pci: Fix scanning multi-function device | Bin Meng |
2018-08-08 | dm: pci: Extract vendor/device id in child_post_bind() | Bin Meng |
2018-06-13 | dm: pci: Use a 1:1 mapping for bus <-> phy addresses | Christian Gmeiner |
2018-06-13 | dm: pci: Make ranges dt property optional | Christian Gmeiner |
2018-05-26 | PCI: autoconfig: Don't allocate 64-bit addresses to 32-bit only resources | Tuomas Tynkkynen |
2018-05-26 | PCI: Add newlines to debug prints in pci_auto_common.c | Tuomas Tynkkynen |
2018-05-26 | PCI: dm: Ignore 64-bit memory regions if CONFIG_SYS_PCI_64BIT not set | Tuomas Tynkkynen |
2018-05-10 | pci: tegra: introduce weak tegra_pcie_board_port_reset() function | Marcel Ziswiler |
2018-05-08 | pci: Don't use pci_indirect when DM is active | Mario Six |