aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64/kernel/pci_psycho.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-04sparc,sparc64: unify kernel/Sam Ravnborg1-618/+0
2008-12-01Revert "of_platform_driver noise on sparce"Linus Torvalds1-2/+2
2008-11-30of_platform_driver noise on sparceAl Viro1-2/+2
2008-09-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6David S. Miller1-30/+3
2008-09-16sparc64: Fix OOPS in psycho_pcierr_intr_other().David S. Miller1-3/+5
2008-09-12sparc64: Fix PCI error interrupt registry on PSYCHO.David S. Miller1-3/+3
2008-09-10sparc64: Kill hand-crafted I/O accessors in PCI controller drivers.David S. Miller1-44/+25
2008-09-10sparc64: Commonize large portions of PSYCHO error handling.David S. Miller1-361/+0
2008-09-10sparc64: Create and use psycho_pbm_init_common().David S. Miller1-28/+4
2008-09-10sparc64: Start commonizing code common between SABRE and PSYCHO.David S. Miller1-58/+7
2008-09-10sparc64: Record OF device instead of device node pointer in pci_pbm_info.David S. Miller1-2/+2
2008-09-10sparc64: Get rid of pci_controller_info.David S. Miller1-87/+74
2008-09-02pci_psycho: Use of_getintprop_default().David S. Miller1-14/+3
2008-09-01sparc64: Pass proper parent device down into root pci_create_bus() call.David S. Miller1-6/+8
2008-08-31sparc64: Simplify error handling in PCI controller probing.David S. Miller1-10/+11
2008-08-31sparc: Annotate of_device_id arrays with const or __initdata.David S. Miller1-1/+1
2008-08-30sparc64: Convert PSYCHO PCI controller driver into a real driver.David S. Miller1-25/+70
2008-08-07sparc: don't use asm/of_device.hStephen Rothwell1-1/+1
2008-04-23[SPARC64]: NUMA device infrastructure.David S. Miller1-1/+4
2008-01-21[SPARC64]: Fix of section mismatch warnings.Sam Ravnborg1-3/+3
2007-10-13[SPARC64]: Kill pci_memspace_mask.David S. Miller1-6/+0
2007-07-30[SPARC64]: Fix conflicts in SBUS/PCI/EBUS/ISA DMA handling.David S. Miller1-11/+21
2007-05-09[SPARC64] PCI: Consolidate PCI access code into pci_common.cDavid S. Miller1-117/+2
2007-05-08[SPARC64]: Fix request_irq() ignored result warnings in PCI controller code.David S. Miller1-6/+22
2007-05-08[SPARC64]: Kill asm-sparc64/pbm.hDavid S. Miller1-1/+1
2007-05-08[SPARC64]: Removal of trivial pci_controller_info uses.David S. Miller1-36/+30
2007-05-08[SPARC64]: Move index info pci_pbm_info.David S. Miller1-42/+35
2007-05-08[SPARC64]: Move pci_ops into pci_pbm_info.David S. Miller1-1/+1
2007-05-08[SPARC64] PCI: Use root list of pbm's instead of pci_controller_info'sDavid S. Miller1-58/+49
2007-05-08[SPARC64] PCI: Use common routine to fetch PBM properties.David S. Miller1-5/+1
2007-04-26[SPARC64]: Convert PCI over to generic struct iommu/strbuf.David S. Miller1-5/+5
2007-04-26[SPARC64]: Make sure pbm->prom_node is setup easly enough in psycho.cDavid S. Miller1-2/+2
2007-04-26[SPARC64]: Add dummy host controller to root of all PCI domains.David S. Miller1-0/+7
2007-04-26[SPARC64]: Kill pbm->pci_first_slot.David S. Miller1-5/+2
2007-04-26[SPARC64]: Kill pci_controller->pbms_same_domainDavid S. Miller1-1/+0
2007-04-26[SPARC64]: Kill pci_controller->base_address_update().David S. Miller1-45/+0
2007-04-26[SPARC64]: Kill pci_controller->resource_adjust()David S. Miller1-9/+0
2007-04-26[SPARC64]: Kill PBM ranges software state.David S. Miller1-10/+0
2007-04-26[SPARC64]: Kill PBM intmap software state.David S. Miller1-12/+0
2007-04-26[SPARC64]: Consolidate PCI mem/io resource determination.David S. Miller1-26/+3
2007-04-26[SPARC64]: Probe PCI bus using OF device tree.David S. Miller1-24/+2
2006-10-08[PATCH] sparc64 pt_regs fixesAl Viro1-3/+3
2006-07-14[SPARC64] Fix PSYCHO PCI controler init.Marc Zyngier1-1/+2
2006-07-14[SPARC64] psycho: Fix pbm->name handling in pbm_register_toplevel_resources()David S. Miller1-3/+0
2006-07-02[PATCH] irq-flags: SPARC64: Use the new IRQF_ constantsThomas Gleixner1-4/+4
2006-06-29[SPARC64]: of_device layer IRQ resolutionDavid S. Miller1-141/+20
2006-06-29[SPARC64]: Kill starfire_cookie from SBUS/PCI.David S. Miller1-3/+1
2006-06-23[SPARC64]: Convert sparc64 PCI layer to in-kernel device tree.David S. Miller1-1/+1
2006-06-23[SPARC64]: Use in-kernel OBP device tree for PCI controller probing.David S. Miller1-58/+50
2006-06-20[SPARC64]: Move over to GENERIC_HARDIRQS.David S. Miller1-1/+1