summaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
2023-05-05Merge tag 'devicetree-fixes-for-6.4-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+3
2023-04-29Merge tag 'dma-mapping-6.4-2023-04-28' of git://git.infradead.org/users/hch/d...Linus Torvalds2-5/+1
2023-04-29Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+6
2023-04-27of: fdt: Scan /memreserve/ lastLucas Tanure1-2/+3
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-75/+94
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-192/+443
2023-04-27Merge tag 'devicetree-for-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-152/+140
2023-04-19riscv: Use PUD/P4D/PGD pages for the linear mappingAlexandre Ghiti1-5/+6
2023-04-14of/address: Add of_property_read_reg() helperRob Herring2-0/+45
2023-04-14of/address: Add of_range_count() helperRob Herring1-1/+6
2023-04-14of/address: Add support for 3 address cell busRob Herring3-2/+87
2023-04-14of/address: Add of_range_to_resource() helperRob Herring2-4/+43
2023-04-14of: unittest: Add bus address range parsing testsRob Herring1-0/+53
2023-04-14of: Move CPU node related functions to their own fileRob Herring3-188/+211
2023-04-14Merge tag 'devicetree-fixes-for-6.2-3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-0/+6
2023-04-11treewide: Fix probing of devices in DT overlaysGeert Uytterhoeven2-0/+6
2023-04-11of: Make devtree_lock declaration privateRob Herring1-0/+1
2023-04-07of: address: always use dma_default_coherent for default coherencyJiaxun Yang2-5/+1
2023-04-05of: device: Kill of_device_request_module()Miquel Raynal1-9/+0
2023-04-05of: Move the request module helper logic to module.cMiquel Raynal2-23/+32
2023-04-05of: Move of_modalias() to module.cMiquel Raynal3-38/+45
2023-04-05of: Rename of_modalias_node()Miquel Raynal1-7/+11
2023-04-05of: Update of_device_get_modalias()Miquel Raynal1-12/+17
2023-04-05of: Fix modalias string generationMiquel Raynal1-2/+5
2023-04-04of: address: Reshuffle to remove forward declarationsGeert Uytterhoeven1-138/+133
2023-04-04of: address: Fix documented return value of of_pci_range_to_resource()Geert Uytterhoeven1-1/+1
2023-04-04of: address: Document return value of of_address_to_resource()Geert Uytterhoeven1-0/+2
2023-03-20of: unittest: Convert to platform remove callback returning voidUwe Kleine-König1-11/+6
2023-03-20of: unittest: Drop if blocks with always false conditionUwe Kleine-König1-3/+0
2023-03-20of: unittest: Drop call to platform_set_drvdata(..., NULL)Uwe Kleine-König1-1/+0
2023-02-25Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+41
2023-02-25Merge tag 'devicetree-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds12-20/+224
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-73/+15
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+3
2023-02-24Merge tag 'usb-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+4
2023-02-21of: dynamic: Fix spelling mistake "kojbect" -> "kobject"Colin Ian King1-1/+1
2023-02-21of: dynamic: add lifecycle docbook info to node creation functionsFrank Rowand1-1/+2
2023-02-21of: add consistency check to of_node_release()Frank Rowand1-0/+4
2023-02-21of: do not use "%pOF" printk format on node with refcount of zeroFrank Rowand1-1/+9
2023-02-21of: unittest: add node lifecycle testsFrank Rowand4-3/+170
2023-02-18Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Joerg Roedel1-0/+41
2023-02-18of: update kconfig unittest helpFrank Rowand1-1/+13
2023-02-18of: Use preferred of_property_read_* functionsRob Herring2-5/+2
2023-02-18of: Use of_property_present() helperRob Herring2-2/+2
2023-02-18of: reserved_mem: Use proper binary prefixGeert Uytterhoeven1-1/+1
2023-02-16of: reserved-mem: print out reserved-mem details during bootMartin Liu1-0/+10
2023-02-14Merge 6.2-rc8 into usb-nextGreg Kroah-Hartman2-8/+25
2023-02-14Merge tag 'mm-hotfixes-stable-2023-02-13-13-50' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+2
2023-02-10of: reserved_mem: Have kmemleak ignore dynamically allocated reserved memIsaac J. Manjarres1-1/+2
2023-02-09of: device: Do not ignore error code in of_device_uevent_modaliasAlexander Stein1-0/+2