Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
29186b0c31426396591da8a00dd49e7e78d9778b
/
drivers
/
pci
a986c3a
x86: Remove HAVE_ACPI_RESUME
by Bin Meng
· 9 years ago
eca7b0d
dm: pci: Disable PCI compatibility functions by default
by Simon Glass
· 9 years ago
93335fd
dm: pci: Move common auto-config functions to a common file
by Simon Glass
· 9 years ago
4aeef7e
dm: pci: Rename pci_auto.c to pci_auto_old.c
by Simon Glass
· 9 years ago
46fcfc1
dm: tegra: pci: Convert tegra boards to driver model for PCI
by Simon Glass
· 9 years ago
dcdc012
dm: pci: Add a function to find the regions for a PCI bus
by Simon Glass
· 9 years ago
6256d67
dm: pci: Add a function to get the controller for a bus
by Simon Glass
· 9 years ago
27a733f
dm: pci: Add functions to emulate 8- and 16-bit access
by Simon Glass
· 9 years ago
7efc9ba
dm: pci: Support decoding ranges with duplicate entries
by Simon Glass
· 9 years ago
91de6c5
dm: pci: Set up the SDRAM mapping correctly
by Simon Glass
· 9 years ago
c78e327
dm: tegra: pci: Move CONFIG_PCI_TEGRA to Kconfig
by Simon Glass
· 9 years ago
1921899
pci/layerscape: add support for LS1043A PCIe LUT register access
by Mingkai Hu
· 9 years ago
77f7ded
armv8: ls2085a: Add support of LS2085A SoC
by Prabhakar Kushwaha
· 9 years ago
122bcfd
armv8: LS2080A: Rename LS2085A to reflect LS2080A
by Prabhakar Kushwaha
· 9 years ago
1324e2b
pci: fix address range check in __pci_hose_phys_to_bus()
by Marcel Ziswiler
· 9 years ago
d44a6ff
Merge branch 'master' of git://git.denx.de/u-boot-tegra
by Tom Rini
· 9 years ago
76ea8b0
pci: fix checking PCI_REGION_MEM in pci_hose_phys_to_bus()
by Cheng Gu
· 9 years ago
5e44dce
pci: tegra: add/enable support for Tegra210
by Stephen Warren
· 9 years ago
4fdee2d
pci: tegra: call tegra_pcie_board_init() earlier
by Stephen Warren
· 9 years ago
e3553be
pci: tegra: implement PCA enable workaround
by Stephen Warren
· 9 years ago
e4d73c3
pci: tegra: use #address-/size-cells from DT
by Stephen Warren
· 9 years ago
50d1dba
pci: tegra: clip RAM size to 32-bits
by Stephen Warren
· 9 years ago
0e58b51
armv8/fsl_lsch3: Change arch to fsl-layerscape
by Mingkai Hu
· 9 years ago
a070578
dm: pci: Enable VGA address forwarding on bridges
by Bin Meng
· 9 years ago
5bc3f8a
dm: pci: Fix pci_last_busno() to return the real last bus no
by Bin Meng
· 9 years ago
9dd7c00
pci: Set PCI_COMMAND_IO bit for VGA device
by Bin Meng
· 9 years ago
c45abf1
dm: pci: Adjust pci_find_and_bind_driver() to return -EPERM
by Simon Glass
· 9 years ago
3b02d84
dm: pci: Correct a few debug() statements
by Simon Glass
· 9 years ago
b072d52
dm: pci: Tidy up auto-config error handling
by Simon Glass
· 9 years ago
b5272bd
pci: pcie_imx: Fix hang on mx6qp
by Fabio Estevam
· 9 years ago
e8bd746
pci: Fix expansion ROM programming for multi-function devices
by Bin Meng
· 9 years ago
05bedb1
dm: pci: Add an inline API to test if a device is on a PCI bus
by Bin Meng
· 9 years ago
1d0b7e3
pcie_imx: Use 'ms' for milliseconds
by Fabio Estevam
· 9 years ago
7d07e59
dm: pci: Allow a PCI bus to be found without an alias
by Simon Glass
· 9 years ago
a0a8930
pci/layerscape: Setup mmu-masters property for the PCIe
by Varun Sethi
· 9 years ago
a4c3818
dm: pci: Optimize pci_uclass_post_bind()
by Bin Meng
· 9 years ago
44344a6
dm: pci: Save devfn without bus number in pci_uclass_child_post_bind()
by Bin Meng
· 9 years ago
c0820a4
x86: fsp: Call fsp_init_phase_pci() in pci_uclass_post_probe()
by Bin Meng
· 9 years ago
984c0dc
dm: pci: Support selected device/driver binding before relocation
by Bin Meng
· 9 years ago
9f671fd
x86: Set up video framebuffer for coreboot before loading kernel
by Bin Meng
· 9 years ago
c8990bd
video: coreboot: Save VESA mode for future use
by Bin Meng
· 9 years ago
98530e9
pci: mvebu: Add PCIe driver
by Anton Schubert
· 9 years ago
27517b3
Revert "dm: pci: Allow scan bridge child devices before relocation"
by Simon Glass
· 9 years ago
04c8b6a
dm: pci: Add a way to iterate through all PCI devices
by Simon Glass
· 9 years ago
94ef242
dm: pci: Provide friendly config access functions
by Simon Glass
· 9 years ago
aa5b66c
lib/fdtdec: Fix compiling warning caused by changing fdt_addr_t type
by York Sun
· 9 years ago
9944a52
pci: Remove DEBUG from pci_compat.c
by Bin Meng
· 9 years ago
a292d2a
pci: Indicate prefetchable memory allocate when debugging
by Simon Glass
· 9 years ago
84f5733
pci: Add a constant for an invalid interrupt
by Simon Glass
· 9 years ago
2b9acba
pci: Fix up code for CONFIG_PCI_ENUM_ONLY
by Simon Glass
· 9 years ago
927c104
pci: Use debug() instead of DEBUGF() in pci_auto.c
by Simon Glass
· 9 years ago
e751844
x86: Sanity test on vesa parameters before setting up kernel screen_info
by Bin Meng
· 9 years ago
02284a0
dm: pci: Allow scan bridge child devices before relocation
by Bin Meng
· 9 years ago
5d7d24b
drivers/pci/layerscape: Add EP mode support
by Minghuan Lian
· 9 years ago
c5bc6aa
drivers/pci: Add function to find an extended capability
by Minghuan Lian
· 9 years ago
3916409
dm: pci: Support bridge device configuration correctly
by Bin Meng
· 9 years ago
877bff8
dm: pci: Pass only device/function to pci_bus_find_devfn()
by Bin Meng
· 9 years ago
0a72152
dm: pci: Use complete bdf in all pci config read/write routines
by Bin Meng
· 9 years ago
07bd323
dm: pci: Correct primary/secondary/subordinate bus number assignment
by Bin Meng
· 9 years ago
c9118d4
dm: pci: Add a function to get the BDF for a device
by Simon Glass
· 9 years ago
318d71c
dm: pci: Add support for PCI driver matching
by Simon Glass
· 9 years ago
eaea504
armv8/fsl-lsch3: device tree fixups for PCI stream IDs
by Stuart Yoder
· 9 years ago
a966473
pci: Disable expansion ROM address decoding when signature check fails
by Bin Meng
· 9 years ago
51e98ca
pci: Configure expansion ROM during auto config process
by Bin Meng
· 9 years ago
5888bd2
dm: x86: baytrail: Correct PCI region 3 when driver model is used
by Simon Glass
· 9 years ago
a1548b8
x86: pci: Tidy up the generic x86 PCI driver
by Simon Glass
· 9 years ago
f6d504f
x86: Configure VESA parameters before loading Linux kernel
by Bin Meng
· 9 years ago
4de3886
x86: Move VGA option rom macros to Kconfig
by Bin Meng
· 9 years ago
4000260
video: Add 32-bit color depth support for VBE
by Jian Luo
· 9 years ago
b87014c
dm: pci: Correct bus number when scanning sub-buses
by Simon Glass
· 9 years ago
d82fbe9
dm: pci: Use the correct hose when configuring devices
by Simon Glass
· 9 years ago
9582d23
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 9 years ago
df61756
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 9 years ago
a814941
dm: pci: Allow PCI bus numbering aliases
by Simon Glass
· 10 years ago
acb8d31
pci: Do not skip legacy IDE device configuration
by Bin Meng
· 10 years ago
33105f9
pci: Allow debug message output in pci_auto.c
by Bin Meng
· 10 years ago
8dadff1
pci: Move pci_hose_phys_to_bus() to pci_common.c
by Bin Meng
· 10 years ago
c326000
pci: imx: display message if no pcie link
by Tim Harvey
· 10 years ago
fc409be
pci: display header for bus scan
by Tim Harvey
· 10 years ago
d3cbf12
Merge git://git.denx.de/u-boot-mpc85xx
by Tom Rini
· 10 years ago
143adc9
fsl/pci: Set CFG_READY for PCIe v3.0 and later
by Minghuan Lian
· 10 years ago
f36e0ba
T2080QDS/PCIe: Soft Reset PCIe on T2080QDS for down-training issue
by Zhao Qiang
· 10 years ago
7cc45c7
pci: Remove parameter 'class' of pci_rom_load()
by Bin Meng
· 10 years ago
932f80e
pci: Option rom class is a 24-bit number
by Bin Meng
· 10 years ago
d225527
pci/layerscape: fix link and class issues to support ls2085a
by Minghuan Lian
· 10 years ago
0c53524
pci/layerscape: remove unnecessary pcie_layerscape.h
by Minghuan Lian
· 10 years ago
4e03781
dm: x86: pci: Add a PCI driver for driver model
by Simon Glass
· 10 years ago
d9e90bb
dm: sandbox: pci: Add a PCI emulation uclass
by Simon Glass
· 10 years ago
4d85755
dm: sandbox: Add a simple PCI driver
by Simon Glass
· 10 years ago
b94dc89
dm: pci: Add a uclass for PCI
by Simon Glass
· 10 years ago
75532d8
dm: pci: Move common PCI functions into their own file
by Simon Glass
· 10 years ago
fdab545
driver/pci: add Layerscape PCIe driver
by Minghuan Lian
· 10 years ago
3be54fd
PCI: add 64-bit prefetchable memory support
by David Feng
· 10 years ago
684818d
x86: video: Allow video ROM execution to fall back to the other method
by Simon Glass
· 10 years ago
62034ff
pci: Add a function to find a device by class
by Simon Glass
· 10 years ago
f40ad9f
drivers/pci/pci_rom.c: fix compile warning under 64bit mode
by Minghuan Lian
· 10 years ago
e3c6417
pci: tegra: Fix port information parsing
by Sjoerd Simons
· 10 years ago
1c1695b
x86: Access the VGA ROM when needed
by Simon Glass
· 10 years ago
02db217
x86: pci: Don't stop when we get a vendor/device mismatch
by Simon Glass
· 10 years ago
1b6b9b9
x86: Support ROMs on other archs
by Simon Glass
· 10 years ago
Next »