Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
b335e91bd1e92c685c4133671119fa37c4ab43cb
/
drivers
/
pci
a8c5f8d
dm: pci: Add APIs to find next capability and extended capability
by Bin Meng
· 6 years ago
02e4d38
pci: Support parsing PCI controller DT subnodes
by Marek Vasut
· 6 years ago
595aac9
pci: Add a little more debugging to pci_rom
by Simon Glass
· 6 years ago
dee37fc
Remove <inttypes.h> includes and PRI* usages in printf() entirely
by Masahiro Yamada
· 6 years ago
313360b
pci: rmobile: Filter out device 1 and 2
by Marek Vasut
· 6 years ago
b8a1f47
Merge git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 6 years ago
6ce83fb
FSL PCI: Configure PCIe reference ratio
by Joakim Tjernlund
· 7 years ago
dac01fd
dm: pci: Add APIs to find capability and extended capability
by Bin Meng
· 6 years ago
841f321
pci: sandbox: emul: Rename priv structure
by Bin Meng
· 6 years ago
4345998
pci: sandbox: Support dynamically binding device driver
by Bin Meng
· 6 years ago
ed698aa
dm: pci: Assign correct driver data when binding a driver
by Bin Meng
· 6 years ago
b3f96b4
pci: sandbox: emul: Fix the call to pci_bus_find_devfn()
by Bin Meng
· 6 years ago
64e45f7
dm: pci: Fix scanning multi-function device
by Bin Meng
· 6 years ago
1f6b08b
dm: pci: Extract vendor/device id in child_post_bind()
by Bin Meng
· 6 years ago
6f95d89
dm: pci: Use a 1:1 mapping for bus <-> phy addresses
by Christian Gmeiner
· 6 years ago
f2825f6
dm: pci: Make ranges dt property optional
by Christian Gmeiner
· 6 years ago
d71975a
PCI: autoconfig: Don't allocate 64-bit addresses to 32-bit only resources
by Tuomas Tynkkynen
· 6 years ago
ed12a89
PCI: Add newlines to debug prints in pci_auto_common.c
by Tuomas Tynkkynen
· 6 years ago
52ba907
PCI: dm: Ignore 64-bit memory regions if CONFIG_SYS_PCI_64BIT not set
by Tuomas Tynkkynen
· 6 years ago
355560d
pci: tegra: introduce weak tegra_pcie_board_port_reset() function
by Marcel Ziswiler
· 7 years ago
e097ce4
pci: Don't use pci_indirect when DM is active
by Mario Six
· 7 years ago
7c45862
pci: intel: Add Intel FPGA PCIe controller driver
by Ley Foon Tan
· 7 years ago
83d290c
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
d024236
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
by Tom Rini
· 7 years ago
6113093
pci: video: Only print out when everything is OK
by Bin Meng
· 7 years ago
f3b623f
Merge git://git.denx.de/u-boot-marvell
by Tom Rini
· 7 years ago
e51f2b1
arm64: a37xx: pci: add support for aardvark pcie driver
by Wilson Ding
· 7 years ago
b8478fc
dm: pcie: designware: add correct ATU handling
by Igal Liberman
· 7 years ago
ee1109b
dm: pci: Avoid setting a PCI region that has 0 size
by Bin Meng
· 7 years ago
1eaf780
dm: pci: Check board information pointer in decode_regions()
by Bin Meng
· 7 years ago
b08c8c4
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
by Masahiro Yamada
· 7 years ago
664758c
pci: Fix decode regions for memory banks
by Bernhard Messerklinger
· 7 years ago
5f14f7d
pci: rmobile: Add RCar Gen2 PCIe controller driver
by Marek Vasut
· 7 years ago
f57263e
drivers: pci: imx: fix enumeration logic error
by Koen Vandeputte
· 7 years ago
67b71df
pci: imx: request gpio before use
by Peng Fan
· 7 years ago
55acf49
PCI: Drop CONFIG_TSI108_PCI
by Tuomas Tynkkynen
· 7 years ago
c5bf161
Update Paul Burton's email address
by Paul Burton
· 7 years ago
3977dcd
dm: pci: change bus number register setting compliant with Linux
by Minghuan Lian
· 7 years ago
49b23e0
pci: mvebu: Increase size of PCIe default mapping
by VlaoMao
· 7 years ago
b2915ba
drivers: pci: imx: fix imx_pcie_remove function
by Sven-Ola Tuecke
· 7 years ago
3675cb0
PCI: Add driver for a 'pci-host-ecam-generic' host controller
by Tuomas Tynkkynen
· 7 years ago
e434a90
pci: layerscape: Use pci_generic_mmap_{read, write}_config
by Tuomas Tynkkynen
· 7 years ago
75e3fea
pci: xilinx: Use pci_generic_mmap_{read, write}_config()
by Tuomas Tynkkynen
· 7 years ago
badb992
pci: Add helper for implementing memory-mapped config space accesses
by Tuomas Tynkkynen
· 7 years ago
9b643e3
treewide: replace with error() with pr_err()
by Masahiro Yamada
· 7 years ago
4b97a82
pci: layerscape: Fixup iommu-map for LS208xA
by Bharat Bhushan
· 7 years ago
44913a1
pci: Remove unnecessary 'default n' from Kconfig
by Tuomas Tynkkynen
· 7 years ago
93b1431
pci: layerscape: Remove unused field 'hose' from struct ls_pcie
by Tuomas Tynkkynen
· 7 years ago
be0105b
pci: tegra: Remove unused field 'hose' from struct tegra_pcie
by Tuomas Tynkkynen
· 7 years ago
bee278d
pci: xilinx: Remove unused field 'hose' from struct xilinx_pcie
by Tuomas Tynkkynen
· 7 years ago
adfc3e4
pci: xilinx: Fix doc comments on config space accessors
by Tuomas Tynkkynen
· 7 years ago
76e7265
vbe: Drop vbe_get_video_info()
by Bin Meng
· 7 years ago
00caae6
env: Rename getenv/_f() to env_get()
by Simon Glass
· 7 years ago
89d8e13
PCI: layerscape: Fix assigning wrong address to LS2088A pcie cfg1 space
by Hou Zhiqiang
· 7 years ago
ec7483e
Merge git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 7 years ago
ec8a7d7
soc/fsl-layerscape: Update SVR number for LS2081A and LS2041A
by Santan Kumar
· 7 years ago
6bf89de
x86: kconfig: Select PCI and DM_PCI
by Bin Meng
· 7 years ago
68f0081
dm: tegra: pci: Convert to livetree
by Simon Glass
· 7 years ago
61e51ba
dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()
by Masahiro Yamada
· 7 years ago
878d68c
dm: core: Add functions to obtain node's address/size cells
by Simon Glass
· 7 years ago
98f705c
powerpc: remove 4xx support
by Heiko Schocher
· 7 years ago
821560f
Merge git://www.denx.de/git/u-boot-imx
by Tom Rini
· 7 years ago
2eb48ff
powerpc, 8260: remove support for mpc8260
by Heiko Schocher
· 7 years ago
6e2941d
common: freescale: Move arch-specific declarations
by Simon Glass
· 7 years ago
bf50159
dm: pci: Update uclass to support livetree
by Simon Glass
· 7 years ago
a821c4a
dm: Rename dev_addr..() functions
by Simon Glass
· 7 years ago
6ecbe13
drivers: pci: imx: add imx_pcie_remove function
by Tim Harvey
· 7 years ago
380e86f
Merge git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 7 years ago
e809e74
armv8: fsl-layerscape: Add NXP LS2081A, LS2041A SoC support
by Priyanka Jain
· 8 years ago
68769eb
x86: pci: Allow conditionally run VGA rom in S3
by Bin Meng
· 8 years ago
c42640c
pci: avoid memory leak
by xypron.glpk@gmx.de
· 8 years ago
3f75e0c
fix: mvebu: pcie_dw: Allow probing empty PCIe slots
by Konstantin Porotchkin
· 8 years ago
7d67bb1
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 8 years ago
78be622
pcie-layerscape: Fixup iommu-map property of pci node
by Bharat Bhushan
· 8 years ago
47d1736
pcie-layerscape: Initialize pci-lut for NXP chasis-2 socs
by Bharat Bhushan
· 8 years ago
0aaa1a9
pci: layerscape: Fixup device tree node for ls2088a
by Hou Zhiqiang
· 8 years ago
3d8553f
pci: layerscape: add LS2088A series SoC pcie support
by Hou Zhiqiang
· 8 years ago
d170aca
pci: layerscape: enable PCIe config ready
by Hou Zhiqiang
· 8 years ago
0367bd4
pci: correct a function description
by Hou Zhiqiang
· 8 years ago
130b53e
mvebu: pcie: Add support for GPIO reset for PCIe device
by Konstantin Porotchkin
· 8 years ago
e160f7d
dm: core: Replace of_offset with accessor
by Simon Glass
· 8 years ago
05cbd98
x86: Don't try to run the VGA BIOS in 64-bit mode
by Simon Glass
· 8 years ago
882d3fa
pci: mvebu: Fix Armada 38x support
by Dirk Eibach
· 8 years ago
79a34b7
Merge git://git.denx.de/u-boot-mpc85xx
by Tom Rini
· 8 years ago
37b499c
Drop CONFIG_WINBOND_83C553
by Simon Glass
· 8 years ago
09bfd96
mpc85xx: pcie: Implement workaround for Erratum A007815
by Tony O'Brien
· 8 years ago
19538f3
kconfig: move FSL_PCIE_COMPAT to platform Kconfig
by Hou Zhiqiang
· 8 years ago
9fa2a4f
pci: layerscape: remove unnecessary legacy code
by Minghuan Lian
· 8 years ago
80afc63
pci: layerscape: add pci driver based on DM
by Minghuan Lian
· 8 years ago
a7294ab
pci: layerscape: move kernel DT fixup to a separate file
by Hou Zhiqiang
· 8 years ago
fcf4569
dm: pci: remove pci_bus_to_hose(0) calling
by Minghuan Lian
· 8 years ago
d7482ca
dm: pci: return the real controller in pci_bus_to_hose()
by Minghuan Lian
· 8 years ago
e090fdb
pci: kconfig: fix spelling in description
by Marcel Ziswiler
· 8 years ago
182ba1a
pci: mvebu: Add PCIe driver for Armada-8K
by Shadi Ammouri
· 8 years ago
30391de
pci: sh7751: map PCI memory space into SDRAM
by Vladimir Zapolskiy
· 8 years ago
d44cf29
pci: sh7751: fix up PCI I/O space address
by Vladimir Zapolskiy
· 8 years ago
c476215
pci: Move CONFIG_PCI_PNP to Kconfig
by Bin Meng
· 8 years ago
af27382
drivers/pci/Kconfig: Add PCI
by Tom Rini
· 8 years ago
df87e6b
libfdt: Sync fdt_for_each_subnode() with upstream
by Simon Glass
· 8 years ago
5f6ad02
vbe: Make vbe_setup_video_priv() public
by Bin Meng
· 8 years ago
Next »