Age | Commit message (Expand) | Author | Files | Lines |
2012-09-05 | powerpc: Remove all includes of <asm/abs_addr.h> | Michael Ellerman | 1 | -1/+0 |
2012-04-04 | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma... | Linus Torvalds | 1 | -4/+6 |
2012-03-28 | PowerPC: adapt for dma_map_ops changes | Andrzej Pietrasiewicz | 1 | -4/+6 |
2012-02-01 | drivercore: Output common devicetree information in uevent | Grant Likely | 1 | -1/+1 |
2011-11-06 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+2 |
2011-10-31 | powerpc: Fix up implicit stat.h users | Paul Gortmaker | 1 | -0/+1 |
2011-10-31 | powerpc: add export.h to files making use of EXPORT_SYMBOL | Paul Gortmaker | 1 | -0/+1 |
2011-09-20 | powerpc: Tidy up dma_map_ops after adding new hook | Milton Miller | 1 | -7/+7 |
2011-09-20 | powerpc: Use the newly added get_required_mask dma_map_ops hook | Milton Miller | 1 | -1/+7 |
2011-04-11 | PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKS | Rafael J. Wysocki | 1 | -3/+3 |
2011-02-28 | dt/powerpc: move of_bus_type infrastructure to ibmebus | Grant Likely | 1 | -4/+400 |
2010-10-21 | of/device: Rework to use common platform_device_alloc() for allocating devices | Grant Likely | 1 | -7/+4 |
2010-07-24 | powerpc: remove references to of_device and to_of_device | Grant Likely | 1 | -4/+4 |
2010-05-22 | of: Remove duplicate fields from of_platform_driver | Grant Likely | 1 | -3/+0 |
2010-05-22 | drivercore: Add of_match_table to the common device drivers | Grant Likely | 1 | -1/+4 |
2010-05-18 | of: Always use 'struct device.of_node' to get device node pointer. | Grant Likely | 1 | -2/+2 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2009-08-28 | powerpc: use dma_map_ops struct | FUJITA Tomonori | 1 | -1/+1 |
2008-12-16 | powerpc: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -1/+1 |
2008-12-03 | powerpc/ibmebus: Get rid of the IRQ mapping in ibmebus_free_irq() | Sebastien Dugue | 1 | -0/+1 |
2008-10-31 | powerpc: Update remaining dma_mapping_ops to use map/unmap_page | Mark Nelson | 1 | -13/+14 |
2008-08-20 | powerpc/ibmebus: Restore "name" sysfs attribute on ibmebus devices | Joachim Fenkes | 1 | -12/+0 |
2008-07-09 | powerpc/ibmebus: more meaningful variable name | Paul Gortmaker | 1 | -2/+2 |
2008-07-09 | powerpc/dma: implement new dma_*map*_attrs() interfaces | Mark Nelson | 1 | -4/+8 |
2008-04-01 | [POWERPC] Replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -6/+6 |
2008-01-25 | [POWERPC] Make ibmebus use of_(un)register_driver | Stephen Rothwell | 1 | -5/+2 |
2008-01-17 | [POWERPC] arch/powerpc/kernel: Use for_each_child_of_node | Stephen Rothwell | 1 | -1/+1 |
2008-01-17 | [POWERPC] Add of_find_matching_node() helper function | Grant Likely | 1 | -0/+1 |
2007-12-21 | [POWERPC] The builtin matches for ibmebus.c can be __initdata | Stephen Rothwell | 1 | -1/+1 |
2007-10-22 | Update arch/ to use sg helpers | Jens Axboe | 1 | -2/+1 |
2007-10-17 | [POWERPC] ibmebus: Move to of_device and of_platform_driver, match eHCA and e... | Joachim Fenkes | 1 | -13/+15 |
2007-10-17 | [POWERPC] ibmebus: Add device creation and bus probing based on of_device | Joachim Fenkes | 1 | -18/+82 |
2007-10-17 | [POWERPC] ibmebus: Remove bus match/probe/remove functions | Joachim Fenkes | 1 | -193/+6 |
2007-10-16 | PPC: sg chaining support | Jens Axboe | 1 | -5/+6 |
2007-10-03 | [POWERPC] ibmebus: More descriptive error return code in ibmebus_store_probe() | Joachim Fenkes | 1 | -2/+2 |
2007-09-19 | [POWERPC] Don't cast kmalloc return value in ibmebus.c | Jesper Juhl | 1 | -1/+2 |
2007-09-11 | [POWERPC] ibmebus: Prevent bus_id collisions | Joachim Fenkes | 1 | -21/+9 |
2007-04-13 | [POWERPC] ibmebus: change probe/remove interface from using loc-code to DT path | Joachim Fenkes | 1 | -55/+60 |
2007-04-13 | [POWERPC] Rename get_property to of_get_property: arch/powerpc | Stephen Rothwell | 1 | -12/+10 |
2007-03-16 | [POWERPC] ibmebus: dynamic addition/removal of adapters, some code cleanup | Joachim Fenkes | 1 | -34/+133 |
2007-03-16 | [POWERPC] ibmebus: whitespace fixes | Joachim Fenkes | 1 | -63/+63 |
2006-12-04 | [POWERPC] Replace kmalloc+memset with kzalloc | Yan Burman | 1 | -2/+1 |
2006-12-04 | [POWERPC] Refactor 64 bits DMA operations | Benjamin Herrenschmidt | 1 | -1/+5 |
2006-10-09 | IRQ: Use the new typedef for interrupt handler function pointers | David Howells | 1 | -1/+1 |
2006-10-07 | [POWERPC] Fix up after irq changes | Olaf Hering | 1 | -1/+1 |
2006-08-01 | Merge branch 'merge' | Paul Mackerras | 1 | -1/+1 |
2006-07-31 | [POWERPC] Constify & voidify get_property() | Jeremy Kerr | 1 | -3/+3 |
2006-07-10 | [PATCH] powerpc: fix trigger handling in the new irq code | Benjamin Herrenschmidt | 1 | -1/+1 |
2006-07-03 | [POWERPC] Add new interrupt mapping core and change platforms to use it | Benjamin Herrenschmidt | 1 | -7/+2 |
2006-01-09 | [PATCH] powerpc: IBMEBUS bus support | Heiko J Schick | 1 | -0/+396 |