summaryrefslogtreecommitdiff
path: root/arch/sparc64/kernel/pci_schizo.c
Commit message (Expand)AuthorAgeFilesLines
* sparc64: Kill hand-crafted I/O accessors in PCI controller drivers.David S. Miller2008-09-101-94/+73
* sparc64: Record OF device instead of device node pointer in pci_pbm_info.David S. Miller2008-09-101-6/+6
* sparc64: Get rid of pci_controller_info.David S. Miller2008-09-101-47/+37
* pci_schizo: Use of_get_property() and delete spurious local vars.David S. Miller2008-09-021-17/+8
* sparc64: Pass proper parent device down into root pci_create_bus() call.David S. Miller2008-09-011-8/+11
* sparc64: Simplify error handling in PCI controller probing.David S. Miller2008-08-311-14/+18
* sparc: Annotate of_device_id arrays with const or __initdata.David S. Miller2008-08-311-1/+1
* sparc64: Convert SCHIZO PCI controller driver into a real driver.David S. Miller2008-08-301-37/+80
* sparc: don't use asm/of_device.hStephen Rothwell2008-08-071-1/+1
* [SPARC64]: NUMA device infrastructure.David S. Miller2008-04-231-1/+4
* [SPARC64]: Fix of section mismatch warnings.Sam Ravnborg2008-01-211-8/+9
* [SPARC64]: Spelling fixesJoe Perches2007-12-201-1/+1
* [SPARC64]: Kill pci_memspace_mask.David S. Miller2007-10-131-3/+0
* [SPARC64]: Fix conflicts in SBUS/PCI/EBUS/ISA DMA handling.David S. Miller2007-07-301-14/+28
* [SPARC64] PCI: Consolidate PCI access code into pci_common.cDavid S. Miller2007-05-091-120/+2
* [SPARC64]: Fix request_irq() ignored result warnings in PCI controller code.David S. Miller2007-05-081-36/+68
* [SPARC64]: Kill asm-sparc64/pbm.hDavid S. Miller2007-05-081-1/+2
* [SPARC64]: Move index info pci_pbm_info.David S. Miller2007-05-081-26/+25
* [SPARC64]: Move pci_ops into pci_pbm_info.David S. Miller2007-05-081-1/+1
* [SPARC64] PCI: Use root list of pbm's instead of pci_controller_info'sDavid S. Miller2007-05-081-167/+89
* [SPARC64] PCI: Use common routine to fetch PBM properties.David S. Miller2007-05-081-9/+1
* [SPARC64]: Convert PCI over to generic struct iommu/strbuf.David S. Miller2007-04-261-6/+6
* [SPARC64]: Fix PCI rework to adhere to of_get_property() const return.David S. Miller2007-04-261-3/+3
* [SPARC64]: Add dummy host controller to root of all PCI domains.David S. Miller2007-04-261-0/+6
* [SPARC64]: Kill pbm->pci_first_slot.David S. Miller2007-04-261-1/+0
* [SPARC64]: Kill pci_controller->base_address_update().David S. Miller2007-04-261-45/+0
* [SPARC64]: Kill pci_controller->resource_adjust()David S. Miller2007-04-261-9/+0
* [SPARC64]: Kill PBM ranges software state.David S. Miller2007-04-261-5/+0
* [SPARC64]: Kill PBM intmap software state.David S. Miller2007-04-261-8/+0
* [SPARC64]: Consolidate PCI mem/io resource determination.David S. Miller2007-04-261-78/+3
* [SPARC64]: Minor cleanups to schizo pci controller driver.David S. Miller2007-04-261-79/+31
* [SPARC64]: Probe PCI bus using OF device tree.David S. Miller2007-04-261-24/+2
* [PATCH] sparc64 pt_regs fixesAl Viro2006-10-081-4/+4
* [PATCH] irq-flags: SPARC64: Use the new IRQF_ constantsThomas Gleixner2006-07-021-10/+10
* [SPARC64]: of_device layer IRQ resolutionDavid S. Miller2006-06-291-251/+60
* [SPARC64]: Convert sparc64 PCI layer to in-kernel device tree.David S. Miller2006-06-231-1/+1
* [SPARC64]: Use in-kernel OBP device tree for PCI controller probing.David S. Miller2006-06-231-97/+76
* [SPARC64]: Move over to GENERIC_HARDIRQS.David S. Miller2006-06-201-3/+3
* [SPARC64]: Virtualize IRQ numbers.David S. Miller2006-06-201-45/+41
* [SPARC64]: Kill ino_bucket->pilDavid S. Miller2006-06-201-102/+2
* [SPARC64]: Fix new context version SMP handling.David S. Miller2006-03-201-6/+6
* [SPARC64]: kzalloc() conversionEric Sesterhenn2006-03-201-8/+4
* [SPARC64]: Consolidate common PCI IOMMU init code.David S. Miller2005-10-131-54/+3
* [SPARC64]: Fix mask formation in tomatillo_wsync_handler()David S. Miller2005-09-241-1/+1
* [PATCH] Make sparc64 use setup-res.cDavid S. Miller2005-09-081-24/+24
* [SPARC64]: Fix IRQ retry interval timer value on sparc64 PCI controllers.David S. Miller2005-07-041-3/+1
* [SPARC64]: Small Schizo PCI controller programming tweaks.David S. Miller2005-07-041-15/+8
* [SPARC64]: Do proper DMA IRQ syncing on TomatilloDavid S. Miller2005-07-041-0/+51
* [SPARC64]: Fix streaming buffer flushing on PCI and SBUS.David S. Miller2005-05-311-1/+1
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+2187