aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2010-03-21Fix PCI_BASE_ADDRESS_5 handling in pci_hose_config_device()Wolfgang Denk1-1/+1
2010-01-23ppc4xx: Fix sending type 1 PCI transactionsFelix Radensky1-1/+2
2010-01-05ppc/8xxx: Remove is_fsl_pci_agentKumar Gala1-0/+9
2009-11-04fsl_pci_init_port end-point initialization is brokenEd Swarthout1-1/+17
2009-11-04Revert "ppc/85xx/pci: fsl_pci_init: pcie agent mode support"Kumar Gala1-16/+2
2009-10-27ppc/85xx/pci: fsl_pci_init: pcie agent mode supportVivek Mahajan1-2/+16
2009-09-24ppc/85xx: Clean up p1_p2_rdb PCI setupKumar Gala1-1/+1
2009-08-28driver/fsl_pci: Add fsl_pci_init_port function to initialize a PCI controllerPoonam Aggrwal1-0/+44
2009-08-28pci/fsl_pci_init: Rework PCI ATMU setup to handle >4G of memoryKumar Gala1-63/+162
2009-08-28pci/fsl_pci_init: Use PCIe capability to determine if controller is PCIeKumar Gala1-19/+13
2009-08-28pci/fsl_pci_init: Fold fsl_pci_setup_inbound_windows into fsl_pci_initKumar Gala1-1/+7
2009-08-28pci/fsl_pci_init: Fold pci_setup_indirect into fsl_pci_initKumar Gala1-2/+4
2009-07-27mpc83xx: 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
2009-04-04fsl_pci: Renamed immap_fsl_pci.h to fsl_pci.hKumar Gala1-1/+1
2009-03-12sh: Add some register value configurable to PCI of SH7780Yoshihiro Shimoda1-3/+3
2009-03-12sh: Add system memory registration to PCI for SH4Yoshihiro Shimoda1-0/+10
2009-02-23PCI: Add pci_last_busno() helperAnton Vorontsov1-0/+13
2009-02-10drivers/pci: Create pci_map_bar functionBecky Bruce1-0/+19
2009-02-07pci: give preference to non-PCI_REGION_SYS_MEMORY regions when matchingKumar Gala1-24/+78
2009-02-07pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarityKumar Gala3-7/+7
2009-01-31ixp: move pci drivers to drivers/pciJean-Christophe PLAGNIOL-VILLARD2-0/+572
2008-12-19pci/fsl_pci_init: Enable inbound PCI config cyclesPeter Tyser1-0/+29
2008-12-10sh: r2dplus fix register accessJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-12-09drivers/fsl_pci_init: Fix compile warningKumar Gala1-0/+2
2008-12-03drivers/fsl_pci_init: Fix inbound window mapping bugBecky Bruce1-1/+1
2008-10-27powerpc: fix pci window initialization to work with > 4GB DRAMBecky Bruce1-3/+7
2008-10-27pci/fsl_pci_init: Removed a bunch pointless trailing backslashes.Kumar Gala1-7/+7
2008-10-24pci/fsl_pci_init: Added fdt helper for setting up bus-ranges & dma-rangesKumar Gala1-0/+20
2008-10-24pci/fsl_pci_init: Add a common PCI inbound setup functionKumar Gala1-0/+81
2008-10-24pci/fsl_pci_init: Enable larger address and setting inbound windows properlyKumar Gala1-14/+24
2008-10-24pci: Allow for PCI addresses to be 64-bitKumar Gala2-47/+78
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD4-26/+26
2008-10-13fsl_pci_init do not scan bus when configured as an end-pointEd Swarthout1-2/+15
2008-09-19sh: Fix compile warningNobuhiro Iwamatsu2-17/+22
2008-08-13drivers/pci: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD7-28/+4
2008-07-15pci: sh: Add pci_skip_dev and pci_print_dev functionNobuhiro Iwamatsu1-0/+12
2008-07-14Code cleanup: fix old style assignment ambiguities like "=-" etc.Wolfgang Denk1-2/+2
2008-07-10pci: Move PCI device configuration check into a separate weak functionStefan Roese1-24/+46
2008-06-09Convert mpc7448hpc2 to CONFIG_OF_LIBFDTGerald Van Baren1-14/+19
2008-05-21Big white-space cleanup.Wolfgang Denk5-22/+22
2008-05-12Revert "pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option"Wolfgang Denk1-10/+3
2008-05-10Update pci code to use phys_addr_tBecky Bruce1-4/+4
2008-04-24fsl_pci: Only modify registers if we have themKumar Gala1-1/+2
2008-04-13Update CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to related boardsTsiChung Liew1-1/+1
2008-03-28sh: Add support PCI host driver for SH7751/SH7751RNobuhiro Iwamatsu2-0/+200
2008-03-28sh: Move SuperH PCI driver from cpu/sh4 to drivers/pciNobuhiro Iwamatsu3-0/+185
2008-03-23pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config optionNobuhiro Iwamatsu1-3/+10
2007-12-11Handle MPC85xx PCIe reset errata (PCI-Ex 38)Kumar Gala1-0/+23
2007-11-24drivers/pci : move pci drivers to drivers/pciJean-Christophe PLAGNIOL-VILLARD7-0/+1711