aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/platform.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-3/+0
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-0/+2
2013-11-03of: set dma_mask to point to coherent_dma_maskRob Herring1-0/+2
2013-10-31DMA-API: amba: get rid of separate dma_maskRussell King1-3/+0
2013-10-15Revert "drivers: of: add initialization code for dma reserved memory"Marek Szyprowski1-4/+0
2013-09-10Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-4/+17
2013-09-09of/platform: add error reporting to of_amba_device_create()Bartlomiej Zolnierkiewicz1-3/+16
2013-08-27drivers: of: add initialization code for dma reserved memoryMarek Szyprowski1-0/+4
2013-07-24of/platform: Staticize of_platform_device_create_pdata()Mark Brown1-1/+1
2013-01-09of: add missing documentation for of_platform_populate()Javi Merino1-0/+1
2012-10-17of/platform: sparse fixKim Phillips1-1/+1
2012-08-03of: Allow busses with #size-cells=0Stephen Warren1-3/+13
2012-07-11Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-4/+3
2012-07-06of: address: Don't fail a lookup just because a node has no reg propertyLee Jones1-4/+3
2012-06-13of: export of_platform_populate()Stephen Warren1-0/+1
2012-03-23Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-3/+3
2012-02-26devicetree: Add empty of_platform_populate() for !CONFIG_OF_ADDRESS (sparc)Grant Likely1-2/+2
2012-01-25ARM: amba: of: convert to use amba_device_allocRussell King1-3/+3
2011-12-12dt/device: Fix auxdata matching to handle entries without a name overrideGrant Likely1-1/+1
2011-11-03dt/platform: minor cleanupOlof Johansson1-12/+16
2011-07-25Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-2/+2
2011-07-08powerpc: implement arch_setup_pdev_archdataKumar Gala1-2/+2
2011-06-21dt/platform: allow device name to be overriddenGrant Likely1-10/+63
2011-06-21drivers/amba: create devices from device treeGrant Likely1-0/+71
2011-06-21dt: add of_platform_populate() for creating device from the device treeGrant Likely1-4/+50
2011-06-21dt: Add default match table for bus idsGrant Likely1-0/+8
2011-03-23dt: eliminate OF_NO_DEEP_PROBE and test for NULL match tableGrant Likely1-12/+5
2011-03-23dt: Refactor of_platform_bus_probe()Grant Likely1-37/+18
2011-03-01dt: eliminate of_platform_driver shim codeGrant Likely1-68/+0
2011-02-28dt/powerpc: move of_bus_type infrastructure to ibmebusGrant Likely1-393/+0
2011-01-03of/device: Don't register disabled devicesGrant Likely1-8/+14
2010-10-21of/device: Rework to use common platform_device_alloc() for allocating devicesGrant Likely1-11/+13
2010-10-12of/irq: remove references to NO_IRQ in drivers/of/platform.cAndres Salomon1-7/+3
2010-08-01of/platform: Register of_platform_drivers with an "of:" prefixGrant Likely1-0/+16
2010-07-30of/device: Make of_device_make_bus_id() usable by other code.Grant Likely1-1/+1
2010-07-24of: remove of_default_bus_idsJonas Bonn1-3/+1
2010-07-24of: make of_find_device_by_node genericJonas Bonn1-0/+20
2010-07-24of/device: Replace of_device with platform_device in includes and core codeGrant Likely1-12/+12
2010-07-24of/device: Protect against binding of_platform_drivers to non-OF devicesGrant Likely1-1/+6
2010-07-24of: Merge of_platform_bus_type with platform_bus_typeGrant Likely1-3/+64
2010-07-18of/device: Fix build errors for non-ppc and non-microblazeGrant Likely1-0/+6
2010-07-18of/flattree: Fix crash when device tree absentGrant Likely1-0/+2
2010-07-14drivers/of: fix build error when CONFIG_PPC_DCR is setGrant Likely1-0/+4
2010-07-05of: Fix missing includeGrant Likely1-0/+1
2010-07-05of/device: populate platform_device (of_device) resource table on allocationGrant Likely1-2/+27
2010-07-05of: Merge of_device_alloc() and of_device_make_bus_id()Grant Likely1-0/+87
2010-07-05of/device: Merge of_platform_bus_probe()Grant Likely1-0/+143
2010-05-22of: change of_match_device to work with struct deviceGrant Likely1-3/+2
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-7/+0
2010-05-22drivercore: Add of_match_table to the common device driversGrant Likely1-3/+4