summaryrefslogtreecommitdiffstats
path: root/drivers/of/base.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/remoteproc'Sascha Hauer2019-10-171-1/+2
|\
| * of: base: don't try to read cells_name property if no cells_name setOleksij Rempel2019-09-261-1/+2
* | of: add of_diff()Sascha Hauer2019-09-121-10/+131
* | of: Fix memory hole in of_find_node_by_reproducible_name()Sascha Hauer2019-09-121-2/+10
|/
* Merge branch 'for-next/zynqmp'Sascha Hauer2019-04-091-1/+5
|\
| * of: populate "/firmware" while populating device treeThomas Haemmerle2019-03-181-1/+5
* | of: Fix reproducible names for #address-cells != 1Sascha Hauer2019-03-181-2/+2
|/
* Merge branch 'for-next/state'Sascha Hauer2018-11-091-0/+12
|\
| * of: fix reproducible node name for legacy vs. new partition bindingSascha Hauer2018-10-181-0/+12
* | of: base: fix typoUlrich Ölmann2018-10-191-1/+1
|/
* of: Make of_property_get_value() publicAndrey Smirnov2018-05-181-5/+0
* of: Make locally used function staticSascha Hauer2018-03-051-1/+1
* Merge branch 'for-next/of'Sascha Hauer2018-02-081-21/+86
|\
| * of: Allow for const propertiesSascha Hauer2018-01-311-21/+86
* | of: Add function to find the same node in another treeSascha Hauer2018-02-061-0/+63
|/
* of: base: fix segfault in of_get_machine_compatible()Aleksander Morgado2018-01-301-0/+2
* of: base: use root_node compatible as suggestion for a hostnameOleksij Rempel2018-01-171-0/+32
* Merge branch 'for-next/misc'Sascha Hauer2017-10-191-2/+0
|\
| * remove checks for xzalloc() returning NULLUwe Kleine-König2017-09-261-2/+0
* | of: base: add function to copy a device tree nodeMichael Olbrich2017-10-171-0/+16
* | of: populate clock providers before other devicesLucas Stach2017-10-161-1/+1
|/
* of: base: port of_device_is_big_endian from linuxOleksij Rempel2017-09-081-0/+23
* of_device_is_stdout_path: split off options and support aliasesUwe Kleine-König2017-06-191-1/+12
* of_device_is_stdout_path: simplifyUwe Kleine-König2017-06-191-6/+4
* of: Search for /memory node by type, if it is not found by nameAndrey Panov2017-05-111-0/+2
* of: base: of_new_property(): use xstrdup() instead of strdup()Antony Pavlov2017-04-281-6/+1
* of: base: exclude memcpy-like code from of_property_write_u8_array()Antony Pavlov2017-04-281-6/+1
* treewide: Use of_property_write_string() where appropriateSascha Hauer2017-03-301-1/+1
* of: Add of_property_write_string()Sascha Hauer2017-03-301-0/+22
* of: base: Use scoring in DT device matchingAndrey Smirnov2017-03-091-16/+21
* of: base: add chosen node if it does not exist when adding initrdPhilipp Zabel2017-01-091-2/+2
* of: fix typosAntony Pavlov2016-10-181-1/+1
* of: base: import of_get_cpu_node() from linux-v4.7-rc2Antony Pavlov2016-07-071-0/+86
* of: base: Match simple-mfd devicesSascha Hauer2016-05-231-0/+2
* Merge branch 'for-next/misc'Sascha Hauer2016-05-091-32/+6
|\
| * of: fix of_tree_for_each_node_from() macroBoris Brezillon2016-04-281-32/+6
* | string: Fix (v)asprintf prototypesSascha Hauer2016-04-151-1/+2
|/
* Merge branch 'for-next/vpl'Sascha Hauer2015-08-071-0/+206
|\
| * of_graph: add of_graph_port_is_availableSascha Hauer2015-07-131-0/+22
| * of: import of_graph functionsSascha Hauer2015-07-131-0/+167
| * of: base: implement of_get_next_childSascha Hauer2015-07-131-0/+17
* | of/base: fix typoJan Luebbe2015-07-091-1/+1
|/
* Merge branch 'for-next/tegra'Sascha Hauer2015-03-091-4/+4
|\
| * of: make of_alias_get work on all types of DT pathsLucas Stach2015-03-041-4/+4
* | of/base: fix sparse warning, don't use integer 0 as NULL pointerMarc Kleine-Budde2015-03-031-2/+2
|/
* sizes.h: move include/sizes.h to include/linux/sizes.hMasahiro Yamada2015-01-081-1/+1
* of: Added of_set_property_to_child_phandleTeresa Gámez2014-10-011-0/+21
* of: base: Add of_parse_phandle_fromTeresa Gámez2014-10-011-4/+24
* of: base: Add of_find_node_by_phandle_fromTeresa Gámez2014-10-011-4/+24
* of: Add support for "stdout-path" propertySascha Hauer2014-03-311-2/+5