summaryrefslogtreecommitdiffstats
path: root/drivers/of/base.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/pci' into nextSascha Hauer3 days1-16/+181
|\
| * of: add of_property_read_variable_uxx_array()Sascha Hauer2024-04-041-16/+181
* | of: do not copy properties if they already exist in the destinationJonas Richardsen11 days1-0/+3
* | of: do not acccess 'prop->value' directlyEnrico Scholz11 days1-3/+3
|/
* of: early exit of_match_node if no better matches are possibleAhmad Fatoum2023-12-131-0/+3
* of: define macro for maximum of_device_is_compatible return valueAhmad Fatoum2023-12-131-2/+4
* FIT: don't verify signature of non-signature nodesAhmad Fatoum2023-07-281-0/+15
* treewide: Print device nodes with %pOFSascha Hauer2023-07-031-17/+14
* Merge branch 'for-next/of-compat'Sascha Hauer2023-06-221-0/+3
|\
| * commands: of_diff: simplify error handlingAhmad Fatoum2023-06-091-0/+3
* | treewide: add MODULE_DEVICE_TABLE markersAhmad Fatoum2023-06-131-0/+2
|/
* of: add function to read a file as unflattened device treeSascha Hauer2023-05-221-0/+32
* Merge branch 'for-next/misc'Sascha Hauer2023-04-191-0/+16
|\
| * of: implement of_copy_propertyAhmad Fatoum2023-04-171-0/+16
* | clk: of: drop arguments from of_clk_init()Sascha Hauer2023-03-231-1/+1
* | Revert "of: support of_ensure_probed for top-level machine device"Sascha Hauer2023-03-221-7/+3
|/
* of: support of_ensure_probed for top-level machine deviceAhmad Fatoum2023-03-101-3/+7
* of: base: factor out of_merge_nodes from of_copy_nodeAhmad Fatoum2023-03-101-5/+12
* of: Fix of_get_stdoutpath() when property does not contain a colonSascha Hauer2023-02-231-3/+2
* of: split part of of_get_stdoutpath into of_find_node_by_chosenAhmad Fatoum2023-02-211-15/+37
* of: describe third arg of of_property_write_bool in kerneldocAhmad Fatoum2023-02-171-0/+1
* of: implement of_device_enable_by_aliasAhmad Fatoum2023-01-161-0/+15
* Rename struct driver_d to driverSascha Hauer2023-01-101-1/+1
* Rename struct device_d to deviceSascha Hauer2023-01-101-3/+3
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-3/+3
* of: have of_property_match_string accept pointer to const device_nodeAhmad Fatoum2022-12-071-1/+1
* of: of_node_name_eq: correct alignmentMarco Felsch2022-10-201-1/+1
* of: of_probe: create board's machine device at the earliestAhmad Fatoum2022-09-131-2/+6
* of: implement of_prepend_propertyAhmad Fatoum2022-09-131-0/+30
* of: implement of_rename_property()Ahmad Fatoum2022-09-121-0/+16
* of: move of_get_node_by_reproducible_name() into common codeAhmad Fatoum2022-08-171-0/+13
* of: implement of_append_propertyAhmad Fatoum2022-08-111-0/+33
* FIT: add first support for compressed imagesAhmad Fatoum2022-08-111-2/+2
* commands: of_dump: support limiting size of printed propertiesAhmad Fatoum2022-08-081-17/+20
* of: base: factor out duplication for property formattingAhmad Fatoum2022-08-081-14/+19
* of: Use appropriate header for of_clk_init()Alexander Shiyan2022-06-291-1/+1
* of: Add of_find_node_by_name() with Linux semanticsSascha Hauer2022-03-081-0/+38
* of: rename of_find_node_by_name() to of_find_node_by_name_address()Sascha Hauer2022-03-081-3/+3
* Merge branch 'for-next/tests'Sascha Hauer2022-02-181-4/+23
|\
| * of: silence of_diff output for negative indentsAhmad Fatoum2022-02-071-2/+14
| * of: report whether of_diff found differences in return codeAhmad Fatoum2022-02-071-3/+10
* | driver: Add functions to free devicesSascha Hauer2022-02-081-1/+1
|/
* of: add trailing 0 in of_property_sprintf()Ahmad Fatoum2022-01-141-0/+2
* Merge branch 'for-next/misc'Sascha Hauer2021-12-151-22/+28
|\
| * commands: of_diff: don't mix tabs and spaces for indentationAhmad Fatoum2021-12-131-13/+5
| * of: make of_dump abortable by ctrlc()Ahmad Fatoum2021-12-131-3/+10
| * of: base: improve documentation of global exportsAhmad Fatoum2021-11-301-4/+8
| * of: skip machine device creation on subsequent of_probeAhmad Fatoum2021-11-301-1/+4
| * drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-221-1/+1
* | of: implement new of_property_sprintfAhmad Fatoum2021-12-141-10/+47
|/