aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/ibmebus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-18powerpc/pseries: Move ibmebus.c into platforms pseriesMichael Ellerman1-767/+0
2016-11-14powerpc/ibmebus: Fix further device reference leaksJohan Hovold1-2/+6
2016-11-14powerpc/ibmebus: Fix device reference leaks in sysfs interfaceJohan Hovold1-2/+6
2016-09-20powerpc: Remove all usages of NO_IRQMichael Ellerman1-1/+1
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-6/+6
2016-04-12powerpc: sparse: static-ify some thingsDaniel Axtens1-1/+1
2014-09-25powerpc: make of_device_ids constUwe Kleine-König1-1/+1
2013-09-26PPC: ibmebus: convert bus code to use bus_groupsGreg Kroah-Hartman1-6/+8
2013-06-12ibmebus: convert of_platform_driver to platform_driverRob Herring1-12/+10
2012-09-05powerpc: Remove all includes of <asm/abs_addr.h>Michael Ellerman1-1/+0
2012-04-04Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds1-4/+6
2012-03-28PowerPC: adapt for dma_map_ops changesAndrzej Pietrasiewicz1-4/+6
2012-02-01drivercore: Output common devicetree information in ueventGrant Likely1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+2
2011-10-31powerpc: Fix up implicit stat.h usersPaul Gortmaker1-0/+1
2011-10-31powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker1-0/+1
2011-09-20powerpc: Tidy up dma_map_ops after adding new hookMilton Miller1-7/+7
2011-09-20powerpc: Use the newly added get_required_mask dma_map_ops hookMilton Miller1-1/+7
2011-04-11PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKSRafael J. Wysocki1-3/+3
2011-02-28dt/powerpc: move of_bus_type infrastructure to ibmebusGrant Likely1-4/+400
2010-10-21of/device: Rework to use common platform_device_alloc() for allocating devicesGrant Likely1-7/+4
2010-07-24powerpc: remove references to of_device and to_of_deviceGrant Likely1-4/+4
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-3/+0
2010-05-22drivercore: Add of_match_table to the common device driversGrant Likely1-1/+4
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-2/+2
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-08-28powerpc: use dma_map_ops structFUJITA Tomonori1-1/+1
2008-12-16powerpc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-12-03powerpc/ibmebus: Get rid of the IRQ mapping in ibmebus_free_irq()Sebastien Dugue1-0/+1
2008-10-31powerpc: Update remaining dma_mapping_ops to use map/unmap_pageMark Nelson1-13/+14
2008-08-20powerpc/ibmebus: Restore "name" sysfs attribute on ibmebus devicesJoachim Fenkes1-12/+0
2008-07-09powerpc/ibmebus: more meaningful variable namePaul Gortmaker1-2/+2
2008-07-09powerpc/dma: implement new dma_*map*_attrs() interfacesMark Nelson1-4/+8
2008-04-01[POWERPC] Replace remaining __FUNCTION__ occurrencesHarvey Harrison1-6/+6
2008-01-25[POWERPC] Make ibmebus use of_(un)register_driverStephen Rothwell1-5/+2
2008-01-17[POWERPC] arch/powerpc/kernel: Use for_each_child_of_nodeStephen Rothwell1-1/+1
2008-01-17[POWERPC] Add of_find_matching_node() helper functionGrant Likely1-0/+1
2007-12-21[POWERPC] The builtin matches for ibmebus.c can be __initdataStephen Rothwell1-1/+1
2007-10-22Update arch/ to use sg helpersJens Axboe1-2/+1
2007-10-17[POWERPC] ibmebus: Move to of_device and of_platform_driver, match eHCA and eHEA driversJoachim Fenkes1-13/+15
2007-10-17[POWERPC] ibmebus: Add device creation and bus probing based on of_deviceJoachim Fenkes1-18/+82
2007-10-17[POWERPC] ibmebus: Remove bus match/probe/remove functionsJoachim Fenkes1-193/+6
2007-10-16PPC: sg chaining supportJens Axboe1-5/+6
2007-10-03[POWERPC] ibmebus: More descriptive error return code in ibmebus_store_probe()Joachim Fenkes1-2/+2
2007-09-19[POWERPC] Don't cast kmalloc return value in ibmebus.cJesper Juhl1-1/+2
2007-09-11[POWERPC] ibmebus: Prevent bus_id collisionsJoachim Fenkes1-21/+9
2007-04-13[POWERPC] ibmebus: change probe/remove interface from using loc-code to DT pathJoachim Fenkes1-55/+60
2007-04-13[POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell1-12/+10
2007-03-16[POWERPC] ibmebus: dynamic addition/removal of adapters, some code cleanupJoachim Fenkes1-34/+133
2007-03-16[POWERPC] ibmebus: whitespace fixesJoachim Fenkes1-63/+63