aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/ibmebus.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+2
|\
| * powerpc: Fix up implicit stat.h usersPaul Gortmaker2011-10-311-0/+1
| * powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker2011-10-311-0/+1
* | powerpc: Tidy up dma_map_ops after adding new hookMilton Miller2011-09-201-7/+7
* | powerpc: Use the newly added get_required_mask dma_map_ops hookMilton Miller2011-09-201-1/+7
|/
* PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKSRafael J. Wysocki2011-04-111-3/+3
* dt/powerpc: move of_bus_type infrastructure to ibmebusGrant Likely2011-02-281-4/+400
* of/device: Rework to use common platform_device_alloc() for allocating devicesGrant Likely2010-10-211-7/+4
* powerpc: remove references to of_device and to_of_deviceGrant Likely2010-07-241-4/+4
* of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-3/+0
* drivercore: Add of_match_table to the common device driversGrant Likely2010-05-221-1/+4
* of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-181-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* powerpc: use dma_map_ops structFUJITA Tomonori2009-08-281-1/+1
* powerpc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-12-161-1/+1
* powerpc/ibmebus: Get rid of the IRQ mapping in ibmebus_free_irq()Sebastien Dugue2008-12-031-0/+1
* powerpc: Update remaining dma_mapping_ops to use map/unmap_pageMark Nelson2008-10-311-13/+14
* powerpc/ibmebus: Restore "name" sysfs attribute on ibmebus devicesJoachim Fenkes2008-08-201-12/+0
* powerpc/ibmebus: more meaningful variable namePaul Gortmaker2008-07-091-2/+2
* powerpc/dma: implement new dma_*map*_attrs() interfacesMark Nelson2008-07-091-4/+8
* [POWERPC] Replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-011-6/+6
* [POWERPC] Make ibmebus use of_(un)register_driverStephen Rothwell2008-01-251-5/+2
* [POWERPC] arch/powerpc/kernel: Use for_each_child_of_nodeStephen Rothwell2008-01-171-1/+1
* [POWERPC] Add of_find_matching_node() helper functionGrant Likely2008-01-171-0/+1
* [POWERPC] The builtin matches for ibmebus.c can be __initdataStephen Rothwell2007-12-211-1/+1
* Update arch/ to use sg helpersJens Axboe2007-10-221-2/+1
* [POWERPC] ibmebus: Move to of_device and of_platform_driver, match eHCA and e...Joachim Fenkes2007-10-171-13/+15
* [POWERPC] ibmebus: Add device creation and bus probing based on of_deviceJoachim Fenkes2007-10-171-18/+82
* [POWERPC] ibmebus: Remove bus match/probe/remove functionsJoachim Fenkes2007-10-171-193/+6
* PPC: sg chaining supportJens Axboe2007-10-161-5/+6
* [POWERPC] ibmebus: More descriptive error return code in ibmebus_store_probe()Joachim Fenkes2007-10-031-2/+2
* [POWERPC] Don't cast kmalloc return value in ibmebus.cJesper Juhl2007-09-191-1/+2
* [POWERPC] ibmebus: Prevent bus_id collisionsJoachim Fenkes2007-09-111-21/+9
* [POWERPC] ibmebus: change probe/remove interface from using loc-code to DT pathJoachim Fenkes2007-04-131-55/+60
* [POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell2007-04-131-12/+10
* [POWERPC] ibmebus: dynamic addition/removal of adapters, some code cleanupJoachim Fenkes2007-03-161-34/+133
* [POWERPC] ibmebus: whitespace fixesJoachim Fenkes2007-03-161-63/+63
* [POWERPC] Replace kmalloc+memset with kzallocYan Burman2006-12-041-2/+1
* [POWERPC] Refactor 64 bits DMA operationsBenjamin Herrenschmidt2006-12-041-1/+5
* IRQ: Use the new typedef for interrupt handler function pointersDavid Howells2006-10-091-1/+1
* [POWERPC] Fix up after irq changesOlaf Hering2006-10-071-1/+1
* Merge branch 'merge'Paul Mackerras2006-08-011-1/+1
|\
| * [PATCH] powerpc: fix trigger handling in the new irq codeBenjamin Herrenschmidt2006-07-101-1/+1
* | [POWERPC] Constify & voidify get_property()Jeremy Kerr2006-07-311-3/+3
|/
* [POWERPC] Add new interrupt mapping core and change platforms to use itBenjamin Herrenschmidt2006-07-031-7/+2
* [PATCH] powerpc: IBMEBUS bus supportHeiko J Schick2006-01-091-0/+396