summaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
* of: overlay: do not break notify on NOTIFY_{OK|STOP}Nuno Sá2022-06-141-3/+1
* of: base: Improve argument length mismatch errorBaruch Siach2022-01-271-3/+8
* of: base: Fix phandle argument length mismatch error messageBaruch Siach2022-01-271-2/+2
* of: Don't allow __of_attached_node_sysfs() without CONFIG_SYSFSMarc Zyngier2021-09-221-1/+1
* of: Fix truncation of memory sizes on 32-bit platformsGeert Uytterhoeven2021-07-142-8/+8
* Revert "fdt: Properly handle "no-map" field in the memory region"Quentin Perret2021-05-141-1/+1
* Revert "of/fdt: Make sure no-map does not remove already reserved regions"Quentin Perret2021-05-141-9/+1
* of/fdt: Make sure no-map does not remove already reserved regionsNicolas Boichat2021-03-041-1/+9
* fdt: Properly handle "no-map" field in the memory regionKarimAllah Ahmed2021-03-041-1/+1
* of/address: Fix of_node memory leak in of_dma_is_coherentEvan Nimmo2020-11-181-1/+3
* of: Fix reserved-memory overlap detectionVincent Whitchurch2020-11-101-2/+11
* of: of_mdio: Correct loop scanning logicFlorian Fainelli2020-07-221-2/+7
* of: Fix a refcounting bug in __of_attach_node_sysfs()Dan Carpenter2020-06-241-2/+1
* of: overlay: kmemleak in dup_and_fixup_symbol_prop()Frank Rowand2020-04-231-0/+2
* of: unittest: kmemleak in of_unittest_overlay_high_level()Frank Rowand2020-04-231-1/+4
* of: unittest: kmemleak in of_unittest_platform_populate()Frank Rowand2020-04-231-2/+5
* of: unittest: kmemleak on changeset destroyFrank Rowand2020-04-231-0/+4
* drivers/of/of_mdio.c:fix of_mdiobus_register()Dajun Jin2020-04-011-0/+1
* of: Add OF_DMA_DEFAULT_COHERENT & select it on powerpcMichael Ellerman2020-02-112-1/+9
* of: overlay: add_changeset_property() memory leakFrank Rowand2020-01-091-17/+20
* of: unittest: fix memory leak in attach_node_and_childrenErhard Furtner2020-01-041-1/+3
* of: reserved_mem: add missing of_node_put() for proper ref-countingChris Goldsworthy2019-10-231-1/+3
* of: unittest: fix memory leak in unittest_data_addNavid Emamdoost2019-10-231-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-281-1/+1
|\
| * of: mdio: Fix a signedness bug in of_phy_get_and_connect()Dan Carpenter2019-09-271-1/+1
* | Merge tag 'devicetree-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-09-192-10/+52
|\ \ | |/ |/|
| * of: restore old handling of cells_name=NULL in of_*_phandle_with_args()Uwe Kleine-König2019-09-191-2/+33
| * of: Let of_for_each_phandle fallback to non-negative cell_countUwe Kleine-König2019-09-131-8/+17
| * of: unittest: Add of_node_put() before returnNishka Dasgupta2019-08-271-1/+3
* | Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-172-13/+2
|\ \
| * | drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose2019-07-302-13/+2
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-09-161-0/+14
|\ \ \ | |_|/ |/| |
| * | fdt: Update CRC check for rng-seedHsin-Yi Wang2019-08-271-2/+6
| * | fdt: add support for rng-seedHsin-Yi Wang2019-08-231-2/+12
| |/
* | of: irq: fix a trivial typo in a doc commentLubomir Rintel2019-08-141-1/+1
* | of: resolver: Add of_node_put() before return and breakNishka Dasgupta2019-08-121-3/+9
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-07-171-3/+7
|\
| * of: Allow the iommu-map property to omit untranslated devicesJean-Philippe Brucker2019-06-061-3/+7
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-122-2/+2
|\ \
| * | bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-242-2/+2
| |/
* | Merge tag 'devicetree-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-114-91/+58
|\ \
| * | of: unittest: simplify getting the adapter of a clientWolfram Sang2019-07-081-1/+1
| * | of/fdt: pass early_init_dt_reserve_memory_arch() with bool type nomapMasahiro Yamada2019-07-081-3/+4
| * | of/platform: Drop superfluous cast in of_device_make_bus_id()Geert Uytterhoeven2019-07-081-2/+1
| * | of/fdt: Fix ‘of_fdt_match’ defined but not used compiler warningKefeng Wang2019-06-181-54/+45
| * | of/fdt: Mark initial_boot_params as __ro_after_initStephen Boyd2019-05-241-1/+1
| * | of/fdt: Remove dead code and mark functions with __initStephen Boyd2019-05-241-32/+5
| * | of: reserved-memory: ignore disabled memory-region nodesKrishna Reddy2019-05-241-0/+3
| |/
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2019-06-052-4/+2
|/
* of_net: Fix missing of_find_device_by_node ref count dropPetr Štetiar2019-05-131-1/+4