summaryrefslogtreecommitdiffstats
path: root/drivers/of/platform.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | of/platform: fix device naming for non-translatable addressesRob Herring2014-05-131-10/+1Star
| |/ /
* / / of: Keep track of populated platform devicesPawel Moll2014-05-151-5/+69
|/ /
* / of/irq: do irq resolution in platform_get_irqRob Herring2014-04-241-1/+3
|/
* Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-131-3/+0Star
|\
| * DMA-API: amba: get rid of separate dma_maskRussell King2013-10-311-3/+0Star
* | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-121-0/+2
|\ \
| * | of: set dma_mask to point to coherent_dma_maskRob Herring2013-11-031-0/+2
| |/
* / Revert "drivers: of: add initialization code for dma reserved memory"Marek Szyprowski2013-10-151-4/+0Star
|/
* Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-09-101-4/+17
|\
| * of/platform: add error reporting to of_amba_device_create()Bartlomiej Zolnierkiewicz2013-09-091-3/+16
| * of/platform: Staticize of_platform_device_create_pdata()Mark Brown2013-07-241-1/+1
* | drivers: of: add initialization code for dma reserved memoryMarek Szyprowski2013-08-271-0/+4
|/
* of: add missing documentation for of_platform_populate()Javi Merino2013-01-091-0/+1
* of/platform: sparse fixKim Phillips2012-10-171-1/+1
* of: Allow busses with #size-cells=0Stephen Warren2012-08-031-3/+13
* Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-07-111-4/+3Star
|\
| * of: address: Don't fail a lookup just because a node has no reg propertyLee Jones2012-07-061-4/+3Star
* | of: export of_platform_populate()Stephen Warren2012-06-131-0/+1
|/
* Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-241-3/+3
|\
| * ARM: amba: of: convert to use amba_device_allocRussell King2012-01-251-3/+3
* | devicetree: Add empty of_platform_populate() for !CONFIG_OF_ADDRESS (sparc)Grant Likely2012-02-271-2/+2
|/
* dt/device: Fix auxdata matching to handle entries without a name overrideGrant Likely2011-12-121-1/+1
* dt/platform: minor cleanupOlof Johansson2011-11-031-12/+16
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-07-261-2/+2
|\
| * powerpc: implement arch_setup_pdev_archdataKumar Gala2011-07-081-2/+2
* | dt/platform: allow device name to be overriddenGrant Likely2011-06-211-10/+63
* | drivers/amba: create devices from device treeGrant Likely2011-06-211-0/+71
* | dt: add of_platform_populate() for creating device from the device treeGrant Likely2011-06-211-4/+50
* | dt: Add default match table for bus idsGrant Likely2011-06-211-0/+8
|/
* dt: eliminate OF_NO_DEEP_PROBE and test for NULL match tableGrant Likely2011-03-231-12/+5Star
* dt: Refactor of_platform_bus_probe()Grant Likely2011-03-231-37/+18Star
* dt: eliminate of_platform_driver shim codeGrant Likely2011-03-011-68/+0Star
* dt/powerpc: move of_bus_type infrastructure to ibmebusGrant Likely2011-02-281-393/+0Star
* of/device: Don't register disabled devicesGrant Likely2011-01-041-8/+14
* of/device: Rework to use common platform_device_alloc() for allocating devicesGrant Likely2010-10-211-11/+13
* of/irq: remove references to NO_IRQ in drivers/of/platform.cAndres Salomon2010-10-131-7/+3Star
* of/platform: Register of_platform_drivers with an "of:" prefixGrant Likely2010-08-011-0/+16
* of/device: Make of_device_make_bus_id() usable by other code.Grant Likely2010-07-301-1/+1
* of: remove of_default_bus_idsJonas Bonn2010-07-241-3/+1Star
* of: make of_find_device_by_node genericJonas Bonn2010-07-241-0/+20
* of/device: Replace of_device with platform_device in includes and core codeGrant Likely2010-07-241-12/+12
* of/device: Protect against binding of_platform_drivers to non-OF devicesGrant Likely2010-07-241-1/+6
* of: Merge of_platform_bus_type with platform_bus_typeGrant Likely2010-07-241-3/+64
* of/device: Fix build errors for non-ppc and non-microblazeGrant Likely2010-07-191-0/+6
* of/flattree: Fix crash when device tree absentGrant Likely2010-07-191-0/+2
* drivers/of: fix build error when CONFIG_PPC_DCR is setGrant Likely2010-07-151-0/+4
* of: Fix missing includeGrant Likely2010-07-061-0/+1
* of/device: populate platform_device (of_device) resource table on allocationGrant Likely2010-07-061-2/+27
* of: Merge of_device_alloc() and of_device_make_bus_id()Grant Likely2010-07-061-0/+87
* of/device: Merge of_platform_bus_probe()Grant Likely2010-07-061-0/+143