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