summaryrefslogtreecommitdiffstats
path: root/include/of.h
Commit message (Expand)AuthorAgeFilesLines
* of: Add missing inline for stub functionSascha Hauer2022-06-081-1/+1
* of: add generic of_prepend_machine_compatible()Oleksij Rempel2022-05-051-0/+6
* of: platform: Ensure timers are probed earlySascha Hauer2022-03-081-0/+1
* of: Add of_find_node_by_name() with Linux semanticsSascha Hauer2022-03-081-0/+20
* of: rename of_find_node_by_name() to of_find_node_by_name_address()Sascha Hauer2022-03-081-8/+8
* of: report whether of_diff found differences in return codeAhmad Fatoum2022-02-071-1/+1
* Revert "clk: handle CLK_OF_DECLARE in deep probe"Sascha Hauer2022-01-181-6/+0
* of: implement new of_property_sprintfAhmad Fatoum2021-12-141-0/+2
* clk: handle CLK_OF_DECLARE in deep probeAhmad Fatoum2021-11-101-0/+6
* of: partition: implement of_partition_ensure_probedAhmad Fatoum2021-07-181-0/+6
* Merge branch 'for-next/firmware'Sascha Hauer2021-07-181-4/+39
|\
| * overlay: Add filters to choose which overlays to applySascha Hauer2021-06-281-2/+16
| * blspec: Rework firmware loadSascha Hauer2021-06-281-2/+15
| * firmware: Load from global search pathSascha Hauer2021-06-251-2/+2
| * overlay: Add of_overlay_apply_file()Sascha Hauer2021-06-251-0/+7
| * fdt: Check blob size during unflatteningSascha Hauer2021-06-251-2/+2
| * of: Add function to duplicate a device treeSascha Hauer2021-06-251-0/+1
* | console: respect baudrate specified in device-tree stdout-pathAhmad Fatoum2021-06-281-4/+4
* | of: Add dummy driverSascha Hauer2021-06-251-0/+5
* | common: add initial barebox deep-probe supportMarco Felsch2021-06-251-0/+26
* | of: implement of_get_stdoutpath()Sascha Hauer2021-06-251-0/+6
* | of: platform: Keep track of populated platform devicesMarco Felsch2021-06-251-0/+1
|/
* Merge branch 'for-next/overlapping-memory-banks'Sascha Hauer2021-06-161-3/+3
|\
| * of: warn about of_add_memory_bank errorsAhmad Fatoum2021-06-021-1/+1
| * of: propagate errors inside barebox_register_{of, fdt} into initcallsAhmad Fatoum2021-06-021-2/+2
* | of: base: constify some property pointersTrent Piepho2021-06-021-5/+5
* | commands: of_dump: implement -p for printing properties onlyAhmad Fatoum2021-05-311-0/+1
|/
* Merge branch 'for-next/rpi'Sascha Hauer2020-12-111-0/+1
|\
| * ARM: rpi: Add Raspberry Pi Zero W mini-uart supportAhmad Fatoum2020-12-101-0/+1
* | Merge branch 'for-next/mtd'Sascha Hauer2020-12-111-0/+17
|\ \
| * | of: partitions: export of_fixup_partitionsSascha Hauer2020-11-251-0/+6
| * | of: Add no-op wrappers for of reproducible name functionsSascha Hauer2020-11-251-0/+11
| |/
* / watchdog: implement watchdog_get_alias_id_fromAhmad Fatoum2020-11-301-0/+8
|/
* Merge branch 'for-next/sandbox' into masterSascha Hauer2020-10-141-0/+43
|\
| * of: implement of_property_read_u64_arrayAhmad Fatoum2020-10-131-0/+41
| * of: Add common device tree register functionSascha Hauer2020-10-121-0/+2
* | Merge branch 'for-next/reboot-mode' into masterSascha Hauer2020-10-141-0/+2
|\ \
| * | drivers: add reboot-mode infrastructureAhmad Fatoum2020-09-291-0/+2
| |/
* / of: implement of_property_write_strings for multiple stringsAhmad Fatoum2020-10-021-0/+2
|/
* Revert "of: Add of_property_for_each_phandle() iterator"Ahmad Fatoum2020-07-051-11/+0
* of: refactor of_read_number for clarityAhmad Fatoum2020-05-041-2/+2
* Merge branch 'for-next/pwm'Sascha Hauer2020-04-161-0/+8
|\
| * of: introduce of_property_count_elems_of_sizeAhmad Fatoum2020-03-311-0/+8
* | of: port Linux of_get_compatible_child helperAhmad Fatoum2020-04-151-0/+8
|/
* include: add SPDX GPL-2.0-only license tags for files without licensing infor...Roland Hieber2020-02-171-0/+1
* of: Add of_bus_n_xxx_cells()Sascha Hauer2019-12-201-0/+12
* of: Add of_property_read_string_array()Sascha Hauer2019-11-271-13/+70
* Merge branch 'for-next/of-overlay'Sascha Hauer2019-10-171-0/+47
|\
| * firmware: add support to load firmware from dt overlayMichael Tretter2019-09-161-0/+7
| * of: add iterator for overlaysMichael Tretter2019-09-161-0/+13