summaryrefslogtreecommitdiffstats
path: root/arch/sparc64/kernel/of_device.c
Commit message (Expand)AuthorAgeFilesLines
* sparc,sparc64: unify kernel/Sam Ravnborg2008-12-041-898/+0Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-10-111-5/+4Star
|\
| * sparc64: Fix disappearing PCI devices on e3500.David S. Miller2008-09-211-5/+4Star
* | sparc64: Fix sparse warnings in of_device.cDavid S. Miller2008-09-121-2/+1Star
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...David S. Miller2008-09-091-6/+14
|\|
| * sparc: Fix resource flags for PCI children in OF device tree.David S. Miller2008-08-291-6/+14
* | sparc: Fix handling of LANCE and ESP parent nodes in of_device.cDavid S. Miller2008-09-031-1/+10
* | sparc: Kill ebus_bus_type.David S. Miller2008-08-301-10/+0Star
* | sparc: Kill sbus_bus_type.David S. Miller2008-08-291-9/+0Star
* | sparc: Add OF archdata propagation helper.David S. Miller2008-08-291-0/+22
* | sparc64: Fix irq_of_parse_and_map() and irq_dispose_mapping().David S. Miller2008-08-261-2/+2
* | sparc: Implement irq_of_parse_and_map() and irq_dispose_mapping().David S. Miller2008-08-251-0/+11
|/
* sparc64: Kill isa_bus_type.David S. Miller2008-07-301-5/+0Star
* sparc64: fix up bus_id changes in sparc core codeGreg Kroah-Hartman2008-07-221-2/+2
* sparc64: Do not ignore 'pmu' device ranges.David S. Miller2008-04-271-6/+0Star
* [SPARC64]: NUMA device infrastructure.David S. Miller2008-04-241-1/+11
* [SPARC]: Remove of_platform_device_createStephen Rothwell2008-02-091-26/+0Star
* [SPARC/64]: Consolidate of_register_driverStephen Rothwell2007-10-181-20/+0Star
* [SPARC/64]: Prepare to remove of_platform_driver name.Stephen Rothwell2007-10-141-1/+4
* [SPARC]: Make sure dev_archdata is filled in for all devices.David S. Miller2007-07-211-0/+5
* Create drivers/of/platform.cStephen Rothwell2007-07-201-107/+11Star
* [SPARC/64] Rename some functions like PowerPCStephen Rothwell2007-07-201-25/+25
* Begin to consolidate of_device.cStephen Rothwell2007-07-201-111/+3Star
* [SPARC64]: Handle PCI bridges without 'ranges' property.David S. Miller2007-06-081-5/+14
* [SPARC64]: Be more resiliant with PCI I/O space regs.David S. Miller2007-05-141-0/+7
* [SPARC64]: Spelling fixes.Simon Arlott2007-05-121-2/+2
* [SPARC64]: Fix PCI rework to adhere to of_get_property() const return.David S. Miller2007-04-261-2/+2
* [SPARC64]: Kill pbm->pci_first_slot.David S. Miller2007-04-261-6/+0Star
* [SPARC64]: Fix sabre pci controllers with new probing scheme.David S. Miller2007-04-261-0/+29
* [SPARC64]: constify of_get_property return: arch/sparc64Stephen Rothwell2007-04-261-12/+12
* [SPARC]: Handle unresolvable resources better in of_device.cDavid S. Miller2007-03-031-3/+0Star
* [SPARC]: Fix bus handling in build_device_resources().David S. Miller2007-03-031-3/+4
* [SPARC64]: Fix PCI interrupts on E450 et al.David S. Miller2007-02-271-2/+38
* [SPARC64]: Fix of_iounmap() region release.David S. Miller2006-12-311-2/+5
* [SPARC64]: Replace kmalloc+memset with kzallocYan Burman2006-12-101-2/+1Star
* [SPARC]: Fix bus_id[] string overflow.David S. Miller2006-10-271-1/+1
* [SPARC64]: Fix central/FHC bus handling on Ex000 systems.David S. Miller2006-10-261-9/+24
* [SPARC64]: Fix of_ioremap().David S. Miller2006-10-201-1/+6
* [SPARC64]: Fix of_device bus_id settings.David S. Miller2006-10-101-1/+1
* Remove all inclusions of <linux/config.h>Dave Jones2006-10-041-1/+0Star
* [SPARC64]: Fix more of_device layer IRQ bugs, and correct PROMREG_MAX.David S. Miller2006-07-211-2/+32
* [SPARC]: Fix OF register translations under sub-PCI busses.David S. Miller2006-07-131-146/+162
* [SPARC64]: of_device_register() error checking fixAndrew Morton2006-07-131-2/+4
* [SPARC64]: Mask out top 8-bits in physical address when building resources.David S. Miller2006-06-301-0/+3
* [SPARC64]: of_device layer IRQ resolutionDavid S. Miller2006-06-301-6/+188
* [SPARC]: Add of_io{remap,unmap}().David S. Miller2006-06-301-0/+17
* [SPARC]: Beginnings of generic of_device framework.David S. Miller2006-06-301-2/+488
* [SPARC]: Export x_bus_type to modules.David S. Miller2006-06-261-0/+3
* [SPARC64]: Add of_device layer and make ebus/isa use it.David S. Miller2006-06-241-0/+279