summaryrefslogtreecommitdiff
path: root/drivers/pci/pci_auto.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-15pci: Fix configuring BARsPali Rohár1-6/+25
2021-10-15pci: Skip configuring PCI Rom Address for unsupported header typesPali Rohár1-1/+2
2021-10-03pci: include pci_internal.h inside pci_auto.cVladimir Oltean1-0/+1
2021-09-23pci: Fix configuring io/memory base and limit registers of PCI bridgesPali Rohár1-10/+29
2021-07-08ppc: Remove caddy2 / vme8349 boardsTom Rini1-2/+1
2021-04-13pci: Mark 64bit Memory BARs as suchPhil Sutter1-1/+2
2021-01-28pci: Remove CONFIG_PCI_ENUM_ONLY as it's not used (any more)Stefan Roese1-63/+41
2021-01-27pci: Make auto-config code a little more robustPhil Sutter1-4/+5
2020-12-19pci: Update to use new sequence numbersSimon Glass1-5/+5
2020-12-19dm: Avoid accessing seq directlySimon Glass1-3/+3
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2019-10-08pci: Show a message if PCI autoconfig failsSimon Glass1-3/+9
2019-05-20mpc83xx: Make distinct caddy2 configMario Six1-1/+2
2019-05-20vme8349: Migrate to CONFIG_TARGET_VME8349Mario Six1-1/+1
2019-05-20mpc83xx: Introduce ARCH_MPC834*Mario Six1-1/+1
2018-05-26PCI: autoconfig: Don't allocate 64-bit addresses to 32-bit only resourcesTuomas Tynkkynen1-2/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-11-17dm: pci: change bus number register setting compliant with LinuxMinghuan Lian1-3/+3
2016-02-26pci: Fix compiler warnings in dm_pciauto_setup_device()Bin Meng1-1/+1
2016-01-24dm: pci: Avoid using pci_bus_to_hose() in the uclassSimon Glass1-7/+7
2016-01-15dm: pci: Add a 'fall through' commentSimon Glass1-0/+1
2016-01-12dm: pci: Use driver model PCI API in auto-configSimon Glass1-0/+386
2015-12-01dm: pci: Rename pci_auto.c to pci_auto_old.cSimon Glass1-561/+0
2015-10-21pci: Set PCI_COMMAND_IO bit for VGA deviceBin Meng1-0/+6
2015-10-08pci: Fix expansion ROM programming for multi-function devicesBin Meng1-0/+1
2015-08-05pci: Indicate prefetchable memory allocate when debuggingSimon Glass1-2/+3
2015-08-05pci: Fix up code for CONFIG_PCI_ENUM_ONLYSimon Glass1-1/+3
2015-08-05pci: Use debug() instead of DEBUGF() in pci_auto.cSimon Glass1-25/+23
2015-07-28dm: pci: Support bridge device configuration correctlyBin Meng1-12/+54
2015-07-28dm: pci: Correct primary/secondary/subordinate bus number assignmentBin Meng1-0/+9
2015-07-15pci: Configure expansion ROM during auto config processBin Meng1-26/+22
2015-06-04pci: Do not skip legacy IDE device configurationBin Meng1-14/+0
2015-06-04pci: Allow debug message output in pci_auto.cBin Meng1-1/+0
2015-04-17dm: pci: Add a uclass for PCISimon Glass1-3/+13
2015-02-16PCI: add 64-bit prefetchable memory supportDavid Feng1-1/+35
2015-01-24x86: Access the VGA ROM when neededSimon Glass1-1/+27
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada1-1/+1
2013-10-07pci: Properly configure prefetchable memory regionThierry Reding1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-4/+1
2012-09-22pci: fix some warnings related to assumptions aboutKumar Gala1-1/+1
2012-09-02pci: add CONFIG_PCI_ENUM_ONLY for platforms that don't need PCI setup doneAndrew Sharp1-10/+25
2012-09-02pci: clean up some whitespace and formattingAndrew Sharp1-20/+34
2012-09-02pci: fix errant data types and corresponding access functionsAndrew Sharp1-7/+8
2010-04-22Move arch/ppc to arch/powerpcStefan Roese1-1/+1
2009-07-28mpc83xx: Add esd VME8349 board supportReinhard Arlt1-1/+1
2009-06-1283xx: Replace CONFIG_MPC83[0-9]X with MPC83[0-9]xPeter Tyser1-1/+1
2008-10-25pci: Allow for PCI addresses to be 64-bitKumar Gala1-36/+52
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-4/+4
2008-08-13drivers/pci: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-4/+0
2008-04-14Update CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to related boardsTsiChung Liew1-1/+1