summaryrefslogtreecommitdiffstats
path: root/drivers/of/base.c
Commit message (Expand)AuthorAgeFilesLines
* of: base: ignore disabled memory nodesRouven Czerwinski2020-11-091-0/+3
* Merge branch 'for-next/sandbox' into masterSascha Hauer2020-10-141-0/+65
|\
| * of: implement of_property_read_u64_arrayAhmad Fatoum2020-10-131-0/+37
| * of: Add common device tree register functionSascha Hauer2020-10-121-0/+28
* | of: implement of_property_write_strings for multiple stringsAhmad Fatoum2020-10-021-0/+48
|/
* of: base: register DT root as deviceOleksij Rempel2020-08-241-0/+17
* treewide: remove references to CREDITSUwe Kleine-König2020-04-271-3/+0
* Merge branch 'for-next/pwm'Sascha Hauer2020-04-161-0/+32
|\
| * of: introduce of_property_count_elems_of_sizeAhmad Fatoum2020-03-311-0/+32
* | Merge branch 'for-next/misc'Sascha Hauer2020-04-161-11/+22
|\ \
| * | of: base: parse all available memory nodesClement Leger2020-03-301-6/+16
| * | of: base: allow of_add_memory to be called multiple timesClement Leger2020-03-301-5/+6
| |/
* / of: port Linux of_get_compatible_child helperAhmad Fatoum2020-04-151-0/+25
|/
* of: Add of_bus_n_xxx_cells()Sascha Hauer2019-12-201-18/+28
* of: Add of_property_read_string_array()Sascha Hauer2019-11-271-85/+37
* 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
|\