| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc/axon_msi: Validate msi irq via chip_data | Milton Miller | 2011-05-19 | 1 | -1/+2 |
* | powerpc/irq: Stop exporting irq_map | Grant Likely | 2011-05-04 | 1 | -1/+1 |
* | powerpc: Convert to new irq_* function names | Thomas Gleixner | 2011-03-29 | 1 | -7/+7 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2011-03-18 | 1 | -1/+2 |
|\ |
|
| * | powerpc: platforms/cell irq_data conversion. | Lennert Buytenhek | 2011-03-10 | 1 | -1/+2 |
* | | dt/powerpc: Eliminate users of of_platform_{,un}register_driver | Grant Likely | 2011-02-28 | 1 | -7/+4 |
|/ |
|
* | pci: Convert msi to new irq_chip functions | Thomas Gleixner | 2010-10-12 | 1 | -3/+3 |
* | powerpc: remove references to of_device and to_of_device | Grant Likely | 2010-07-24 | 1 | -2/+2 |
* | of: Remove duplicate fields from of_platform_driver | Grant Likely | 2010-05-22 | 1 | -3/+4 |
* | of: Always use 'struct device.of_node' to get device node pointer. | Grant Likely | 2010-05-18 | 1 | -1/+1 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | powerpc: Fixup last users of irq_chip->typename | Thomas Gleixner | 2009-11-24 | 1 | -1/+1 |
* | powerpc: Fix memory leak in axon_msi.c | Michael Ellerman | 2009-10-14 | 1 | -1/+1 |
* | powerpc/cell: Use pr_devel() in axon_msi.c | Michael Ellerman | 2009-07-08 | 1 | -11/+11 |
* | powerpc/cell: Use driver_data acessors, not platform_data in Axon MSI | Michael Ellerman | 2009-06-15 | 1 | -2/+2 |
* | powerpc/cell/axon-msi: Fix MSI after kexec | Arnd Bergmann | 2008-12-16 | 1 | -0/+3 |
* | powerpc/cell/axon-msi: Retry on missing interrupt | Arnd Bergmann | 2008-12-01 | 1 | -5/+31 |
* | powerpc: Fix irq_alloc_host() reference counting and callers | Michael Ellerman | 2008-06-09 | 1 | -1/+1 |
* | powerpc: Rework Axon MSI setup so we can avoid freeing the irq_host | Michael Ellerman | 2008-06-09 | 1 | -9/+7 |
* | [POWERPC] Add debugging trigger to Axon MSI code | Michael Ellerman | 2008-05-23 | 1 | -0/+58 |
* | [POWERPC] Use of_get_next_parent() in platforms/cell/axon_msi.c | Michael Ellerman | 2008-04-24 | 1 | -3/+3 |
* | [POWERPC] Avoid possible extra of_node_put in axon_msi.c | Stephen Rothwell | 2008-02-06 | 1 | -1/+1 |
* | [POWERPC] Avoid DMA exception when using axon_msi with IOMMU | Michael Ellerman | 2008-02-06 | 1 | -11/+10 |
* | [POWERPC] Convert axon_msi to an of_platform driver | Michael Ellerman | 2008-02-06 | 1 | -42/+34 |
* | Remove msic_dcr_read() in axon_msi.c | Michael Ellerman | 2007-10-15 | 1 | -7/+2 |
* | Add dcr_host_t.base in dcr_read()/dcr_write() | Michael Ellerman | 2007-10-15 | 1 | -2/+2 |
* | [POWERPC] Update axon_msi to use dcr_host_t.base | Michael Ellerman | 2007-10-03 | 1 | -7/+6 |
* | [POWERPC] Make sure to of_node_get() the result of pci_device_to_OF_node() | Michael Ellerman | 2007-10-03 | 1 | -2/+2 |
* | [POWERPC] Provide a default irq_host match, which matches on an exact of_node | Michael Ellerman | 2007-09-14 | 1 | -6/+0 |
* | [POWERPC] Add an optional device_node pointer to the irq_host | Michael Ellerman | 2007-09-14 | 1 | -9/+5 |
* | [CELL] add support for MSI on Axon-based Cell systems | Michael Ellerman | 2007-07-20 | 1 | -0/+445 |