aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/of.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-30Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+2
2016-07-24Merge remote-tracking branches 'asoc/topic/cs53l30', 'asoc/topic/cygnus', 'asoc/topic/da7219' and 'asoc/topic/davinci' into asoc-nextMark Brown1-7/+7
2016-07-20dt: Add of_device_compatible_match()Benjamin Herrenschmidt1-0/+2
2016-07-07Merge branch 'clockevents/4.8' of http://git.linaro.org/people/daniel.lezcano/linux into timers/coreThomas Gleixner1-0/+3
2016-06-28of: Add a new macro to declare_of for one parameter function returning a valueDaniel Lezcano1-0/+3
2016-06-26device property: Add function to search for named child of deviceAdam Thomson1-7/+7
2016-06-03of: add missing const for of_parse_phandle_with_args() in !CONFIG_OFKuninori Morimoto1-1/+1
2016-05-20Merge tag 'devicetree-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-0/+56