| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc: Convert to using %pOF instead of full_name | Rob Herring | 2017-08-23 | 1 | -1/+1 |
* | powerpc/of_platform: Use builtin_platform_driver | Geliang Tang | 2016-11-25 | 1 | -6/+1 |
* | powerpc/eeh: Do probe on pci_dn | Gavin Shan | 2015-03-24 | 1 | -1/+1 |
* | powerpc: kernel: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | powerpc: make of_device_ids const | Uwe Kleine-König | 2014-09-25 | 1 | -1/+1 |
* | powerpc/eeh: Fix crash when adding a device in a slot with DDW | Thadeu Lima de Souza Cascardo | 2013-01-10 | 1 | -0/+3 |
* | powerpc/eeh/of: Checking for CONFIG_EEH is not needed | Thadeu Lima de Souza Cascardo | 2013-01-10 | 1 | -4/+0 |
* | POWERPC: drivers: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 1 | -1/+1 |
* | Fix misspellings of "whether" in comments. | Adam Buchbinder | 2012-11-19 | 1 | -1/+1 |
* | powerpc/eeh: Introduce EEH device | Gavin Shan | 2012-03-09 | 1 | -1/+5 |
* | powerpc: various straight conversions from module.h --> export.h | Paul Gortmaker | 2011-10-31 | 1 | -1/+1 |
* | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-26 | 1 | -1/+1 |
* | dt/powerpc: Eliminate users of of_platform_{,un}register_driver | Grant Likely | 2011-02-28 | 1 | -4/+3 |
* | powerpc/pci: Make both ppc32 and ppc64 use sysdata for pci_controller | Grant Likely | 2011-02-04 | 1 | -1/+1 |
* | of: remove of_default_bus_ids | Jonas Bonn | 2010-07-24 | 1 | -24/+0 |
* | of: make of_find_device_by_node generic | Jonas Bonn | 2010-07-24 | 1 | -16/+0 |
* | powerpc: remove references to of_device and to_of_device | Grant Likely | 2010-07-24 | 1 | -4/+4 |
* | of/platform: remove all of_bus_type and of_platform_bus_type references | Grant Likely | 2010-07-24 | 1 | -2/+1 |
* | of: Merge of_platform_bus_type with platform_bus_type | Grant Likely | 2010-07-24 | 1 | -12/+0 |
* | of: Remove unused of_find_device_by_phandle() | Grant Likely | 2010-07-18 | 1 | -19/+0 |
* | of/device: Merge of_platform_bus_probe() | Grant Likely | 2010-07-05 | 1 | -130/+1 |
* | of: Remove duplicate fields from of_platform_driver | Grant Likely | 2010-05-22 | 1 | -1/+2 |
* | arch/powerpc: Move dma_mask from of_device into pdev_archdata | Grant Likely | 2010-05-22 | 1 | -1/+1 |
* | of: Always use 'struct device.of_node' to get device node pointer. | Grant Likely | 2010-05-18 | 1 | -8/+8 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -1/+0 |
* | of: unify phandle name in struct device_node | Grant Likely | 2010-01-28 | 1 | -1/+1 |
* | powerpc/pci: Merge ppc32 and ppc64 versions of phb_scan() | Grant Likely | 2009-09-02 | 1 | -1/+1 |
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 2009-04-07 | 1 | -1/+1 |
* | powerpc: Add missing reference to coherent_dma_mask | Vitaly Bordug | 2008-07-08 | 1 | -0/+2 |
* | [POWERPC] cell: Generalize io-workarounds code | Ishizaki Kou | 2008-04-24 | 1 | -0/+2 |
* | [POWERPC] arch/powerpc/kernel: Use for_each_child_of_node | Stephen Rothwell | 2008-01-17 | 1 | -2/+2 |
* | [POWERPC] Add of_find_matching_node() helper function | Grant Likely | 2008-01-17 | 1 | -0/+1 |
* | [POWERPC] Constify the of_device_id passed to of_platform_bus_probe | Stephen Rothwell | 2007-12-21 | 1 | -4/+4 |
* | [POWERPC] Use of_register_driver to implement of_register_platform_driver | Stephen Rothwell | 2007-12-11 | 1 | -20/+0 |
* | [POWERPC] Move of_device allocation into of_device.[ch] | Joachim Fenkes | 2007-10-17 | 1 | -68/+2 |
* | [POWERPC] Prepare to remove of_platform_driver name | Stephen Rothwell | 2007-10-09 | 1 | -6/+11 |
* | Create drivers/of/platform.c | Stephen Rothwell | 2007-07-20 | 1 | -81/+1 |
* | some kmalloc/memset ->kzalloc (tree wide) | Yoann Padioleau | 2007-07-19 | 1 | -2/+1 |
* | [POWERPC] Rewrite IO allocation & mapping on powerpc64 | Benjamin Herrenschmidt | 2007-06-14 | 1 | -8/+0 |
* | [POWERPC] Fix pci_setup_phb_io_dynamic for pci_iomap | Arnd Bergmann | 2007-06-07 | 1 | -1/+1 |
* | [POWERPC] Fix IO space on PCI buses created from of_platform | Benjamin Herrenschmidt | 2007-05-17 | 1 | -4/+6 |
* | [POWERPC] Early serial debug support for PPC44x | David Gibson | 2007-05-08 | 1 | -1/+0 |
* | Merge branch 'linux-2.6' into for-2.6.22 | Paul Mackerras | 2007-04-30 | 1 | -3/+0 |
|\ |
|
| * | powerpc: make it compile for multithread change | Andrew Morton | 2007-04-27 | 1 | -3/+0 |
* | | [POWERPC] Rename get_property to of_get_property: arch/powerpc | Stephen Rothwell | 2007-04-13 | 1 | -2/+2 |
* | | [POWERPC] Add uevent handler for of_platform_bus | Sylvain Munaut | 2007-04-13 | 1 | -0/+1 |
|/ |
|
* | [POWERPC] powerpc: add scanning of ebc bus to of_platform | Arnd Bergmann | 2006-12-19 | 1 | -0/+1 |
* | [POWERPC] of_platform_make_bus_id(): make `magic' int | Geert Uytterhoeven | 2006-12-08 | 1 | -1/+1 |
* | [POWERPC] powerpc: Workaround for of_platform without "reg" nor "dcr-reg" | Benjamin Herrenschmidt | 2006-12-04 | 1 | -2/+9 |
* | [POWERPC] Generic OF platform driver for PCI host bridges. | Benjamin Herrenschmidt | 2006-12-04 | 1 | -0/+103 |