aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/vio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely1-1/+25
2010-05-21powerpc/vio: Switch VIO Bus PM to use generic helpersBrian King1-24/+1
2010-05-18of: eliminate of_device->node and dev_archdata->{of,prom}_nodeGrant Likely1-9/+8
2010-04-28driver-core: Add device node pointer to struct deviceGrant Likely1-1/+2
2010-04-07powerpc/vio: Add power management supportBenjamin Herrenschmidt1-0/+24
2010-04-07powerpc/vio: Add missing unlock in error pathJulia Lawall1-1/+3
2010-04-07powerpc/vio: Add modalias supportBenjamin Herrenschmidt1-0/+21
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-24powerpc: Change archdata dma_data to a unionBecky Bruce1-1/+1
2009-09-24powerpc: kmalloc failure ignored in vio_build_iommu_table()roel kluin1-0/+2
2009-08-28powerpc: use dma_map_ops structFUJITA Tomonori1-1/+1
2009-04-02workqueue: add to_delayed_work() helper functionJean Delvare1-1/+1
2009-01-28powerpc/pseries: Correct VIO bus accounting problem in CMO env.Robert Jennings1-3/+4
2008-12-16powerpc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-6/+6
2008-10-31powerpc: Update remaining dma_mapping_ops to use map/unmap_pageMark Nelson1-12/+13
2008-09-24powerpc: Drop archdata numa_nodeBecky Bruce1-1/+1
2008-08-20powerpc: Fix vio_bus_probe oops on probe errorBrian King1-1/+1
2008-07-28powerpc/vio: More fallout from dma_mapping_error API changeStephen Rothwell1-1/+1
2008-07-28powerpc: Fix vio build warningsNathan Lynch1-2/+2
2008-07-25powerpc/pseries: vio bus support for CMORobert Jennings1-6/+1027
2008-04-01[POWERPC] Replace remaining __FUNCTION__ occurrencesHarvey Harrison1-5/+5
2008-02-06[POWERPC] iSeries: Fix section mismatch in viodsasdStephen Rothwell1-1/+1
2008-01-27PPC: Fix powerpc vio_find_name to not use devices_subsysPaul Mackerras1-9/+4
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-13/+3
2007-10-11[POWERPC] iSeries: Move detection of virtual cdromsStephen Rothwell1-3/+0
2007-10-11[POWERPC] Remove more iSeries-specific stuff from vio.cStephen Rothwell1-53/+25
2007-10-11[POWERPC] Remove iSeries_vio_devStephen Rothwell1-6/+1
2007-10-11[POWERPC] Clean up vio.hStephen Rothwell1-11/+0
2007-10-03[POWERPC] Make vio_bus_type staticStephen Rothwell1-1/+3
2007-10-03[POWERPC] Simplify vio_bus_init a little for legacy iSeriesStephen Rothwell1-7/+7
2007-10-03[POWERPC] Remove debug printk from vio_bus_initStephen Rothwell1-4/+1
2007-05-08Merge branch 'linux-2.6'Paul Mackerras1-2/+2
2007-05-07[POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell1-1/+1
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman1-2/+2
2007-04-24[POWERPC] Remove old interface find_devicesStephen Rothwell1-1/+2
2007-04-13[POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell1-7/+7
2007-01-24[POWERPC] arch/powerpc/kernel/vio.c of_node_put cleanupMariusz Kozlowski1-4/+2
2006-12-04[POWERPC] Refactor 64 bits DMA operationsBenjamin Herrenschmidt1-73/+21
2006-11-01[POWERPC] Use 4kB iommu pages even on 64kB-page systemsLinas Vepstas1-2/+2
2006-07-31[POWERPC] Constify & voidify get_property()Jeremy Kerr1-8/+8
2006-07-03[POWERPC] Add new interrupt mapping core and change platforms to use itBenjamin Herrenschmidt1-11/+1
2006-06-15[POWERPC] node local IOMMU tablesAnton Blanchard1-3/+3
2006-06-09[PATCH] powerpc: node-aware dma allocationsChristoph Hellwig1-1/+1
2006-05-19[PATCH] powerpc: the iSeries vio lan driver changed device typeStephen Rothwell1-1/+1
2006-05-19[PATCH] powerpc: pseries: Use generic dma-window parsing functionJeremy Kerr1-22/+14
2006-04-29[PATCH] powerpc: merge the rest of the vio codeStephen Rothwell1-34/+164
2006-04-29[PATCH] powerpc: use a common vio_match_device routineStephen Rothwell1-1/+2
2006-04-29[PATCH] powerpc: use the device tree for the iSeries vio bus probeStephen Rothwell1-28/+143
2006-04-21[PATCH] powerpc: IOMMU support for honoring dma_maskOlof Johansson1-3/+3
2006-01-13[PATCH] Add vio_bus_type probe and remove methodsRussell King1-4/+4