aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/platform.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-01Merge tag 'devicetree-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-0/+9
2015-08-25of/platform: add function to populate default busHauke Mehrtens1-0/+9
2015-07-30of/platform: Assign MSI domain to platform deviceMarc Zyngier1-0/+1
2015-05-11MFD/OF: document MFD devices and handle simple-mfdLinus Walleij1-0/+1
2015-03-03of: Move of_dma_configure() to device.c to help re-useMurali Karicheri1-56/+2
2015-03-03of: iommu: Add ptr to OF node arg to of_iommu_configure()Murali Karicheri1-1/+1
2015-02-17Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+1
2015-01-22of/platform: Handle of_populate drivers in notifierPantelis Antoniou1-0/+9
2015-01-21of/platform: teardown DMA mappings on device destructionWill Deacon1-0/+1
2015-01-13dma-mapping: fix debug print to display correct dma_pfn_offsetMurali Karicheri1-1/+1
2014-12-16Merge tag 'iommu-config-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-24/+26
2014-12-01dma-mapping: detect and configure IOMMU in of_dma_configureWill Deacon1-7/+14
2014-12-01dma-mapping: replace set_arch_dma_coherent_ops with arch_setup_dma_opsWill Deacon1-18/+13
2014-11-24of/reconfig: Add OF_DYNAMIC notifier for platform_bus_typePantelis Antoniou1-0/+55
2014-11-20of: Properly set the OF_POPULATED_BUS flag on root nodeGrant Likely1-1/+5
2014-11-04of/platform: Move platform devices under /sys/devices/platformGrant Likely1-2/+2
2014-09-22of: amba: use of_dma_configure for AMBA devicesRobin Murphy1-4/+3
2014-07-07of/platform: Fix of_platform_device_destroy iteration of devicesGrant Likely1-23/+9
2014-06-16of/platform: Fix microblaze build failureGuenter Roeck1-4/+0
2014-06-05Merge tag 'microblaze-3.16-rc1' of git://git.monstr.eu/linux-2.6-microblaze into nextLinus Torvalds1-3/+0
2014-06-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds1-6/+59
2014-06-04Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux into nextLinus Torvalds1-56/+20
2014-06-04microblaze: Use generic device.hMichal Simek1-3/+0
2014-05-23Merge tag 'dt-dma-properties-for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into devel-stableRussell King1-6/+59
2014-05-23of: Stop naming platform_device using dcr addressGrant Likely1-24/+0
2014-05-23of: Ensure unique names without sacrificing determinismGrant Likely1-21/+19
2014-05-15of: Keep track of populated platform devicesPawel Moll1-5/+69
2014-05-13of: kill off of_can_translate_addressRob Herring1-3/+2
2014-05-13of/platform: fix device naming for non-translatable addressesRob Herring1-10/+1
2014-05-07of: configure the platform device dma parametersSantosh Shilimkar1-6/+59
2014-04-24of/irq: do irq resolution in platform_get_irqRob Herring1-1/+3
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