summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/of_platform.c
AgeCommit message (Expand)AuthorLines
2017-08-23powerpc: Convert to using %pOF instead of full_nameRob Herring-1/+1
2016-11-25powerpc/of_platform: Use builtin_platform_driverGeliang Tang-6/+1
2015-03-24powerpc/eeh: Do probe on pci_dnGavin Shan-1/+1
2014-10-20powerpc: kernel: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-09-25powerpc: make of_device_ids constUwe Kleine-König-1/+1
2013-01-10powerpc/eeh: Fix crash when adding a device in a slot with DDWThadeu Lima de Souza Cascardo-0/+3
2013-01-10powerpc/eeh/of: Checking for CONFIG_EEH is not neededThadeu Lima de Souza Cascardo-4/+0
2013-01-03POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman-1/+1
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder-1/+1
2012-03-09powerpc/eeh: Introduce EEH deviceGavin Shan-1/+5
2011-10-31powerpc: various straight conversions from module.h --> export.hPaul Gortmaker-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma-1/+1
2011-02-28dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely-4/+3
2011-02-04powerpc/pci: Make both ppc32 and ppc64 use sysdata for pci_controllerGrant Likely-1/+1
2010-07-24of: remove of_default_bus_idsJonas Bonn-24/+0
2010-07-24of: make of_find_device_by_node genericJonas Bonn-16/+0
2010-07-24powerpc: remove references to of_device and to_of_deviceGrant Likely-4/+4
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely-2/+1
2010-07-24of: Merge of_platform_bus_type with platform_bus_typeGrant Likely-12/+0
2010-07-18of: Remove unused of_find_device_by_phandle()Grant Likely-19/+0
2010-07-05of/device: Merge of_platform_bus_probe()Grant Likely-130/+1
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely-1/+2
2010-05-22arch/powerpc: Move dma_mask from of_device into pdev_archdataGrant Likely-1/+1
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely-8/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-1/+0
2010-01-28of: unify phandle name in struct device_nodeGrant Likely-1/+1
2009-09-02powerpc/pci: Merge ppc32 and ppc64 versions of phb_scan()Grant Likely-1/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang-1/+1
2008-07-08powerpc: Add missing reference to coherent_dma_maskVitaly Bordug-0/+2
2008-04-24[POWERPC] cell: Generalize io-workarounds codeIshizaki Kou-0/+2
2008-01-17[POWERPC] arch/powerpc/kernel: Use for_each_child_of_nodeStephen Rothwell-2/+2
2008-01-17[POWERPC] Add of_find_matching_node() helper functionGrant Likely-0/+1
2007-12-21[POWERPC] Constify the of_device_id passed to of_platform_bus_probeStephen Rothwell-4/+4
2007-12-11[POWERPC] Use of_register_driver to implement of_register_platform_driverStephen Rothwell-20/+0
2007-10-17[POWERPC] Move of_device allocation into of_device.[ch]Joachim Fenkes-68/+2
2007-10-09[POWERPC] Prepare to remove of_platform_driver nameStephen Rothwell-6/+11
2007-07-20Create drivers/of/platform.cStephen Rothwell-81/+1
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau-2/+1
2007-06-14[POWERPC] Rewrite IO allocation & mapping on powerpc64Benjamin Herrenschmidt-8/+0
2007-06-07[POWERPC] Fix pci_setup_phb_io_dynamic for pci_iomapArnd Bergmann-1/+1
2007-05-17[POWERPC] Fix IO space on PCI buses created from of_platformBenjamin Herrenschmidt-4/+6
2007-05-08[POWERPC] Early serial debug support for PPC44xDavid Gibson-1/+0
2007-04-30Merge branch 'linux-2.6' into for-2.6.22Paul Mackerras-3/+0
2007-04-27powerpc: make it compile for multithread changeAndrew Morton-3/+0
2007-04-13[POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell-2/+2
2007-04-13[POWERPC] Add uevent handler for of_platform_busSylvain Munaut-0/+1
2006-12-19[POWERPC] powerpc: add scanning of ebc bus to of_platformArnd Bergmann-0/+1
2006-12-08[POWERPC] of_platform_make_bus_id(): make `magic' intGeert Uytterhoeven-1/+1
2006-12-04[POWERPC] powerpc: Workaround for of_platform without "reg" nor "dcr-reg"Benjamin Herrenschmidt-2/+9
2006-12-04[POWERPC] Generic OF platform driver for PCI host bridges.Benjamin Herrenschmidt-0/+103