summaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)Author
2024-04-13of: dynamic: Synchronize of_changeset_destroy() with the devlink removalsHerve Codina
2024-02-23of: property: fix typo in io-channelsNuno Sa
2024-02-23of: unittest: Fix compile in the non-dynamic caseChristian A. Ehrhardt
2024-01-25of: unittest: Fix of_count_phandle_with_args() expected value messageGeert Uytterhoeven
2024-01-25of: Fix double free in of_parse_phandle_with_args_mapChristian A. Ehrhardt
2023-12-13of: dynamic: Fix of_reconfig_get_state_change() return value documentationLuca Ceresoli
2023-12-13of: Add missing 'Return' section in kerneldoc commentsRob Herring
2023-12-13of: Fix kerneldoc output formattingRob Herring
2023-12-13of: base: Fix some formatting issues and provide missing descriptionsLee Jones
2023-10-10of: dynamic: Fix potential memory leak in of_changeset_action()Dan Carpenter
2023-09-19of: unittest: Fix overlay type in apply/revert checkGeert Uytterhoeven
2023-09-19of: unittest: fix null pointer dereferencing in of_unittest_find_node_by_name()Ruan Jinjie
2023-08-30of: dynamic: Refactor action prints to not use "%pOF" inside devtree_lockRob Herring
2023-05-17of: Fix modalias string generationMiquel Raynal
2023-02-15of/address: Return an error when no valid dma-ranges are foundMark Brown
2023-01-14of: overlay: fix null pointer dereferencing in find_dup_cset_node_entry() and...ruanjinjie
2022-12-08of: property: decrement node refcount in of_fwnode_get_reference_args()Yang Yingliang
2022-09-23of: fdt: fix off-by-one error in unflatten_dt_nodes()Sergey Shtylyov
2022-06-09of: overlay: do not break notify on NOTIFY_{OK|STOP}Nuno Sá
2022-01-27of: base: Improve argument length mismatch errorBaruch Siach
2022-01-27of: base: Fix phandle argument length mismatch error messageBaruch Siach
2022-01-27of: unittest: 64 bit dma address test requires arch supportFrank Rowand
2022-01-27of: unittest: fix warning on PowerPC frame size warningJim Quinlan
2021-11-18of: unittest: fix EXPECT text for gpio hog errorsFrank Rowand
2021-09-18of: Don't allow __of_attached_node_sysfs() without CONFIG_SYSFSMarc Zyngier
2021-07-14of: Fix truncation of memory sizes on 32-bit platformsGeert Uytterhoeven
2021-05-14of: overlay: fix for_each_child.cocci warningskernel test robot
2021-04-14of: property: fw_devlink: do not link ".*,nr-gpios"Ilya Lipnitskiy
2021-03-09of: unittest: Fix build on architectures without CONFIG_OF_ADDRESSCatalin Marinas
2021-03-09of: unittest: Add test for of_dma_get_max_cpu_address()Nicolas Saenz Julienne
2021-03-09of/address: Introduce of_dma_get_max_cpu_address()Nicolas Saenz Julienne
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
2021-02-03of/device: Update dma_range_map only when dev has valid dma-rangesYong Wu
2020-11-11of/address: Fix of_node memory leak in of_dma_is_coherentEvan Nimmo
2020-11-02of: Drop superfluous ULL suffix for ~0Geert Uytterhoeven
2020-10-29dma-mapping: fix 32-bit overflow with CONFIG_ARM_LPAE=nGeert Uytterhoeven
2020-10-25of: Fix reserved-memory overlap detectionVincent Whitchurch
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-10-10net: phy: Move of_mdio from drivers/of to drivers/net/mdioCalvin Johnson
2020-10-06Merge branch 'dt/linus' into dt/nextRob Herring
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig
2020-09-24of: add of_mdio_find_device() apiRussell King
2020-09-17dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan
2020-09-05of: Export of_remove_property() to modulesFlorian Fainelli
2020-08-19of: address: Work around missing device_type property in pcie nodesMarc Zyngier
2020-08-17of: platform: Destroy child devices symmetricallyThierry Reding
2020-08-17of/address: check for invalid range.cpu_addrColin Ian King