Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
f8c1be9816a60d1f627954fe202b502917c69863
/
drivers
/
pci
/
fsl_pci_init.c
aceea94
driver/fsl_pci:Update print to display PCIe generation
by Prabhakar Kushwaha
· 11 years ago
287df01
PCIe:change the method to get the address of a requested capability in configuration space.
by Zhao Qiang
· 11 years ago
7b4e584
powerpc/pcie: add PCIe version 3.x support
by Zang Roy-R61911
· 11 years ago
1a45966
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
c8b2815
powerpc/boot: Change the macro of Boot from SRIO and PCIE master module
by Liu Gang
· 11 years ago
c0a4e6b
powerpc/p4080ds: fix PCI-e x8 link training down failure
by Yuanquan Chen
· 12 years ago
19e4a00
powerpc/boot: Change the compile macro for SRIO & PCIE boot master module
by Liu Gang
· 12 years ago
9e75875
powerpc/mpc85xx: Add T4240 SoC
by York Sun
· 12 years ago
a1e4318
driver/pci: Fix compiling error
by York Sun
· 12 years ago
505f3e6
fsl_pci: use 'Header Type' field to judge PCIE mode
by Minghuan Lian
· 12 years ago
b5f7c87
powerpc/corenet_ds: Master module for boot from PCIE
by Liu Gang
· 12 years ago
a3a7072
pci: declare pciauto functions in header
by Linus Walleij
· 13 years ago
a1e47b6
pci: move pciauto_config_init() to pci.h
by Linus Walleij
· 13 years ago
d015df8
GCC4.6: Squash warnings in fsl_pci_init.c
by Marek Vasut
· 13 years ago
1626308
cleanup: Fix typos and misspellings in various files.
by Mike Williams
· 13 years ago
b6ccd2c
fsl_pci: Add support for FSL PCIe controllers v2.x
by Prabhakar Kushwaha
· 14 years ago
b03a466
powerpc/85xx: Handle PCIe initialization requires for P1021 class SoCs
by Prabhakar Kushwaha
· 14 years ago
d1a24f0
Minor Coding Style Cleanup.
by Wolfgang Denk
· 14 years ago
213ac73
fsl_pci: Update PCIe boot ouput
by Peter Tyser
· 14 years ago
a4aafcc
powerpc/fsl-pci: Add generic code to setup PCIe controllers
by Kumar Gala
· 14 years ago
3a0e3c2
powerpc/fsl-pci: Determine pci_controller based on cfg addr for dts fixup
by Kumar Gala
· 14 years ago
37d03fc
fsl_pci_init: Quiet scanning printf()
by Peter Tyser
· 14 years ago
8ca78f2
fsl: Clean up printing of PCI boot info
by Peter Tyser
· 14 years ago
a72dbae
fsl_pci_init: Make fsl_pci_init_port() PCI/PCIe aware
by Peter Tyser
· 14 years ago
96d6160
pci: Add ability to re-enumerate PCI buses
by John Schmoller
· 14 years ago
6525d51
powerpc/85xx & 86xx: Rework ft_fsl_pci_setup to not require aliases
by Kumar Gala
· 14 years ago
5a85a30
ppc/8xxx: Delete PCI nodes from device tree if not configured
by Kumar Gala
· 15 years ago
ee53650
ppc/8xxx: Remove is_fsl_pci_agent
by Kumar Gala
· 15 years ago
715d8f7
fsl_pci_init_port end-point initialization is broken
by Ed Swarthout
· 15 years ago
01471d5
Revert "ppc/85xx/pci: fsl_pci_init: pcie agent mode support"
by Kumar Gala
· 15 years ago
70ed869
ppc/85xx/pci: fsl_pci_init: pcie agent mode support
by Vivek Mahajan
· 15 years ago
93a8387
ppc/85xx: Clean up p1_p2_rdb PCI setup
by Kumar Gala
· 15 years ago
0d3d68b
driver/fsl_pci: Add fsl_pci_init_port function to initialize a PCI controller
by Poonam Aggrwal
· 15 years ago
ad19e7a
pci/fsl_pci_init: Rework PCI ATMU setup to handle >4G of memory
by Kumar Gala
· 15 years ago
8295b94
pci/fsl_pci_init: Use PCIe capability to determine if controller is PCIe
by Kumar Gala
· 15 years ago
cb151aa
pci/fsl_pci_init: Fold fsl_pci_setup_inbound_windows into fsl_pci_init
by Kumar Gala
· 15 years ago
fb3143b
pci/fsl_pci_init: Fold pci_setup_indirect into fsl_pci_init
by Kumar Gala
· 15 years ago
c851462
fsl_pci: Renamed immap_fsl_pci.h to fsl_pci.h
by Kumar Gala
· 16 years ago
ff4e66e
pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarity
by Kumar Gala
· 16 years ago
7a89795
pci/fsl_pci_init: Enable inbound PCI config cycles
by Peter Tyser
· 16 years ago
4c253fd
drivers/fsl_pci_init: Fix compile warning
by Kumar Gala
· 16 years ago
35db1c6
drivers/fsl_pci_init: Fix inbound window mapping bug
by Becky Bruce
· 16 years ago
cd42516
powerpc: fix pci window initialization to work with > 4GB DRAM
by Becky Bruce
· 16 years ago
219542a
pci/fsl_pci_init: Removed a bunch pointless trailing backslashes.
by Kumar Gala
· 16 years ago
a2aab46
pci/fsl_pci_init: Added fdt helper for setting up bus-ranges & dma-ranges
by Kumar Gala
· 16 years ago
b9a1fa9
pci/fsl_pci_init: Add a common PCI inbound setup function
by Kumar Gala
· 16 years ago
612ea01
pci/fsl_pci_init: Enable larger address and setting inbound windows properly
by Kumar Gala
· 16 years ago
6df0efd
fsl_pci_init do not scan bus when configured as an end-point
by Ed Swarthout
· 16 years ago
ab6878c
drivers/pci: Move conditional compilation to Makefile
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
d0ff51b
Code cleanup: fix old style assignment ambiguities like "=-" etc.
by Wolfgang Denk
· 16 years ago
876b8f9
fsl_pci: Only modify registers if we have them
by Kumar Gala
· 17 years ago
8ff3de6
Handle MPC85xx PCIe reset errata (PCI-Ex 38)
by Kumar Gala
· 17 years ago
93a686e
drivers/pci : move pci drivers to drivers/pci
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
[Renamed from drivers/fsl_pci_init.c]
cb8250f
fsl_pci_init enable COMMAND_MEMORY if inbound window
by Ed Swarthout
· 17 years ago
1900fbf
Revert "Fix MPC8544DS PCIe3 scsi."
by Ed Swarthout
· 17 years ago
9468e68
Fix MPC8544DS PCIe3 scsi.
by Kumar Gala
· 17 years ago
16e23c3
fsl_pci_init - Remove self PCSRBAR allocation
by Ed Swarthout
· 17 years ago
2e4d94f
fsl_pci_init cleanup.
by Ed Swarthout
· 17 years ago
63cec58
Make MPC8641's PCI/PCI-E driver a common driver for many FSL parts.
by Ed Swarthout
· 17 years ago