summaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)Author
2023-04-11treewide: Fix probing of devices in DT overlaysGeert Uytterhoeven
2023-04-10of: Make devtree_lock declaration privateRob Herring
2023-04-07of: address: always use dma_default_coherent for default coherencyJiaxun Yang
2023-04-05of: device: Kill of_device_request_module()Miquel Raynal
2023-04-05of: Move the request module helper logic to module.cMiquel Raynal
2023-04-05of: Move of_modalias() to module.cMiquel Raynal
2023-04-05of: Rename of_modalias_node()Miquel Raynal
2023-04-05of: Update of_device_get_modalias()Miquel Raynal
2023-04-05of: Fix modalias string generationMiquel Raynal
2023-04-04of: address: Reshuffle to remove forward declarationsGeert Uytterhoeven
2023-04-04of: address: Fix documented return value of of_pci_range_to_resource()Geert Uytterhoeven
2023-04-04of: address: Document return value of of_address_to_resource()Geert Uytterhoeven
2023-03-20of: unittest: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-20of: unittest: Drop if blocks with always false conditionUwe Kleine-König
2023-03-20of: unittest: Drop call to platform_set_drvdata(..., NULL)Uwe Kleine-König
2023-02-24Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-02-24Merge tag 'devicetree-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-24Merge tag 'usb-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-02-21of: dynamic: Fix spelling mistake "kojbect" -> "kobject"Colin Ian King
2023-02-20of: dynamic: add lifecycle docbook info to node creation functionsFrank Rowand
2023-02-20of: add consistency check to of_node_release()Frank Rowand
2023-02-20of: do not use "%pOF" printk format on node with refcount of zeroFrank Rowand
2023-02-20of: unittest: add node lifecycle testsFrank Rowand
2023-02-18Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Joerg Roedel
2023-02-17of: update kconfig unittest helpFrank Rowand
2023-02-17of: Use preferred of_property_read_* functionsRob Herring
2023-02-17of: Use of_property_present() helperRob Herring
2023-02-17of: reserved_mem: Use proper binary prefixGeert Uytterhoeven
2023-02-15of: reserved-mem: print out reserved-mem details during bootMartin Liu
2023-02-14Merge 6.2-rc8 into usb-nextGreg Kroah-Hartman
2023-02-13Merge tag 'mm-hotfixes-stable-2023-02-13-13-50' of git://git.kernel.org/pub/s...Linus Torvalds
2023-02-09of: reserved_mem: Have kmemleak ignore dynamically allocated reserved memIsaac J. Manjarres
2023-02-09of: device: Do not ignore error code in of_device_uevent_modaliasAlexander Stein
2023-02-09of: device: Ignore modalias of reused nodesAlexander Stein
2023-02-08of: property: Simplify of_link_to_phandle()Saravana Kannan
2023-02-07Merge tag 'devicetree-fixes-for-6.2-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-06of: property: add #nvmem-cell-cells propertyMichael Walle
2023-02-06of: property: make #.*-cells optional for simple propsMichael Walle
2023-02-06of: make of_node_ktype constantThomas Weißschuh
2023-02-02of/address: Return an error when no valid dma-ranges are foundMark Brown
2023-02-02of: Make OF framebuffer device names uniqueMichal Suchanek
2023-01-31Revert "mm: kmemleak: alloc gray object for reserved region with direct map"Isaac J. Manjarres
2023-01-27of: device: make of_device_uevent_modalias() take a const device *Greg Kroah-Hartman
2023-01-25of: Introduce of_translate_dma_region()Thierry Reding
2023-01-18of/irq: add missing of_node_put() for interrupt parent nodeClément Léger
2023-01-05of: base: use strscpy() to instead of strncpy()Xu Panda
2023-01-04of: fdt: Honor CONFIG_CMDLINE* even without /chosen node, take 2Rob Herring
2023-01-04Revert "of: fdt: Honor CONFIG_CMDLINE* even without /chosen node"Rob Herring