Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
380b3233b0004d41649aaef869757c2650b83bfc
/
drivers
/
pci
71a356b
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 8 years ago
50514b9
pcie-layerscape: Fixup iommu-map property of pci node
by Bharat Bhushan
· 8 years ago
36e36be
pcie-layerscape: Initialize pci-lut for NXP chasis-2 socs
by Bharat Bhushan
· 8 years ago
8cd3f48
pci: layerscape: Fixup device tree node for ls2088a
by Hou Zhiqiang
· 8 years ago
92fecb5
pci: layerscape: add LS2088A series SoC pcie support
by Hou Zhiqiang
· 8 years ago
5faf561
pci: layerscape: enable PCIe config ready
by Hou Zhiqiang
· 8 years ago
d19d061
pci: correct a function description
by Hou Zhiqiang
· 8 years ago
4eb09cd
mvebu: pcie: Add support for GPIO reset for PCIe device
by Konstantin Porotchkin
· 8 years ago
dd79d6e
dm: core: Replace of_offset with accessor
by Simon Glass
· 8 years ago
3dfe451
x86: Don't try to run the VGA BIOS in 64-bit mode
by Simon Glass
· 8 years ago
18baf64
pci: mvebu: Fix Armada 38x support
by Dirk Eibach
· 8 years ago
c8b0679
Merge git://git.denx.de/u-boot-mpc85xx
by Tom Rini
· 8 years ago
421e954
Drop CONFIG_WINBOND_83C553
by Simon Glass
· 8 years ago
8acb127
mpc85xx: pcie: Implement workaround for Erratum A007815
by Tony O'Brien
· 8 years ago
d553bf2
kconfig: move FSL_PCIE_COMPAT to platform Kconfig
by Hou Zhiqiang
· 8 years ago
a5642df
pci: layerscape: remove unnecessary legacy code
by Minghuan Lian
· 8 years ago
c106784
pci: layerscape: add pci driver based on DM
by Minghuan Lian
· 8 years ago
09716a7b
pci: layerscape: move kernel DT fixup to a separate file
by Hou Zhiqiang
· 8 years ago
46e844c
dm: pci: remove pci_bus_to_hose(0) calling
by Minghuan Lian
· 8 years ago
ddd6f95
dm: pci: return the real controller in pci_bus_to_hose()
by Minghuan Lian
· 8 years ago
84c4560
pci: kconfig: fix spelling in description
by Marcel Ziswiler
· 8 years ago
3b38645
pci: mvebu: Add PCIe driver for Armada-8K
by Shadi Ammouri
· 8 years ago
df9e432
pci: sh7751: map PCI memory space into SDRAM
by Vladimir Zapolskiy
· 8 years ago
3b15e95
pci: sh7751: fix up PCI I/O space address
by Vladimir Zapolskiy
· 8 years ago
2f49e2e
pci: Move CONFIG_PCI_PNP to Kconfig
by Bin Meng
· 8 years ago
f48e025
drivers/pci/Kconfig: Add PCI
by Tom Rini
· 8 years ago
499c29e
libfdt: Sync fdt_for_each_subnode() with upstream
by Simon Glass
· 8 years ago
23f5cb5
vbe: Make vbe_setup_video_priv() public
by Bin Meng
· 8 years ago
57b65e6
dm: video: Output verbose information in vbe_setup_video()
by Bin Meng
· 8 years ago
4ef5d2d
dm: video: Add driver-model support to vesa graphics
by Simon Glass
· 8 years ago
56a931c
treewide: replace #include <asm/errno.h> with <linux/errno.h>
by Masahiro Yamada
· 8 years ago
e3b106d
pci: Flip condition for detecting non-PCI parent devices
by Paul Burton
· 8 years ago
c893f21
pci: xilinx: Add a driver for Xilinx AXI to PCIe bridge
by Paul Burton
· 8 years ago
86f6a94
pci: tegra: port to standard clock/reset/pwr domain APIs
by Stephen Warren
· 8 years ago
7d20368
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 8 years ago
341fcb1
pci: allow disabling of pci init/enum via env
by Tim Harvey
· 8 years ago
1823034
dm: Use dm_scan_fdt_dev() directly where possible
by Simon Glass
· 8 years ago
09128c5
dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()
by Simon Glass
· 8 years ago
d145792
pcie_imx: increment timeout for link up
by Stefano Babic
· 8 years ago
f49c485
pci: Add board_ prefix to should_load_oprom() and make it weak
by Bin Meng
· 8 years ago
0ea6bcb
pci: Make load_oprom and run_oprom independent
by Bin Meng
· 8 years ago
6ac0ee5
pci: Remove CONFIG_ALWAYS_LOAD_OPROM
by Bin Meng
· 8 years ago
29f49fc
pci: tegra: actually program REFCLK_CFG* on recent SoCs
by Stephen Warren
· 8 years ago
d132c47
pci: tegra: correctly program PADS_REFCLK registers
by Stephen Warren
· 8 years ago
a40b385
pcie/layerscape: fix bug in bus number computation when setting msi-map
by Bogdan Purcareata
· 9 years ago
c78f5e0
pci: Drop CONFIG_SYS_SCSI_SCAN_BUS_REVERSE
by Simon Glass
· 9 years ago
bbe71b2
pci: tegra: fix DM conversion issues on Tegra20
by Stephen Warren
· 9 years ago
1e3bce2
pci: Device scanning range fix
by Yoshinori Sato
· 9 years ago
45e78ac
pci/layerscape: set LUT and msi-map for discovered PCI devices
by Stuart Yoder
· 9 years ago
c356a43
armv8: ls2080a: remove obsolete stream ID partitioning support
by Stuart Yoder
· 9 years ago
0d0f831
pci: Correct a few comments and nits
by Simon Glass
· 9 years ago
9cec2df
pci: Add functions to update PCI configuration registers
by Simon Glass
· 9 years ago
8186aa0
dm: pci: Break out the common region display code
by Simon Glass
· 9 years ago
c7298e7
dm: Use uclass_first_device_err() where it is useful
by Simon Glass
· 9 years ago
d143ddb
pci: Fix compiler warnings in dm_pciauto_setup_device()
by Bin Meng
· 9 years ago
cb8aefa
pci_rom: fix may be used uninitialized warning
by Andreas Bießmann
· 9 years ago
9deaf82
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 9 years ago
04eb269
Implement "pci enum" command for CONFIG_DM_PCI
by Stephen Warren
· 9 years ago
da62ad2
Merge branch 'master' of git://git.denx.de/u-boot-net
by Tom Rini
· 9 years ago
e49f495
tegra: Report errors from PCI init
by Simon Glass
· 9 years ago
d3e0c8f
dm: pci: Convert bios_emu to use the driver model PCI API
by Simon Glass
· 9 years ago
4af3dc1
dm: pci: Avoid using pci_bus_to_hose() in the uclass
by Simon Glass
· 9 years ago
e2b6b56
dm: pci: Add a function to write a BAR
by Simon Glass
· 9 years ago
2e4e443
dm: pci: Move pci_bus_to_hose() to compatibility
by Simon Glass
· 9 years ago
c36adb1
pci_rom.c: Fix may be used uninitialized warning
by Tom Rini
· 9 years ago
7548d64
dm: pci: Avoid a memory leak when allocating the ROM
by Simon Glass
· 9 years ago
cec2543
dm: pci: Add a 'fall through' comment
by Simon Glass
· 9 years ago
68010aa
drivers/pci/pci_mvebu: Fix for boards with X4 lanes
by Phil Sutter
· 9 years ago
e893af8
drivers/pci: Fix for debug builds without CONFIG_PCI_ENUM_ONLY
by Phil Sutter
· 9 years ago
413ebdb
pci: Tidy up comments in pci_bind_bus_devices()
by Simon Glass
· 9 years ago
b967ca8
dm: pci: Switch to DM API for PCI address mapping
by Simon Glass
· 9 years ago
c5f053b
dm: pci: Add driver model API functions for address mapping
by Simon Glass
· 9 years ago
b869973
dm: pci: Drop the old version of pci_find_class()
by Simon Glass
· 9 years ago
74929a8
dm: pci: Drop the old version of pci_find_device/s()
by Simon Glass
· 9 years ago
a063086
dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI API
by Simon Glass
· 9 years ago
f9d94d3
dm: pci: video: Convert video and pci_rom to use DM PCI API
by Simon Glass
· 9 years ago
3452cb1
dm: pci: Add a function to read a PCI BAR
by Simon Glass
· 9 years ago
b639d51
dm: pci: Add a driver-model version of pci_find_class()
by Simon Glass
· 9 years ago
70e0c58
dm: pci: Add a driver-model version of pci_find_device()
by Simon Glass
· 9 years ago
37a3f94b
dm: pci: Use driver model PCI API in auto-config
by Simon Glass
· 9 years ago
84283d5
dm: pci: Add a dm_ prefix to pci_bus_find_bdf()
by Simon Glass
· 9 years ago
eaa1489
dm: pci: Add a dm_ prefix to pci_get_bdf()
by Simon Glass
· 9 years ago
0ba553a
dm: pci: Mark legacy files as such
by Simon Glass
· 9 years ago
51170a4
pci: layerscape: Adjust the return value when ls_pcie_addr_valid() fails
by Bin Meng
· 9 years ago
122c766
pci: imx: Adjust the return value when imx_pcie_addr_valid() fails
by Bin Meng
· 9 years ago
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
Next »