aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2014-03-04sizes.h - consolidate for all architecturesAlexey Brodkin1-1/+1
2014-02-19Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2-0/+607
2014-02-19Merge branch 'u-boot-pxa/master' into 'u-boot-arm/master'Albert ARIBAUD2-352/+0
2014-02-11pci: mx6: Implement reset callbackMarek Vasut1-3/+44
2014-02-06ARM: PCI: Remove the IXP PCI driverMarek Vasut2-352/+0
2014-02-03driver/fsl_pci:Update print to display PCIe generationPrabhakar Kushwaha1-2/+2
2014-01-26ARM: mx6: Add PCI express driverMarek Vasut2-0/+566
2013-11-09malta: support for coreFPGA6 boardsPaul Burton2-0/+126
2013-10-31drivers: convert makefiles to Kbuild styleMasahiro Yamada1-33/+11
2013-10-16PCIe:change the method to get the address of a requested capability in config...Zhao Qiang2-12/+97
2013-10-07pci: Properly configure prefetchable memory regionThierry Reding1-1/+1
2013-08-09powerpc/pcie: add PCIe version 3.x supportZang Roy-R619111-6/+14
2013-07-25Merge branch 'master' of git://git.denx.de/u-boot-nds32Tom Rini2-84/+2
2013-07-25qemu-malta: Update for SPDX license identifiersTom Rini1-3/+1
2013-07-24MIPS: qemu-malta: add PCI supportGabor Juhos2-0/+179
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk13-184/+13
2013-07-24pci: move pci_ftpci100.h to include/faraday/ftpci100.hGabor Juhos2-98/+2
2013-07-24pci: add prototype for pci_ftpci_init() functionGabor Juhos1-0/+2
2013-06-20powerpc/boot: Change the macro of Boot from SRIO and PCIE master moduleLiu Gang1-3/+3
2013-06-07pci: introduce CONFIG_PCI_INDIRECT_BRIDGE optionGabor Juhos1-1/+2
2012-11-27powerpc/p4080ds: fix PCI-e x8 link training down failureYuanquan Chen1-0/+22
2012-10-22powerpc/boot: Change the compile macro for SRIO & PCIE boot master moduleLiu Gang1-3/+3
2012-10-22powerpc/mpc85xx: Add T4240 SoCYork Sun1-5/+20
2012-10-22driver/pci: Fix compiling errorYork Sun1-0/+4
2012-10-22fsl_pci: use 'Header Type' field to judge PCIE modeMinghuan Lian1-14/+16
2012-09-25Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini1-0/+116
2012-09-22pci: fix some warnings related to assumptions aboutKumar Gala2-4/+4
2012-09-02pci: add CONFIG_PCI_ENUM_ONLY for platforms that don't need PCI setup doneAndrew Sharp1-10/+25
2012-09-02pci: minor cleanup of CONFIG_PCI_PNP usageAndrew Sharp1-6/+6
2012-09-02pci: clean up some whitespace and formattingAndrew Sharp2-70/+91
2012-09-02pci: fix errant data types and corresponding access functionsAndrew Sharp2-10/+12
2012-08-23powerpc/corenet_ds: Master module for boot from PCIELiu Gang1-0/+116
2012-03-30pci: declare pciauto functions in headerLinus Walleij1-5/+0
2012-03-04pci: move pciauto_config_init() to pci.hLinus Walleij2-2/+0
2011-12-05pci_ftpci100: Implementation FTPCI100 PCI driverGavin Guo3-0/+425
2011-10-27GCC4.6: Squash warnings in fsl_pci_init.cMarek Vasut1-4/+4
2011-10-15pci: move pcidelay code to new location just before PCI bus scanAnatolij Gustschin1-13/+17
2011-07-28cleanup: Fix typos and misspellings in various files.Mike Williams1-1/+1
2011-06-23IXP42x PCI rewriteMichael Schwingen3-423/+206
2011-04-04fsl_pci: Add support for FSL PCIe controllers v2.xPrabhakar Kushwaha1-2/+10
2011-03-29powerpc/85xx: Handle PCIe initialization requires for P1021 class SoCsPrabhakar Kushwaha1-0/+7
2011-02-02Minor Coding Style Cleanup.Wolfgang Denk1-1/+1
2011-01-14fsl_pci: Update PCIe boot ouputPeter Tyser1-18/+20
2011-01-14powerpc/fsl-pci: Add generic code to setup PCIe controllersKumar Gala1-0/+148
2011-01-14powerpc/fsl-pci: Determine pci_controller based on cfg addr for dts fixupKumar Gala2-1/+16
2010-11-2774xx_7xx: Cleanup for partial linking and --gc-sectionsWolfgang Denk1-1/+2
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-11-14pci: Use intelligent indentation for CONFIG_PCI_SCAN_SHOWPeter Tyser1-2/+14
2010-11-14pci: Fix ordering of devices when CONFIG_PCI_SCAN_SHOWPeter Tyser1-8/+9
2010-11-14pci: Clean up PCI info when CONFIG_PCI_SCAN_SHOWPeter Tyser1-28/+89