summaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
2022-06-14of: overlay: do not break notify on NOTIFY_{OK|STOP}Nuno Sá1-3/+1
2022-01-27of: base: Improve argument length mismatch errorBaruch Siach1-3/+8
2022-01-27of: base: Fix phandle argument length mismatch error messageBaruch Siach1-2/+2
2021-09-22of: Don't allow __of_attached_node_sysfs() without CONFIG_SYSFSMarc Zyngier1-1/+1
2021-07-14of: Fix truncation of memory sizes on 32-bit platformsGeert Uytterhoeven2-8/+8
2021-05-14Revert "fdt: Properly handle "no-map" field in the memory region"Quentin Perret1-1/+1
2021-05-14Revert "of/fdt: Make sure no-map does not remove already reserved regions"Quentin Perret1-9/+1
2021-03-04of/fdt: Make sure no-map does not remove already reserved regionsNicolas Boichat1-1/+9
2021-03-04fdt: Properly handle "no-map" field in the memory regionKarimAllah Ahmed1-1/+1
2020-11-18of/address: Fix of_node memory leak in of_dma_is_coherentEvan Nimmo1-1/+3
2020-11-10of: Fix reserved-memory overlap detectionVincent Whitchurch1-2/+11
2020-07-22of: of_mdio: Correct loop scanning logicFlorian Fainelli1-2/+7
2020-06-24of: Fix a refcounting bug in __of_attach_node_sysfs()Dan Carpenter1-2/+1
2020-04-23of: overlay: kmemleak in dup_and_fixup_symbol_prop()Frank Rowand1-0/+2
2020-04-23of: unittest: kmemleak in of_unittest_overlay_high_level()Frank Rowand1-1/+4
2020-04-23of: unittest: kmemleak in of_unittest_platform_populate()Frank Rowand1-2/+5
2020-04-23of: unittest: kmemleak on changeset destroyFrank Rowand1-0/+4
2020-04-01drivers/of/of_mdio.c:fix of_mdiobus_register()Dajun Jin1-0/+1
2020-02-11of: Add OF_DMA_DEFAULT_COHERENT & select it on powerpcMichael Ellerman2-1/+9
2020-01-09of: overlay: add_changeset_property() memory leakFrank Rowand1-17/+20
2020-01-04of: unittest: fix memory leak in attach_node_and_childrenErhard Furtner1-1/+3
2019-10-23of: reserved_mem: add missing of_node_put() for proper ref-countingChris Goldsworthy1-1/+3
2019-10-23of: unittest: fix memory leak in unittest_data_addNavid Emamdoost1-0/+1
2019-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+1
2019-09-27of: mdio: Fix a signedness bug in of_phy_get_and_connect()Dan Carpenter1-1/+1
2019-09-19Merge tag 'devicetree-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-10/+52
2019-09-19of: restore old handling of cells_name=NULL in of_*_phandle_with_args()Uwe Kleine-König1-2/+33
2019-09-18Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-13/+2
2019-09-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+14
2019-09-14of: Let of_for_each_phandle fallback to non-negative cell_countUwe Kleine-König1-8/+17
2019-08-27of: unittest: Add of_node_put() before returnNishka Dasgupta1-1/+3
2019-08-27fdt: Update CRC check for rng-seedHsin-Yi Wang1-2/+6
2019-08-23fdt: add support for rng-seedHsin-Yi Wang1-2/+12
2019-08-15of: irq: fix a trivial typo in a doc commentLubomir Rintel1-1/+1
2019-08-13of: resolver: Add of_node_put() before return and breakNishka Dasgupta1-3/+9
2019-07-30drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose2-13/+2
2019-07-17Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-3/+7
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+2
2019-07-12Merge tag 'devicetree-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-91/+58
2019-07-09of: unittest: simplify getting the adapter of a clientWolfram Sang1-1/+1
2019-07-09of/fdt: pass early_init_dt_reserve_memory_arch() with bool type nomapMasahiro Yamada1-3/+4
2019-07-08of/platform: Drop superfluous cast in of_device_make_bus_id()Geert Uytterhoeven1-2/+1
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2-2/+2
2019-06-18of/fdt: Fix ‘of_fdt_match’ defined but not used compiler warningKefeng Wang1-54/+45
2019-06-07of: Allow the iommu-map property to omit untranslated devicesJean-Philippe Brucker1-3/+7
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2-4/+2
2019-05-25of/fdt: Mark initial_boot_params as __ro_after_initStephen Boyd1-1/+1
2019-05-25of/fdt: Remove dead code and mark functions with __initStephen Boyd1-32/+5
2019-05-24of: reserved-memory: ignore disabled memory-region nodesKrishna Reddy1-0/+3
2019-05-13of_net: Fix missing of_find_device_by_node ref count dropPetr Štetiar1-1/+4