aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-07Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-6/+5
2013-01-04microblaze: Fix pci compilation and sparse warningsMichal Simek1-6/+5
2013-01-03ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman1-14/+14
2012-11-28microblaze/PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton1-4/+0
2012-07-24Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-7/+2
2012-07-06devicetree: add helper inline for retrieving a node's full nameGrant Likely1-4/+2
2012-07-05Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas1-5/+0
2012-07-05microblaze/PCI: factor out pcibios_setup()Myron Stowe1-5/+0
2012-06-13PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu1-2/+2
2012-05-15microblaze/PCI: fix "io_offset undeclared" errorBjorn Helgaas1-0/+1
2012-02-23microblaze/PCI: get rid of device resource fixupsBjorn Helgaas1-66/+3
2012-02-23microblaze/PCI: remove unused pci_flagsBjorn Helgaas1-39/+9
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds1-22/+21
2012-01-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-19/+0
2012-01-06microblaze/PCI: use pci_scan_root_bus()Bjorn Helgaas1-7/+3
2012-01-06microblaze/PCI: convert to pci_create_root_bus() for correct root bus resourcesBjorn Helgaas1-15/+15
2012-01-06microblaze/PCI: make pcibios_setup_phb_resources() staticBjorn Helgaas1-1/+1
2012-01-06microblaze/PCI: fix pci_bus_for_each_resource() usageBjorn Helgaas1-2/+0
2012-01-06PCI: MicroBlaze: convert pcibios_set_master() to a non-inlined functionMyron Stowe1-0/+5
2012-01-05microblaze: Remove NO_IRQ from architectureMichal Simek1-2/+2
2011-11-28microblaze: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin1-19/+0
2011-10-31microblaze: Add export.h to arch/microblaze files as requiredPaul Gortmaker2-0/+2
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2011-06-08microblaze/pci: Move the remains of pci_32.c to pci-common.cBenjamin Herrenschmidt3-139/+113
2011-06-08microblaze/pci: Remove powermac originated cruftBenjamin Herrenschmidt1-270/+2
2011-06-08pci/of: Match PCI devices to OF nodes dynamicallyBenjamin Herrenschmidt1-33/+7
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-29microblaze: Convert to new irq function namesThomas Gleixner1-1/+1
2011-02-04powerpc/pci: Make both ppc32 and ppc64 use sysdata for pci_controllerGrant Likely1-0/+1
2011-02-04of/pci: move of_irq_map_pci() into generic codeSebastian Andrzej Siewior1-0/+1
2010-10-21microblaze: pci-common cleanupNishanth Aravamudan1-4/+2
2010-10-21microblaze: use asm-generic/pci-dma-compat.hFUJITA Tomonori1-15/+0
2010-08-16of: Fix missing includesGrant Likely2-1/+3
2010-08-16microblaze: Fix of: eliminate of_device->node and dev_archdata->{of,prom}_nodeMichal Simek1-1/+1
2010-06-11PCI: clear bridge resource range if BIOS assigned bad oneYinghai Lu1-0/+1
2010-05-13microblaze: Remove powerpc code from Microblaze portMichal Simek1-1/+1
2010-05-06microblaze: resource/PCI: align functions now return start of resourceMichal Simek1-7/+6
2010-05-06microblaze: PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refsMichal Simek1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-0/+2
2010-03-11microblaze: PCI early support for noMMU systemMichal Simek1-0/+2
2010-03-11microblaze: Add support for Xilinx PCI host bridgeMichal Simek2-0/+169
2010-03-11microblaze: Enable PCI, missing filesMichal Simek3-0/+207
2010-03-11microblaze: Add core PCI filesMichal Simek2-0/+2070