aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/sbus/sbus.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-29sparc: Kill sbus_arch_preinit().David S. Miller1-3/+0
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. Miller3-30/+1
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. Miller5-42/+0
2008-08-29sparc: Remove SBUS layer resource and irq handling.David S. Miller5-185/+1
2008-08-29sparc: Kill SBUS layer IRQ hooks.David S. Miller8-148/+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: Convert uctrl driver to OF driver.David S. Miller2-97/+121
2008-08-29sparc: Convert flash driver to OF device probing.David S. Miller1-80/+50
2008-08-29fore200e: Convert over to pure OF driver.David S. Miller2-232/+189
2008-08-29cs4231: Convert SBUS side to OF driver.David S. Miller1-28/+50
2008-08-29alsa: Remove special SBUS dma support code.David S. Miller4-56/+2
2008-08-29cs4231: Use SNDRV_DMA_TYPE_DEV instead of SNDRV_DMA_TYPE_SBUS.David S. Miller1-3/+3
2008-08-29dbri: Convert to pure OF driver.David S. Miller1-32/+27
2008-08-29amd7930: Convert to pure OF driver.David S. Miller1-63/+20
2008-08-29qlogicpti: Convert to pure OF driver.David S. Miller2-54/+56
2008-08-29sun_esp: Convert to pure OF driver.David S. Miller1-72/+64
2008-08-29parport_sunbpp: Convert to pure OF driver.David S. Miller1-27/+20
2008-08-29sunqe: Convert to pure OF driver.David S. Miller2-80/+71
2008-08-29sunlance: Convert to pure OF driver.David S. Miller1-47/+40
2008-08-29sunhme: Convert to pure OF driver.David S. Miller2-154/+97
2008-08-29sunbmac: Convert to pure OF driver.David S. Miller2-88/+70
2008-08-29myri_sbus: Convert to pure OF driver.David S. Miller2-89/+69
2008-08-29sparc: Move SBUS DMA attribute interfaces out of asm/sbus.hDavid S. Miller12-26/+54
2008-08-29sparc: Convert all SBUS drivers to dma_*() interfaces.David S. Miller14-310/+206
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. Miller16-156/+167
2008-08-29sparc: Propagate SBUS iommu archdata into real of_device objects.David S. Miller1-4/+20
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. Miller12-717/+246
2008-08-29sparc: Kill videopix SBUS driver.David S. Miller8-1356/+0
2008-08-29sparc: Delete bare sbus char bpp driver, obsoleted by parport_sunbppDavid S. Miller8-1141/+0
2008-08-25sparc64: Fix irq_of_parse_and_map() and irq_dispose_mapping().David S. Miller3-6/+8
2008-08-25sparc64: Use the cond_syscall()s in kernel/sys_ni.c instead of home-grown copy.David S. Miller2-20/+2
2008-08-25sparc64: Add JBUS UltraSPARC-IIIi support to memory controller driver.David S. Miller1-83/+453
2008-08-24sparc64: Allow chmc to be built as a module.David S. Miller4-2/+17
2008-08-24sparc64: Add generic interface for registering a dimm printing handler.David S. Miller3-13/+79
2008-08-24sparc64: Use consistent chmc_ prefix in variables, types, and functions.David S. Miller1-117/+120
2008-08-24sparc64: Convert UltraSPARC-III memory controller driver to OF driver probing.David S. Miller1-41/+78
2008-08-24hwmon: Add Ultra45 workstation hwmon driver.David S. Miller3-0/+328