aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of
AgeCommit message (Expand)Author
2022-02-03Merge branch 'v5.4/standard/base' into v5.4/standard/ti-j72xBruce Ashfield
2022-01-27of: base: Improve argument length mismatch errorBaruch Siach
2022-01-27of: base: Fix phandle argument length mismatch error messageBaruch Siach
2021-09-27Merge branch 'v5.4/standard/base' into v5.4/standard/ti-j72xBruce Ashfield
2021-09-22of: Don't allow __of_attached_node_sysfs() without CONFIG_SYSFSMarc Zyngier
2021-07-14Merge branch 'v5.4/base' into v5.4/standard/ti-j72xBruce Ashfield
2021-07-14of: Fix truncation of memory sizes on 32-bit platformsGeert Uytterhoeven
2021-05-17Merge branch 'v5.4/standard/base' into v5.4/standard/ti-j72xBruce Ashfield
2021-05-14Revert "fdt: Properly handle "no-map" field in the memory region"Quentin Perret
2021-05-14Revert "of/fdt: Make sure no-map does not remove already reserved regions"Quentin Perret
2021-03-08Merge branch 'v5.4/standard/base' into v5.4/standard/ti-j72xBruce Ashfield
2021-03-04of/fdt: Make sure no-map does not remove already reserved regionsNicolas Boichat
2021-03-04fdt: Properly handle "no-map" field in the memory regionKarimAllah Ahmed
2020-12-01dma-mapping: treat dev->bus_dma_mask as a DMA limitNicolas Saenz Julienne
2020-12-01of/address: Fix of_pci_range_parser_one translation of DMA addressesRob Herring
2020-12-01of/address: Translate 'dma-ranges' for parent nodes missing 'dma-ranges'Rob Herring
2020-12-01of/unittest: Add dma-ranges address translation testsRob Herring
2020-12-01of: Factor out #{addr,size}-cells parsingRobin Murphy
2020-12-01of: address: Follow DMA parent for "dma-coherent"Robin Murphy
2020-12-01of/address: Introduce of_get_next_dma_parent() helperRobin Murphy
2020-12-01of: address: Report of_dma_get_range() errors meaningfullyRobin Murphy
2020-12-01of: Make of_dma_get_range() privateRob Herring
2020-12-01of: Remove unused of_find_matching_node_by_address()Rob Herring
2020-12-01of/fdt: don't ignore errors from of_setup_earlyconChristoph Hellwig
2020-12-01of: irq: Export of_msi_get_domainMatthias Brugger
2020-11-18of/address: Fix of_node memory leak in of_dma_is_coherentEvan Nimmo
2020-11-10of: Fix reserved-memory overlap detectionVincent Whitchurch
2020-07-22of: of_mdio: Correct loop scanning logicFlorian Fainelli
2020-06-24of: Fix a refcounting bug in __of_attach_node_sysfs()Dan Carpenter
2020-04-23of: overlay: kmemleak in dup_and_fixup_symbol_prop()Frank Rowand
2020-04-23of: unittest: kmemleak in of_unittest_overlay_high_level()Frank Rowand
2020-04-23of: unittest: kmemleak in of_unittest_platform_populate()Frank Rowand
2020-04-23of: unittest: kmemleak on changeset destroyFrank Rowand
2020-04-01drivers/of/of_mdio.c:fix of_mdiobus_register()Dajun Jin
2020-02-11of: Add OF_DMA_DEFAULT_COHERENT & select it on powerpcMichael Ellerman
2020-01-09of: overlay: add_changeset_property() memory leakFrank Rowand
2020-01-04of: unittest: fix memory leak in attach_node_and_childrenErhard Furtner
2019-10-23of: reserved_mem: add missing of_node_put() for proper ref-countingChris Goldsworthy
2019-10-23of: unittest: fix memory leak in unittest_data_addNavid Emamdoost
2019-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-09-27of: mdio: Fix a signedness bug in of_phy_get_and_connect()Dan Carpenter
2019-09-19Merge tag 'devicetree-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-09-19of: restore old handling of cells_name=NULL in of_*_phandle_with_args()Uwe Kleine-König
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-09-13of: Let of_for_each_phandle fallback to non-negative cell_countUwe Kleine-König
2019-08-27of: unittest: Add of_node_put() before returnNishka Dasgupta
2019-08-27fdt: Update CRC check for rng-seedHsin-Yi Wang
2019-08-23fdt: add support for rng-seedHsin-Yi Wang
2019-08-14of: irq: fix a trivial typo in a doc commentLubomir Rintel