summaryrefslogtreecommitdiff
path: root/drivers/pci/pci_auto.c
AgeCommit message (Expand)Author
2022-12-05global: Move remaining CONFIG_SYS_PCI* to CFG_SYS_PCI*Tom Rini
2022-01-14pci: Work around PCIe link training failuresMaciej W. Rozycki
2022-01-12pci: When disabling pref MEM set all base bitsPali Rohár
2022-01-12pci: Disable I/O forwarding during autoconfiguration if unsupportedPali Rohár
2022-01-12pci: Fix register for determining type of IO base addressPali Rohár
2021-10-14pci: Fix configuring BARsPali Rohár
2021-10-14pci: Skip configuring PCI Rom Address for unsupported header typesPali Rohár
2021-10-03pci: include pci_internal.h inside pci_auto.cVladimir Oltean
2021-09-23pci: Fix configuring io/memory base and limit registers of PCI bridgesPali Rohár
2021-07-07ppc: Remove caddy2 / vme8349 boardsTom Rini
2021-04-12pci: Mark 64bit Memory BARs as suchPhil Sutter
2021-01-27pci: Remove CONFIG_PCI_ENUM_ONLY as it's not used (any more)Stefan Roese
2021-01-27pci: Make auto-config code a little more robustPhil Sutter
2020-12-18pci: Update to use new sequence numbersSimon Glass
2020-12-18dm: Avoid accessing seq directlySimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2019-10-08pci: Show a message if PCI autoconfig failsSimon Glass
2019-05-20mpc83xx: Make distinct caddy2 configMario Six
2019-05-20vme8349: Migrate to CONFIG_TARGET_VME8349Mario Six
2019-05-20mpc83xx: Introduce ARCH_MPC834*Mario Six
2018-05-26PCI: autoconfig: Don't allocate 64-bit addresses to 32-bit only resourcesTuomas Tynkkynen
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-11-17dm: pci: change bus number register setting compliant with LinuxMinghuan Lian
2016-02-26pci: Fix compiler warnings in dm_pciauto_setup_device()Bin Meng
2016-01-24dm: pci: Avoid using pci_bus_to_hose() in the uclassSimon Glass
2016-01-15dm: pci: Add a 'fall through' commentSimon Glass
2016-01-12dm: pci: Use driver model PCI API in auto-configSimon Glass
2015-12-01dm: pci: Rename pci_auto.c to pci_auto_old.cSimon Glass
2015-10-21pci: Set PCI_COMMAND_IO bit for VGA deviceBin Meng
2015-10-08pci: Fix expansion ROM programming for multi-function devicesBin Meng
2015-08-05pci: Indicate prefetchable memory allocate when debuggingSimon Glass
2015-08-05pci: Fix up code for CONFIG_PCI_ENUM_ONLYSimon Glass
2015-08-05pci: Use debug() instead of DEBUGF() in pci_auto.cSimon Glass
2015-07-28dm: pci: Support bridge device configuration correctlyBin Meng
2015-07-28dm: pci: Correct primary/secondary/subordinate bus number assignmentBin Meng
2015-07-14pci: Configure expansion ROM during auto config processBin Meng
2015-06-04pci: Do not skip legacy IDE device configurationBin Meng
2015-06-04pci: Allow debug message output in pci_auto.cBin Meng
2015-04-16dm: pci: Add a uclass for PCISimon Glass
2015-02-16PCI: add 64-bit prefetchable memory supportDavid Feng
2015-01-23x86: Access the VGA ROM when neededSimon Glass
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada
2013-10-07pci: Properly configure prefetchable memory regionThierry Reding
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2012-09-22pci: fix some warnings related to assumptions aboutKumar Gala
2012-09-02pci: add CONFIG_PCI_ENUM_ONLY for platforms that don't need PCI setup doneAndrew Sharp
2012-09-02pci: clean up some whitespace and formattingAndrew Sharp
2012-09-02pci: fix errant data types and corresponding access functionsAndrew Sharp
2010-04-21Move arch/ppc to arch/powerpcStefan Roese
2009-07-27mpc83xx: Add esd VME8349 board supportReinhard Arlt