aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-09-10sparc32: Call parse_early_param() in setup_arch().David S. Miller1-0/+1
2008-09-10sparc32: Fix function signature of of_bus_sbus_get_flags().David S. Miller1-1/+1
2008-09-10sparc64: Get rid of pci_controller_info.David S. Miller1-0/+3
2008-09-10sparc32: Need to close openned RTC device just like sparc64.David S. Miller1-3/+6
2008-09-09sparc: remove unused includesBjoern B. Brandenburg2-4/+0
2008-09-08sparc32: Move sun4d show_leds() out of asm/obio.hDavid S. Miller3-12/+11
2008-09-08sparc32: Fix coding style of sparc_cpu_model setting code.David S. Miller1-7/+14
2008-09-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6David S. Miller6-27/+59
2008-09-08kernel/cpu.c: create a CPU_STARTING cpu_chain notifierManfred Spraul2-0/+3
2008-09-06SPARC: Use <asm-generic/statfs.h>David Woodhouse4-67/+3
2008-09-03sparc32: add init memory poisoningRobert Reif1-3/+11
2008-09-03sparc: Remove asm/rtc.hDavid S. Miller1-26/+0
2008-09-03sparc32: Kill asm/mostek.h.David S. Miller1-133/+0
2008-09-03sparc32: Kill remaining asm/mostek.h inclusions.David S. Miller2-2/+0
2008-09-03sparc32: use RTC subsystemDavid S. Miller3-159/+62
2008-09-03sparc: Fix handling of LANCE and ESP parent nodes in of_device.cDavid S. Miller1-4/+22
2008-09-02sparc32: Fix sun4c build warnings.David S. Miller1-4/+4
2008-09-02sparc64: Implement SSTATE purely using notifiers and initcalls.David S. Miller2-20/+0
2008-09-02sparc64: Move reboot handling into seperate file and kill power reg programming.David S. Miller1-6/+0
2008-08-31sparc64: Clean up CPU chip type probing code.David S. Miller1-1/+0
2008-08-31sparc: remove CONFIG_SUN4Adrian Bunk37-1025/+82
2008-08-31sparc64: Rewrite central driver.David S. Miller1-42/+1
2008-08-31sparc64: Delete starfire_cpu_setup().David S. Miller1-1/+0
2008-08-31sparc: Annotate of_device_id arrays with const or __initdata.David S. Miller4-4/+4
2008-08-30sparc: Stop setting NO_DMA.David S. Miller1-3/+0
2008-08-30sparc: Kill ebus_bus_type.David S. Miller2-12/+0
2008-08-30sparc: Kill EBUS driver layer.David S. Miller7-575/+1
2008-08-29sparc64: Convert EBUS floppy support to pure OF driver.David S. Miller1-50/+36
2008-08-29sparc: Move EBUS DMA interfaces into seperate header file.David S. Miller4-32/+37
2008-08-29sparc64: Use generic CMOS driver.David S. Miller1-8/+2
2008-08-29sparc: asm/mostek.h is now 32-bit onlyDavid S. Miller3-319/+168
2008-08-29sparc: Delete asm/sbus*.hDavid S. Miller3-108/+0
2008-08-29sparc: Kill now spurious includes of sbus.hDavid S. Miller11-11/+6
2008-08-29sparc32: Kill iounit_map_dma_*().David S. Miller3-55/+0
2008-08-29sparc: Kill sbus_bus_type.David S. Miller2-10/+0
2008-08-29sparc: Remove generic SBUS probing layer.David S. Miller6-57/+41
2008-08-29sparc: Add OF archdata propagation helper.David S. Miller2-0/+24
2008-08-29sparc: Kill sbus_arch_preinit().David S. Miller1-9/+3
2008-08-29sparc32: Kill sbus_is_slave().David S. Miller1-7/+0
2008-08-29sparc: Kill OBP property members of sbus_dev and sbus_busDavid S. Miller2-13/+0
2008-08-29sparc: Kill sbus_devaddr() and sbus_dev_slot().David S. Miller2-36/+0
2008-08-29sparc: Kill sbus_ioremap() and sbus_iounmap().David S. Miller4-39/+0
2008-08-29sparc: Convert remaining sbus_ioremap() and sbus_iounmap() users.David S. Miller6-14/+23
2008-08-29sparc: Remove dinky old-style SBUS probing facilities.David S. Miller3-27/+0
2008-08-29sparc: Remove SBUS layer resource and irq handling.David S. Miller3-58/+0
2008-08-29sparc: Kill SBUS layer IRQ hooks.David S. Miller6-120/+0
2008-08-29sparc32: Convert sun4d IRQ code to use generic device tree probing.David S. Miller1-35/+48
2008-08-29sparc32: Convert pmc to OF driver.David S. Miller1-29/+28
2008-08-29sparc32: Convert apc to OF driver.David S. Miller1-34/+38
2008-08-29sparc32: Make mmu_map_dma_area and mmu_unmap_dma_area take a device pointer.David S. Miller5-23/+19