aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/of.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-26of: Fix typo in kerneldocThierry Reding1-1/+1
2019-05-01of: fix clang -Wunsequenced for be32_to_cpu()Phong Tran1-2/+2
2019-04-10of: use correct function prototype for of_overlay_fdt_apply()Chris Packham1-1/+2
2019-01-10of: Remove struct device_node.type pointerRob Herring1-1/+0
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-5/+16
2018-11-18of: Drop full path from full_name for PDT systemsRob Herring1-1/+0
2018-11-08of: overlay: validate overlay properties #address-cells and #size-cellsFrank Rowand1-0/+6
2018-11-08of: overlay: add tests to validate kfrees from overlay removalFrank Rowand1-5/+10
2018-10-29Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+10
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-7/+12
2018-10-04of: Fix property name in of_node_get_device_typeRob Herring1-1/+1
2018-09-28Merge branch 'dt/cpu-type-rework' into dt/nextRob Herring1-0/+11
2018-09-28of: Add cpu node iterator for_each_of_cpu_node()Rob Herring1-0/+11
2018-09-25iommu/of: make of_pci_map_rid() available for other devices tooNipun Gupta1-0/+11
2018-09-20of: base: Introduce of_alias_get_alias_list() to check alias IDsMichal Simek1-0/+10
2018-09-07of: make default address and size cells sizes privateRob Herring1-6/+0
2018-08-31of: Add device_type access helper functionsRob Herring1-0/+12
2018-08-30of: add node name compare helper functionsRob Herring1-0/+13
2018-08-29of: add helper to lookup compatible child nodeJohan Hovold1-0/+8
2018-03-05Merge tag 'overlay_apply_fdt_v7-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/frowand/linux into dt/nextRob Herring1-3/+3
2018-03-04of: change overlay apply input data from unflattened to FDTFrank Rowand1-3/+3
2018-02-12of: Support parsing phandle argument lists through a nexus nodeStephen Boyd1-0/+12
2018-02-01Merge tag 'devicetree-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-5/+1
2018-01-08of: Use SPDX license tag for DT filesRob Herring1-5/+1
2018-01-02of: Add helper for mapping device node to logical CPU numberSuzuki K Poulose1-0/+7
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-12/+50
2017-11-14Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-21/+24
2017-11-08of: add of_property_read_variable_* dummy helpersArnd Bergmann1-12/+50
2017-10-17of: overlay: avoid race condition between applying multiple overlaysFrank Rowand1-3/+0
2017-10-17of: overlay: detect cases where device tree may become corruptFrank Rowand1-5/+5
2017-10-17of: overlay: rename identifiers to more reflect what they doFrank Rowand1-6/+6
2017-10-16of: make kobject and bin_attribute support configurableRob Herring1-12/+10
2017-10-16of: wrap accesses to device_node kobjectRob Herring1-0/+2
2017-10-16of: make struct property _flags field configurableRob Herring1-0/+4
2017-10-16of: remove struct property.unique_id for FDTRob Herring1-0/+2
2017-10-13include/linux/of.h: provide of_n_{addr,size}_cells wrappers for !CONFIG_OFArnd Bergmann1-0/+10
2017-07-22device property: Get rid of struct fwnode_handle type fieldSakari Ailus1-2/+1
2017-07-10Merge tag 'devprop-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+2
2017-07-05Merge branch 'dt/property-move' into dt/nextRob Herring1-10/+20
2017-06-22device property: Move FW type specific functionality to FW specific filesSakari Ailus1-0/+2
2017-06-14of: Provide dummy of_device_compatible_match() for compile-testingGeert Uytterhoeven1-0/+6
2017-06-01of: Support const and non-const use for to_of_node()Sakari Ailus1-8/+12
2017-06-01of: Make of_fwnode_handle() saferSakari Ailus1-1/+7
2017-05-05Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+3
2017-04-03drivers/of/base.c: Add of_property_read_u64_indexAlistair Popple1-0/+3
2017-03-29of: Add of_fwnode_handle() to convert device nodes to fwnode_handleSakari Ailus1-0/+4
2017-01-17of: base: add support to find the level of the last cacheSudeep Holla1-0/+1
2016-11-10of/overlay: add of overlay notificationsAlan Tull1-0/+25
2016-09-15of: Add array read functions with min/max size limitsRichard Fitzgerald1-12/+132
2016-07-31Merge tag 'sound-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-7/+7