summaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-fixes-for-6.4-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-05-051-2/+3
|\
| * of: fdt: Scan /memreserve/ lastLucas Tanure2023-04-271-2/+3
* | Merge tag 'dma-mapping-6.4-2023-04-28' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-04-292-5/+1
|\ \
| * | of: address: always use dma_default_coherent for default coherencyJiaxun Yang2023-04-072-5/+1
* | | Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-281-5/+6
|\ \ \
| * | | riscv: Use PUD/P4D/PGD pages for the linear mappingAlexandre Ghiti2023-04-181-5/+6
| |/ /
* | | Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-274-75/+94
|\ \ \
| * | | of: device: Kill of_device_request_module()Miquel Raynal2023-04-051-9/+0
| * | | of: Move the request module helper logic to module.cMiquel Raynal2023-04-052-23/+32
| * | | of: Move of_modalias() to module.cMiquel Raynal2023-04-053-38/+45
| * | | of: Rename of_modalias_node()Miquel Raynal2023-04-051-7/+11
| * | | of: Update of_device_get_modalias()Miquel Raynal2023-04-051-12/+17
| * | | of: Fix modalias string generationMiquel Raynal2023-04-051-2/+5
| |/ /
* | | Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-04-277-192/+443
|\ \ \
| * | | of/address: Add of_property_read_reg() helperRob Herring2023-04-132-0/+45
| * | | of/address: Add of_range_count() helperRob Herring2023-04-131-1/+6
| * | | of/address: Add support for 3 address cell busRob Herring2023-04-133-2/+87
| * | | of/address: Add of_range_to_resource() helperRob Herring2023-04-132-4/+43
| * | | of: unittest: Add bus address range parsing testsRob Herring2023-04-131-0/+53
| * | | of: Move CPU node related functions to their own fileRob Herring2023-04-133-188/+211
| * | | of: Make devtree_lock declaration privateRob Herring2023-04-101-0/+1
| |/ /
* | | Merge tag 'devicetree-for-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-04-272-152/+140
|\ \ \ | | |/ | |/|
| * | of: address: Reshuffle to remove forward declarationsGeert Uytterhoeven2023-04-041-138/+133
| * | of: address: Fix documented return value of of_pci_range_to_resource()Geert Uytterhoeven2023-04-041-1/+1
| * | of: address: Document return value of of_address_to_resource()Geert Uytterhoeven2023-04-041-0/+2
| * | of: unittest: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-11/+6
| * | of: unittest: Drop if blocks with always false conditionUwe Kleine-König2023-03-201-3/+0
| * | of: unittest: Drop call to platform_set_drvdata(..., NULL)Uwe Kleine-König2023-03-201-1/+0
| |/
* | Merge tag 'devicetree-fixes-for-6.2-3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-132-0/+6
|\ \ | |/ |/|
| * treewide: Fix probing of devices in DT overlaysGeert Uytterhoeven2023-04-112-0/+6
* | Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-241-0/+41
|\ \
| | \
| | \
| *-. \ Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Joerg Roedel2023-02-181-0/+41
| |\ \ \
| | | * | of: Introduce of_translate_dma_region()Thierry Reding2023-01-251-0/+41
| | |/ /
* | | | Merge tag 'devicetree-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-2412-20/+224
|\ \ \ \
| * | | | of: dynamic: Fix spelling mistake "kojbect" -> "kobject"Colin Ian King2023-02-211-1/+1
| * | | | of: dynamic: add lifecycle docbook info to node creation functionsFrank Rowand2023-02-201-1/+2
| * | | | of: add consistency check to of_node_release()Frank Rowand2023-02-201-0/+4
| * | | | of: do not use "%pOF" printk format on node with refcount of zeroFrank Rowand2023-02-201-1/+9
| * | | | of: unittest: add node lifecycle testsFrank Rowand2023-02-204-3/+170
| * | | | of: update kconfig unittest helpFrank Rowand2023-02-171-1/+13
| * | | | of: Use preferred of_property_read_* functionsRob Herring2023-02-172-5/+2
| * | | | of: Use of_property_present() helperRob Herring2023-02-172-2/+2
| * | | | of: reserved_mem: Use proper binary prefixGeert Uytterhoeven2023-02-171-1/+1
| * | | | of: reserved-mem: print out reserved-mem details during bootMartin Liu2023-02-151-0/+10
| * | | | of: make of_node_ktype constantThomas Weißschuh2023-02-061-1/+1
| * | | | of/irq: add missing of_node_put() for interrupt parent nodeClément Léger2023-01-181-3/+9
| * | | | of: base: use strscpy() to instead of strncpy()Xu Panda2023-01-051-2/+1
| * | | | of: overlay: Fix trivial typoRicardo Ribalda2022-12-261-1/+1
* | | | | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-242-73/+15
|\ \ \ \ \
| * | | | | of: property: Simplify of_link_to_phandle()Saravana Kannan2023-02-081-71/+13