aboutsummaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
2023-06-29Merge tag 'devicetree-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-8/+63
2023-06-29Merge tag 'gpio-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-28/+0
2023-06-23of: unittest: drop assertions for GPIO hog messagesGravatar Bartosz Golaszewski 1-28/+0
2023-06-20of: reserved_mem: Use stable allocation orderGravatar Stephan Gerhold 1-0/+5
2023-06-20of: reserved_mem: Try to keep range allocations contiguousGravatar Stephan Gerhold 1-2/+53
2023-06-15of/platform: Propagate firmware node by calling device_set_node()Gravatar Andy Shevchenko 1-4/+3
2023-06-12of: unittest: Switch i2c driver back to use .probe()Gravatar Uwe Kleine-König 1-2/+2
2023-06-09of: overlay: Fix missing of_node_put() in error case of init_overlay_changeset()Gravatar Kunihiko Hayashi 1-0/+1
2023-06-07gpiolib: demote the hogging log messages to debugGravatar Bartosz Golaszewski 1-8/+8
2023-05-05Merge tag 'devicetree-fixes-for-6.4-1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+3
2023-04-29Merge tag 'dma-mapping-6.4-2023-04-28' of git://git.infradead.org/users/hch/d...Gravatar Linus Torvalds 2-5/+1
2023-04-28Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-5/+6
2023-04-27of: fdt: Scan /memreserve/ lastGravatar Lucas Tanure 1-2/+3
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 4-75/+94
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 7-192/+443
2023-04-27Merge tag 'devicetree-for-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-152/+140
2023-04-18riscv: Use PUD/P4D/PGD pages for the linear mappingGravatar Alexandre Ghiti 1-5/+6
2023-04-13of/address: Add of_property_read_reg() helperGravatar Rob Herring 2-0/+45
2023-04-13of/address: Add of_range_count() helperGravatar Rob Herring 1-1/+6
2023-04-13of/address: Add support for 3 address cell busGravatar Rob Herring 3-2/+87
2023-04-13of/address: Add of_range_to_resource() helperGravatar Rob Herring 2-4/+43
2023-04-13of: unittest: Add bus address range parsing testsGravatar Rob Herring 1-0/+53
2023-04-13of: Move CPU node related functions to their own fileGravatar Rob Herring 3-188/+211
2023-04-13Merge tag 'devicetree-fixes-for-6.2-3' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-0/+6
2023-04-11treewide: Fix probing of devices in DT overlaysGravatar Geert Uytterhoeven 2-0/+6
2023-04-10of: Make devtree_lock declaration privateGravatar Rob Herring 1-0/+1
2023-04-07of: address: always use dma_default_coherent for default coherencyGravatar Jiaxun Yang 2-5/+1
2023-04-05of: device: Kill of_device_request_module()Gravatar Miquel Raynal 1-9/+0
2023-04-05of: Move the request module helper logic to module.cGravatar Miquel Raynal 2-23/+32
2023-04-05of: Move of_modalias() to module.cGravatar Miquel Raynal 3-38/+45
2023-04-05of: Rename of_modalias_node()Gravatar Miquel Raynal 1-7/+11
2023-04-05of: Update of_device_get_modalias()Gravatar Miquel Raynal 1-12/+17
2023-04-05of: Fix modalias string generationGravatar Miquel Raynal 1-2/+5
2023-04-04of: address: Reshuffle to remove forward declarationsGravatar Geert Uytterhoeven 1-138/+133
2023-04-04of: address: Fix documented return value of of_pci_range_to_resource()Gravatar Geert Uytterhoeven 1-1/+1
2023-04-04of: address: Document return value of of_address_to_resource()Gravatar Geert Uytterhoeven 1-0/+2
2023-03-20of: unittest: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-11/+6
2023-03-20of: unittest: Drop if blocks with always false conditionGravatar Uwe Kleine-König 1-3/+0
2023-03-20of: unittest: Drop call to platform_set_drvdata(..., NULL)Gravatar Uwe Kleine-König 1-1/+0
2023-02-24Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+41
2023-02-24Merge tag 'devicetree-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 12-20/+224
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-73/+15
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+3
2023-02-24Merge tag 'usb-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-2/+4
2023-02-21of: dynamic: Fix spelling mistake "kojbect" -> "kobject"Gravatar Colin Ian King 1-1/+1
2023-02-20of: dynamic: add lifecycle docbook info to node creation functionsGravatar Frank Rowand 1-1/+2
2023-02-20of: add consistency check to of_node_release()Gravatar Frank Rowand 1-0/+4
2023-02-20of: do not use "%pOF" printk format on node with refcount of zeroGravatar Frank Rowand 1-1/+9
2023-02-20of: unittest: add node lifecycle testsGravatar Frank Rowand 4-3/+170
2023-02-18Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Gravatar Joerg Roedel 1-0/+41