aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-23of/unittest: Overlays with sub-devices testsPantelis Antoniou2-0/+94
2015-01-22of/platform: Handle of_populate drivers in notifierPantelis Antoniou1-0/+9
2015-01-22of/overlay: Do not generate duplicate nodesPantelis Antoniou1-11/+0
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-14Merge branch 'i2c/for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-0/+1
2014-12-11Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linuxLinus Torvalds19-307/+1903
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+33
2014-12-10Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2014-12-08Merge branch 'device-properties'Rafael J. Wysocki1-0/+33
2014-12-03of: Delete unnecessary check before calling "of_node_put()"Markus Elfring1-2/+1
2014-12-03of: Drop ->next pointer from struct device_nodeGrant Likely1-6/+18
2014-12-03of: support passing console options with stdout-pathLeif Lindholm1-2/+4
2014-12-03of: add optional options parameter to of_find_node_by_path()Leif Lindholm2-4/+46
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-27of: Remove unneeded and incorrect MODULE_DEVICE_TABLEGrant Likely1-1/+0
2014-11-27of: base, fix of_property_read_string_helper kernel-docJiri Slaby1-1/+1
2014-11-26of: remove select of non-existant OF_DEVICE config symbolGrant Likely1-1/+0
2014-11-26of/fdt: memblock_reserve /memreserve/ regions in the case of partial overlapIan Campbell1-2/+0
2014-11-24of/overlay: Add overlay unittestsPantelis Antoniou3-0/+677
2014-11-24of/overlay: Introduce DT overlay supportPantelis Antoniou3-0/+570
2014-11-24of/reconfig: Add OF_DYNAMIC notifier for platform_bus_typePantelis Antoniou1-0/+55
2014-11-24of/reconfig: Always use the same structure for notifiersGrant Likely1-20/+21
2014-11-24of/reconfig: Add debug output for OF_RECONFIG notifiersGrant Likely1-16/+32
2014-11-24of/reconfig: Add of_reconfig_get_state_change() of notifier helper.Pantelis Antoniou1-0/+96
2014-11-24of/resolver: Switch to new local fixups format.Pantelis Antoniou2-50/+139
2014-11-24of: Refactor __of_node_alloc() into __of_node_dup()Grant Likely3-16/+40
2014-11-24of: Use vargs in __of_node_allocGrant Likely3-12/+12
2014-11-24Merge tag 'v3.18-rc6' into devicetree/nextGrant Likely4-8/+26
2014-11-20of/selftest: Fix testing when /aliases is missingGrant Likely1-1/+7
2014-11-20of: Properly set the OF_POPULATED_BUS flag on root nodeGrant Likely1-1/+5
2014-11-19of/selftest: Fix off-by-one error in removal pathGrant Likely1-2/+1
2014-11-19of/fdt: export fdt blob as /sys/firmware/fdtArd Biesheuvel2-16/+28
2014-11-18of/base: Fix PowerPC address parsing hackBenjamin Herrenschmidt1-3/+16
2014-11-18of: Fix crash if an earlycon driver is not foundKevin Cernekee1-1/+1
2014-11-18of: Spelling s/stucture/structure/Geert Uytterhoeven1-1/+1
2014-11-18of: Change of_device_is_available() to return boolKevin Cernekee1-11/+11
2014-11-18of: Fix of_device_is_compatible() commentKevin Cernekee1-1/+1
2014-11-18of/address: Don't throw errors on absent ranges propertiesBenjamin Herrenschmidt1-1/+1
2014-11-12PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"Yijing Wang1-4/+4
2014-11-10of/irq: Export of_irq_get()Laurent Pinchart1-0/+1
2014-11-04Driver core: Unified device properties interface for platform firmwareRafael J. Wysocki1-0/+33
2014-11-04of/platform: Move platform devices under /sys/devices/platformGrant Likely1-2/+2
2014-11-04of: Remove spaces before tabsGeert Uytterhoeven1-7/+7
2014-11-04of: Grammar s/an/a/Geert Uytterhoeven1-1/+1
2014-11-04of: Improve grammar for of_alias_scan() documentationGeert Uytterhoeven1-5/+5
2014-11-04of: Correct of_phandle_args node reference in commentsGeert Uytterhoeven1-2/+2
2014-11-04of: check for size < 0 after rounding in early_init_dt_add_memory_archArd Biesheuvel1-0/+5
2014-11-04of/fdt: Don't clear initial_boot_params if fdt_check_header() failsBjorn Helgaas1-6/+3