summaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
2024-07-19Merge tag 'iommu-updates-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-19/+11
2024-07-18Merge tag 'devicetree-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-26/+197
2024-07-09of: unittest: Add a test case for of_changeset_add_prop_bool()Herve Codina1-0/+11
2024-07-09of: dynamic: Introduce of_changeset_add_prop_bool()Herve Codina1-0/+25
2024-07-09of: unittest: Add tests for changeset properties addingHerve Codina1-0/+155
2024-07-09of: dynamic: Constify parameter in of_changeset_add_prop_string_array()Herve Codina1-1/+1
2024-07-09of/irq: Disable "interrupt-map" parsing for PASEMI NemoMarc Zyngier1-14/+4
2024-07-04OF: Simplify of_iommu_configure()Robin Murphy1-19/+11
2024-05-31of/fdt: avoid re-parsing '#{address,size}-cells' in of_fdt_limit_memoryRob Herring1-22/+1
2024-05-31of/fdt: Scan the root node properties earlierRob Herring1-3/+4
2024-05-31of: property: Fix fw_devlink handling of interrupt-mapMarc Zyngier1-20/+10
2024-05-31of/irq: Factor out parsing of interrupt-map parent phandle+args from of_irq_p...Rob Herring (Arm)2-51/+77
2024-05-28of: of_test: add MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-05-20Merge tag 'i2c-for-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2024-05-18Merge tag 'iommu-updates-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-35/+7
2024-05-18Merge tag 'devicetree-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-206/+153
2024-05-15Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+2
2024-05-13of: property: Add fw_devlink support for interrupt-map propertyAnup Patel1-0/+52
2024-05-13i2c: mux: Remove class argument from i2c_mux_add_adapter()Heiner Kallweit1-1/+1
2024-05-08of: module: add buffer overflow check in of_modalias()Sergey Shtylyov1-3/+4
2024-05-03of: property: Use scope based cleanup on port_nodeShresth Prasad1-3/+2
2024-05-03of: reserved_mem: Remove the use of phandle from the reserved_mem APIsOreoluwa Babatunde1-21/+1
2024-04-29Merge tag 'stm32-bus-firewall-for-v6.10-1' of git://git.kernel.org/pub/scm/li...Arnd Bergmann1-0/+2
2024-04-26dma-mapping: Simplify arch_setup_dma_ops()Robin Murphy1-3/+1
2024-04-26dma-mapping: Add helpers for dma_range_map boundsRobin Murphy1-9/+2
2024-04-26OF: Simplify DMA range calculationsRobin Murphy1-11/+8
2024-04-26OF: Retire dma-ranges mask workaroundRobin Murphy1-16/+0
2024-04-24of: property: fw_devlink: Add support for "access-controller"Gatien Chevallier1-0/+2
2024-04-23of: property: fw_devlink: Add support for "power-supplies" bindingSaravana Kannan1-0/+2
2024-04-17of: property: Add fw_devlink support for pse parentKory Maincent (Dent Project)1-0/+2
2024-04-15of: Use scope based of_node_put() cleanupsRob Herring2-93/+48
2024-04-15of: Use scope based kfree() cleanupsRob Herring3-55/+25
2024-04-15of: Add a helper to free property structRob Herring4-31/+19
2024-03-28of: module: prevent NULL pointer dereference in vsnprintf()Sergey Shtylyov1-0/+8
2024-03-26of: dynamic: Synchronize of_changeset_destroy() with the devlink removalsHerve Codina1-0/+12
2024-03-21Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+12
2024-03-21Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2024-03-16Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-7/+8
2024-03-15Merge tag 'devicetree-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds12-174/+275
2024-03-15Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-30/+81
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+2
2024-03-14of: unittest: Use for_each_child_of_node_scoped()Jonathan Cameron1-8/+3
2024-03-12of: Move all FDT reserved-memory handling into of_reserved_mem.cRob Herring3-126/+127
2024-03-08of: Add KUnit test to confirm DTB is loadedStephen Boyd4-0/+71
2024-03-08of: unittest: treat missing of_root as error instead of fixing upFrank Rowand1-8/+4
2024-03-08um: Unconditionally call unflatten_device_tree()Stephen Boyd1-4/+0
2024-03-08of: Create of_root if no dtb provided by firmwareFrank Rowand5-8/+40
2024-03-08of: Always unflatten in unflatten_and_copy_device_tree()Stephen Boyd1-15/+17
2024-03-08of: property: fw_devlink: Add support for "post-init-providers" propertySaravana Kannan1-3/+12
2024-03-08driver core: Adds flags param to fwnode_link_add()Saravana Kannan1-1/+1