summaryrefslogtreecommitdiffstats
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-29sparc32: Kill mmu_translate_dvma and implementations.David S. Miller4-34/+0
2008-08-29sparc32: Kill mmu_translate_dvma() usage.David S. Miller1-35/+1
2008-08-29sparc64: Convert SBUS floppy probing to use OF device objects.David S. Miller1-18/+27
2008-08-29sparc: Move SBUS DMA attribute interfaces out of asm/sbus.hDavid S. Miller5-9/+23
2008-08-29sparc: Convert all SBUS drivers to dma_*() interfaces.David S. Miller3-88/+0
2008-08-29sparc32: Implement more generic dma_*() interfaces.David S. Miller5-6/+298
2008-08-29sparc32: Make mmu_{get,release}_*() take a struct device pointer.David S. Miller4-53/+47
2008-08-29sparc: Make SBUS DMA interfaces take struct device.David S. Miller4-71/+42
2008-08-29sparc32: Make IOMMU and IO-UNIT init work with device nodes.David S. Miller5-40/+45
2008-08-29sparc: Kill SBUS DVMA layer.David S. Miller5-499/+147
2008-08-29sparc: Kill videopix SBUS driver.David S. Miller2-59/+0
2008-08-29sparc: Delete bare sbus char bpp driver, obsoleted by parport_sunbppDavid S. Miller3-75/+0
2008-08-25sparc64: Fix irq_of_parse_and_map() and irq_dispose_mapping().David S. Miller2-4/+6
2008-08-24sparc64: Add generic interface for registering a dimm printing handler.David S. Miller1-0/+9
2008-08-24sparc: Add GPIO layer support.David S. Miller2-0/+42
2008-08-24sparc: Implement irq_of_parse_and_map() and irq_dispose_mapping().David S. Miller2-0/+19
2008-08-24sparc: Add mutex for set property calls.David S. Miller2-0/+8
2008-08-12sparc64: Implement IRQ stacks.David S. Miller1-0/+4
2008-08-12sparc: remove include of linux/of_device.h from asm/of_device.hStephen Rothwell1-2/+1
2008-08-07sparc: don't use asm/of_device.hStephen Rothwell7-7/+9
2008-08-06of/sparc: remove include of linux/of_platform.h from asm/of_platform.hStephen Rothwell1-3/+0
2008-07-31sparc: Add __KERNEL__ ifdef protection to pt_regs helpers.David S. Miller2-26/+25
2008-07-30sparc64: Hook up trigger_all_cpu_backtrace().David S. Miller1-0/+3
2008-07-30sparc64: Make global reg dumping even more useful.David S. Miller1-4/+4
2008-07-30sparc64: FUTEX_OP_ANDN fixMikael Pettersson1-1/+1
2008-07-29sparc: merge of_platform_{32,64}.hStephen Rothwell3-53/+21
2008-07-29sparc64: Kill isa_bus_type.David S. Miller1-1/+0
2008-07-27sparc: Set CONFIG_HAVE_ARCH_TRACEHOOKDavid S. Miller1-0/+1
2008-07-27sparc: Add task_pt_regs().David S. Miller1-0/+1
2008-07-27sparc: Add call to tracehook_signal_handler().David S. Miller1-0/+2
2008-07-27sparc: Create and use TIF_NOTIFY_RESUME.David S. Miller3-4/+22
2008-07-27sparc: Use tracehook routines in syscall_trace().David S. Miller2-17/+21