summaryrefslogtreecommitdiffstats
path: root/drivers/of
AgeCommit message (Expand)AuthorLines
2023-08-18mm,ima,kexec,of: use memblock_free_late from ima_free_kexec_bufferRik van Riel-1/+2
2023-08-10of: unittest: Remove redundant of_match_ptr()Ruan Jinjie-3/+3
2023-08-04of: Move of_device_{add,register,unregister} to platform.cRob Herring-32/+32
2023-08-04of: Move of_platform_register_reconfig_notifier() into DT coreRob Herring-0/+9
2023-08-01of: property: fw_devlink: Add a devlink for panel followersDouglas Anderson-0/+2
2023-07-27of: unittest: fix null pointer dereferencing in of_unittest_find_node_by_name()Ruan Jinjie-4/+6
2023-07-24Merge drm/drm-next into drm-misc-nextThomas Zimmermann-36/+63
2023-07-21of: module: Export of_device_uevent()Miquel Raynal-0/+1
2023-07-11of: Preserve "of-display" device name for compatibilityRob Herring-1/+1
2023-07-10of: make OF_EARLY_FLATTREE depend on HAS_IOMEMBaoquan He-1/+1
2023-06-29Merge tag 'devicetree-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-8/+63
2023-06-29Merge tag 'gpio-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-28/+0
2023-06-23of: unittest: drop assertions for GPIO hog messagesBartosz Golaszewski-28/+0
2023-06-20of: reserved_mem: Use stable allocation orderStephan Gerhold-0/+5
2023-06-20of: reserved_mem: Try to keep range allocations contiguousStephan Gerhold-2/+53
2023-06-15of/platform: Propagate firmware node by calling device_set_node()Andy Shevchenko-4/+3
2023-06-12of: unittest: Switch i2c driver back to use .probe()Uwe Kleine-König-2/+2
2023-06-09of: overlay: Fix missing of_node_put() in error case of init_overlay_changeset()Kunihiko Hayashi-0/+1
2023-06-07gpiolib: demote the hogging log messages to debugBartosz Golaszewski-8/+8
2023-05-05Merge tag 'devicetree-fixes-for-6.4-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+3
2023-04-29Merge tag 'dma-mapping-6.4-2023-04-28' of git://git.infradead.org/users/hch/d...Linus Torvalds-5/+1
2023-04-28Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-5/+6
2023-04-27of: fdt: Scan /memreserve/ lastLucas Tanure-2/+3
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-75/+94
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-192/+443
2023-04-27Merge tag 'devicetree-for-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-152/+140
2023-04-18riscv: Use PUD/P4D/PGD pages for the linear mappingAlexandre Ghiti-5/+6
2023-04-13of/address: Add of_property_read_reg() helperRob Herring-0/+45
2023-04-13of/address: Add of_range_count() helperRob Herring-1/+6
2023-04-13of/address: Add support for 3 address cell busRob Herring-2/+87
2023-04-13of/address: Add of_range_to_resource() helperRob Herring-4/+43
2023-04-13of: unittest: Add bus address range parsing testsRob Herring-0/+53
2023-04-13of: Move CPU node related functions to their own fileRob Herring-188/+211
2023-04-13Merge tag 'devicetree-fixes-for-6.2-3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+6
2023-04-11treewide: Fix probing of devices in DT overlaysGeert Uytterhoeven-0/+6
2023-04-10of: Make devtree_lock declaration privateRob Herring-0/+1
2023-04-07of: address: always use dma_default_coherent for default coherencyJiaxun Yang-5/+1
2023-04-05of: device: Kill of_device_request_module()Miquel Raynal-9/+0
2023-04-05of: Move the request module helper logic to module.cMiquel Raynal-23/+32
2023-04-05of: Move of_modalias() to module.cMiquel Raynal-38/+45
2023-04-05of: Rename of_modalias_node()Miquel Raynal-7/+11
2023-04-05of: Update of_device_get_modalias()Miquel Raynal-12/+17
2023-04-05of: Fix modalias string generationMiquel Raynal-2/+5
2023-04-04of: address: Reshuffle to remove forward declarationsGeert Uytterhoeven-138/+133
2023-04-04of: address: Fix documented return value of of_pci_range_to_resource()Geert Uytterhoeven-1/+1
2023-04-04of: address: Document return value of of_address_to_resource()Geert Uytterhoeven-0/+2
2023-03-20of: unittest: Convert to platform remove callback returning voidUwe Kleine-König-11/+6
2023-03-20of: unittest: Drop if blocks with always false conditionUwe Kleine-König-3/+0
2023-03-20of: unittest: Drop call to platform_set_drvdata(..., NULL)Uwe Kleine-König-1/+0
2023-02-24Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+41