summaryrefslogtreecommitdiffstats
path: root/drivers/of/fdt.c
Commit message (Expand)AuthorAgeFilesLines
* of: fdt: justify fdt_machine_is_compatible parsing only the root nodeAhmad Fatoum2024-03-131-0/+11
* of: fdt: implement fdt_machine_is_compatibleAhmad Fatoum2024-03-051-0/+95
* of: fdt: factor out FDT header parsingAhmad Fatoum2024-03-041-33/+43
* of: fdt: fix oob writes with large fdt propertiesStefan Kerkmann2024-02-011-0/+4
* of: fdt: fix memory leak in fdt_ensure_spaceStefan Kerkmann2024-02-011-7/+21
* Merge branch 'for-next/of-reserve'Sascha Hauer2023-10-271-7/+24
|\
| * bootm: print memreserve map in verbose modeSascha Hauer2023-10-191-0/+23
| * fdt: Do not reserve device tree blobSascha Hauer2023-10-191-7/+1
* | of: fdt: fix possibles overflows during parsing of invalid DTsAhmad Fatoum2023-10-231-8/+40
|/
* fdt: copy terminating '\0' in lstrcpy()Enrico Scholz2023-07-261-4/+4
* of: fdt: gracefully handle out-of-place propertiesAhmad Fatoum2022-09-121-1/+1
* of: remove unused and misleading #cells in /memreserveAhmad Fatoum2022-06-101-11/+0
* of: rename of_find_node_by_name() to of_find_node_by_name_address()Sascha Hauer2022-03-081-1/+1
* drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-221-1/+1
* drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-011-9/+1
* fdt: Check blob size during unflatteningSascha Hauer2021-06-251-5/+12
* of: fdt: Add root name checks during unflatteningSascha Hauer2021-02-231-2/+13
* treewide: remove references to CREDITSUwe Kleine-König2020-04-271-3/+0
* of: unflatten: access property properlySascha Hauer2018-10-301-1/+1
* of: Make locally used function staticSascha Hauer2018-03-051-1/+1
* of: fdt: add of_unflatten_dtb_constSascha Hauer2018-01-311-2/+34
* of: fix typosAntony Pavlov2016-10-181-1/+1
* of: preserve /memreserve/ entriesSascha Hauer2016-04-251-6/+100
* fdt: of_unflatten_dtb(): remove left over "root" argument from inline docMarc Kleine-Budde2015-05-151-1/+0
* sizes.h: move include/sizes.h to include/linux/sizes.hMasahiro Yamada2015-01-081-1/+1
* fdt: don't strip const qualifierLucas Stach2014-12-111-1/+1
* fdt: of_unflatten_dtb can work on const dataJan Luebbe2014-12-041-2/+2
* dt: factor out common codeJan Luebbe2014-11-201-22/+11
* of: fdt: fix typo in headerRaphaël Poggi2014-09-251-1/+1
* of: Drop devicetree merge supportSascha Hauer2014-05-221-32/+12
* of: fdt: reorder fdt_header initializationSascha Hauer2013-11-081-2/+2
* of: fdt: Fix fdt size_dt_structSascha Hauer2013-11-081-2/+1
* of: parse phandles during unflattenSascha Hauer2013-08-141-1/+3
* of: fix merge mode in of_unflatten_dtbSascha Hauer2013-08-141-0/+1
* OF: base: rename of_free to of_delete_nodeSebastian Hesselbarth2013-07-051-1/+1
* OF: base: remove of_find_child_by_nameSebastian Hesselbarth2013-06-201-4/+5
* OF: base: sync of_find_property with linux OF APISebastian Hesselbarth2013-06-201-1/+4
* fdt: Fix dt memreserve entrySascha Hauer2013-05-211-2/+1
* of: remove unused libfdtSascha Hauer2013-03-061-1/+0
* of: Add reservemap handlingSascha Hauer2013-03-061-0/+65
* of: move flat devicetree functions to separate fileSascha Hauer2013-03-061-0/+434