Age | Commit message (Expand) | Author |
2018-05-08 | pci: intel: Add Intel FPGA PCIe controller driver | Ley Foon Tan |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini |
2018-04-27 | Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR | Tom Rini |
2018-04-16 | pci: video: Only print out when everything is OK | Bin Meng |
2018-03-30 | Merge git://git.denx.de/u-boot-marvell | Tom Rini |
2018-03-30 | arm64: a37xx: pci: add support for aardvark pcie driver | Wilson Ding |
2018-03-30 | dm: pcie: designware: add correct ATU handling | Igal Liberman |
2018-03-30 | dm: pci: Avoid setting a PCI region that has 0 size | Bin Meng |
2018-03-30 | dm: pci: Check board information pointer in decode_regions() | Bin Meng |
2018-03-05 | libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> | Masahiro Yamada |
2018-02-23 | pci: Fix decode regions for memory banks | Bernhard Messerklinger |
2018-01-27 | pci: rmobile: Add RCar Gen2 PCIe controller driver | Marek Vasut |
2018-01-12 | drivers: pci: imx: fix enumeration logic error | Koen Vandeputte |
2018-01-12 | pci: imx: request gpio before use | Peng Fan |
2018-01-10 | PCI: Drop CONFIG_TSI108_PCI | Tuomas Tynkkynen |
2017-11-28 | Update Paul Burton's email address | Paul Burton |
2017-11-17 | dm: pci: change bus number register setting compliant with Linux | Minghuan Lian |
2017-11-16 | pci: mvebu: Increase size of PCIe default mapping | VlaoMao |
2017-10-12 | drivers: pci: imx: fix imx_pcie_remove function | Sven-Ola Tuecke |
2017-10-06 | PCI: Add driver for a 'pci-host-ecam-generic' host controller | Tuomas Tynkkynen |
2017-10-06 | pci: layerscape: Use pci_generic_mmap_{read, write}_config | Tuomas Tynkkynen |
2017-10-06 | pci: xilinx: Use pci_generic_mmap_{read, write}_config() | Tuomas Tynkkynen |
2017-10-06 | pci: Add helper for implementing memory-mapped config space accesses | Tuomas Tynkkynen |
2017-10-04 | treewide: replace with error() with pr_err() | Masahiro Yamada |
2017-09-22 | pci: layerscape: Fixup iommu-map for LS208xA | Bharat Bhushan |
2017-09-22 | pci: Remove unnecessary 'default n' from Kconfig | Tuomas Tynkkynen |
2017-09-22 | pci: layerscape: Remove unused field 'hose' from struct ls_pcie | Tuomas Tynkkynen |
2017-09-22 | pci: tegra: Remove unused field 'hose' from struct tegra_pcie | Tuomas Tynkkynen |
2017-09-22 | pci: xilinx: Remove unused field 'hose' from struct xilinx_pcie | Tuomas Tynkkynen |
2017-09-22 | pci: xilinx: Fix doc comments on config space accessors | Tuomas Tynkkynen |
2017-08-24 | vbe: Drop vbe_get_video_info() | Bin Meng |
2017-08-16 | env: Rename getenv/_f() to env_get() | Simon Glass |
2017-08-09 | PCI: layerscape: Fix assigning wrong address to LS2088A pcie cfg1 space | Hou Zhiqiang |
2017-08-02 | Merge git://git.denx.de/u-boot-fsl-qoriq | Tom Rini |
2017-08-01 | soc/fsl-layerscape: Update SVR number for LS2081A and LS2041A | Santan Kumar |
2017-08-01 | x86: kconfig: Select PCI and DM_PCI | Bin Meng |
2017-07-28 | dm: tegra: pci: Convert to livetree | Simon Glass |
2017-07-11 | dm: ofnode: rename ofnode_read_prop() to ofnode_get_property() | Masahiro Yamada |
2017-07-11 | dm: core: Add functions to obtain node's address/size cells | Simon Glass |
2017-07-03 | powerpc: remove 4xx support | Heiko Schocher |
2017-06-27 | Merge git://www.denx.de/git/u-boot-imx | Tom Rini |
2017-06-12 | powerpc, 8260: remove support for mpc8260 | Heiko Schocher |
2017-06-05 | common: freescale: Move arch-specific declarations | Simon Glass |
2017-06-01 | dm: pci: Update uclass to support livetree | Simon Glass |
2017-06-01 | dm: Rename dev_addr..() functions | Simon Glass |
2017-05-31 | drivers: pci: imx: add imx_pcie_remove function | Tim Harvey |
2017-05-26 | Merge git://git.denx.de/u-boot-fsl-qoriq | Tom Rini |
2017-05-23 | armv8: fsl-layerscape: Add NXP LS2081A, LS2041A SoC support | Priyanka Jain |
2017-05-17 | x86: pci: Allow conditionally run VGA rom in S3 | Bin Meng |
2017-05-12 | pci: avoid memory leak | xypron.glpk@gmx.de |