aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
2025-03-29Merge tag 'devicetree-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds9-83/+166
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+27
2025-03-26Merge tag 'iommu-updates-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+6
2025-03-21of: address: Allow to specify nonposted-mmio per-deviceKonrad Dybcio1-3/+4
2025-03-21of: address: Expand nonposted-mmio to non-Apple Silicon platformsKonrad Dybcio1-6/+0
2025-03-20of: Add of_property_read_u16_indexErnest Van Hoecke1-0/+33
2025-03-20Merge branches 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings', 'rockch...Joerg Roedel1-1/+6
2025-03-14of: Move of_prop_val_eq() next to the single userRob Herring (Arm)1-0/+6
2025-03-14of/platform: Use typed accessors rather than of_get_property()Rob Herring (Arm)1-3/+3
2025-03-11iommu: Get DT/ACPI parsing into the proper probe pathRobin Murphy1-1/+6
2025-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2025-02-26Revert "of: reserved-memory: Fix using wrong number of cells to get property ...Rob Herring (Arm)1-2/+2
2025-02-25of/platform: Do not use of_get_property() to test property presenceZijun Hu1-1/+1
2025-02-25of: Correct property name comparison in __of_add_property()Zijun Hu1-1/+1
2025-02-25of: Introduce and apply private is_pseudo_property()Zijun Hu4-9/+10
2025-02-25of: Compare property names by of_prop_cmp() in of_alias_scan()Zijun Hu1-3/+3
2025-02-25of: resolver: Fix device node refcount leakage in of_resolve_phandles()Zijun Hu1-1/+2
2025-02-25of: resolver: Simplify of_resolve_phandles() using __free()Rob Herring (Arm)1-23/+11
2025-02-25of/irq: Add comments about refcount for API of_irq_find_parent()Zijun Hu1-2/+2
2025-02-25of/irq: Fix device node refcount leakages in of_irq_init()Zijun Hu1-0/+3
2025-02-25of/irq: Fix device node refcount leakage in API irq_of_parse_and_map()Zijun Hu1-1/+5
2025-02-25of/irq: Fix device node refcount leakages in of_irq_count()Zijun Hu1-1/+3
2025-02-25of/irq: Fix device node refcount leakage in API of_irq_parse_raw()Zijun Hu1-0/+8
2025-02-25of: unittest: Add a case to test if API of_irq_parse_raw() leaks refcountZijun Hu2-1/+36
2025-02-25of/irq: Fix device node refcount leakage in API of_irq_parse_one()Zijun Hu1-32/+27
2025-02-24of: unittest: Add a case to test if API of_irq_parse_one() leaks refcountZijun Hu1-0/+45
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-2/+126
2025-02-07of: base: Add of_get_available_child_by_name()Biju Das1-0/+27
2025-02-02of: address: Add kunit test for __of_address_resource_bounds()Thomas Weißschuh3-2/+126
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+5
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-14/+2
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang2-14/+2
2025-01-25Merge tag 'pci-v6.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2025-01-24Merge tag 'devicetree-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds12-100/+122
2025-01-24of: address: Fix empty resource handling in __of_address_resource_bounds()Thomas Weißschuh1-7/+5
2025-01-24of/fdt: Restore possibility to use both ACPI and FDT from bootloaderDmytro Maluka1-9/+1
2025-01-18of: address: Add parent_bus_addr to struct of_pci_rangeFrank Li1-0/+2
2025-01-17Merge tag 'devicetree-fixes-for-6.13-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-3/+42
2025-01-17of: Correct element count for two arrays in API of_parse_phandle_with_args_map()Zijun Hu1-2/+2
2025-01-17of: reserved-memory: Warn for missing static reserved memory regionsZijun Hu1-0/+5
2025-01-17of: Do not expose of_alias_scan() and correct its commentsZijun Hu3-2/+5
2025-01-13of: Warn when of_property_read_bool() is used on non-boolean propertiesRob Herring (Arm)1-0/+26
2025-01-13device property: Split property reading bool and presence test opsRob Herring (Arm)1-0/+7
2025-01-13of/fdt: Check fdt_get_mem_rsv() error in early_init_fdt_scan_reserved_mem()Zijun Hu1-1/+6
2025-01-13of: reserved-memory: Move an assignment to effective place in __reserved_mem_...Zijun Hu1-2/+1
2025-01-13of: reserved-memory: Do not make kmemleak ignore freed addressZijun Hu1-1/+2
2025-01-13of: reserved-memory: Fix using wrong number of cells to get property 'alignment'Zijun Hu1-2/+2
2025-01-13of: Remove a duplicated code blockZijun Hu3-35/+25
2025-01-13of: property: Avoiding using uninitialized variable @imaplen in parse_interru...Zijun Hu1-1/+1
2025-01-13Merge 6.13-rc7 into driver-core-nextGreg Kroah-Hartman7-11/+66
2025-01-12of/address: Fix WARN when attempting translating non-translatable addressesRob Herring (Arm)1-3/+15
2025-01-12of/unittest: Add test that of_address_to_resource() fails on non-translatable...Rob Herring (Arm)2-0/+27
2025-01-10of: Correct child specifier used as input of the 2nd nexus nodeZijun Hu1-1/+1
2024-12-31of: Constify 'struct bin_attribute'Thomas Weißschuh1-2/+2
2024-12-22Merge tag 'devicetree-fixes-for-6.13-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds7-11/+66
2024-12-20of: Add coreboot firmware to excluded default cells listRob Herring (Arm)1-1/+2
2024-12-20samples: rust: add Rust platform sample driverDanilo Krummrich1-0/+5
2024-12-16of: Fix of_find_node_opts_by_path() handling of alias+path+optionsZijun Hu1-3/+3
2024-12-16of: unittest: Add a test case for of_find_node_opts_by_path() with alias+path...Zijun Hu1-0/+9
2024-12-10of/irq: Fix using uninitialized variable @addr_len in API of_irq_parse_one()Zijun Hu1-0/+1
2024-12-10of/irq: Fix interrupt-map cell length check in of_irq_parse_imap_parent()Zijun Hu1-0/+1
2024-12-10of: Fix refcount leakage for OF node returned by __of_get_dma_parent()Zijun Hu1-1/+1
2024-12-10of/irq: Correct element count for array @dummy_imask in API of_irq_parse_raw()Zijun Hu1-1/+1
2024-12-10of: Simplify API of_find_node_with_property() implementationZijun Hu1-7/+3
2024-12-10of/fdt: Dump __be32 array in CPU type order in of_dump_addr()Zijun Hu1-1/+1
2024-12-10of: Hide of_default_bus_match_table[]Stephen Boyd1-12/+11
2024-12-03of: Fix error path in of_parse_phandle_with_args_map()Herve Codina1-5/+10
2024-12-03of/fdt: Implement use BIN_ATTR_SIMPLE macro for fdt sysfs attributeThomas Weißschuh1-12/+4
2024-12-02of: Add #address-cells/#size-cells in the device-tree root empty nodeHerve Codina1-1/+8
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-3/+3
2024-12-01Merge tag 'i2c-for-6.13-rc1-part3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-0/+80
2024-11-30Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+6
2024-11-29of: base: Document prefix argument for of_get_next_child_with_prefix()Chen-Yu Tsai1-0/+1
2024-11-27of: address: Preserve the flags portion on 1:1 dma-ranges mappingAndrea della Porta1-1/+2
2024-11-27of/unittest: Add empty dma-ranges address translation testsAndrea della Porta2-0/+41
2024-11-27of: base: Add for_each_child_of_node_with_prefix()Chen-Yu Tsai1-0/+35
2024-11-27of: dynamic: Add of_changeset_update_prop_stringChen-Yu Tsai1-0/+44
2024-11-25of: property: fw_devlink: Do not use interrupt-parent directlySamuel Holland1-2/+0
2024-11-15Merge branch 'dt/linus' into dt/nextRob Herring (Arm)6-2/+29
2024-11-15of: Allow overlay kunit tests to run CONFIG_OF_OVERLAY=nStephen Boyd3-1/+4
2024-11-08of/address: Rework bus matching to avoid warningsRob Herring (Arm)1-5/+9
2024-11-08of: WARN on deprecated #address-cells/#size-cells handlingRob Herring (Arm)2-8/+24
2024-11-08of/fdt: Don't use default address cell sizes for address translationRob Herring (Arm)1-2/+2
2024-11-04kbuild: add generic support for built-in boot DTBsMasahiro Yamada1-0/+6
2024-10-29of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif2-7/+9
2024-10-24of: property: use new of_graph functionsKuninori Morimoto1-13/+5
2024-10-24of: property: add of_graph_get_next_port_endpoint()Kuninori Morimoto1-0/+27
2024-10-24of: property: add of_graph_get_next_port()Kuninori Morimoto1-0/+54
2024-10-16of: module: remove strlen() call in of_modalias()Sergey Shtylyov1-3/+1
2024-10-15of: reserved_mem: Add code to dynamically allocate reserved_mem arrayOreoluwa Babatunde1-4/+59
2024-10-15of: reserved_mem: Restructure how the reserved memory regions are processedOreoluwa Babatunde3-54/+122
2024-10-15of/address: Constify of_busses[] array and pointersRob Herring (Arm)1-6/+6
2024-10-15of: Constify safe_name() kobject argRob Herring (Arm)1-1/+1
2024-10-15of: Constify of_changeset_entry function argumentsRob Herring (Arm)1-2/+2
2024-10-15of: Constify struct property pointersRob Herring (Arm)6-25/+26
2024-10-15of: Constify struct device_node function argumentsRob Herring (Arm)7-22/+22
2024-10-10of: Skip kunit tests when arm64+ACPI doesn't populate root nodeStephen Boyd4-0/+24
2024-10-09of: Fix unbalanced of node refcount and memory leaksJinjie Ruan1-1/+1
2024-10-08of:of_numa: remove unused macroBa Jing1-3/+0
2024-09-24Merge tag 'kbuild-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-3/+3
2024-09-23Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds7-3/+221
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+3
2024-09-19Merge tag 'devicetree-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-100/+66
2024-09-13of/irq: Use helper to define resourcesVasileios Amoiridis1-3/+2
2024-09-13of/irq: Make use of irq_get_trigger_type()Vasileios Amoiridis1-1/+1
2024-09-13drivers/of: Improve documentation for match_stringMiquel Sabaté Solà1-4/+9
2024-09-13of: property: Do some clean up with use of __free()Zhang Zekun1-20/+8
2024-09-13of: address: Unify resource bounds overflow checkingThomas Weißschuh1-19/+24
2024-09-09kbuild: split device tree build rules into scripts/Makefile.dtbsMasahiro Yamada2-3/+3
2024-09-05of: address: Report error on resource bounds overflowThomas Weißschuh1-0/+5
2024-09-03of, numa: return -EINVAL when no numa-node-id is foundMike Rapoport (Microsoft)1-2/+2
2024-09-03mm: introduce numa_memblksMike Rapoport (Microsoft)1-0/+1
2024-08-30Merge tag 'drm-misc-fixes-2024-08-29' of https://gitlab.freedesktop.org/drm/m...Dave Airlie1-1/+1
2024-08-26video/aperture: optionally match the device in sysfb_disable()Alex Deucher1-1/+1
2024-08-26of: resolver: Simplify with scoped for each OF child loopJinjie Ruan1-8/+4
2024-08-26of/platform: Simplify with scoped for each OF childJinjie Ruan1-10/+4
2024-08-26of: overlay: Simplify with scoped for each OF child loopJinjie Ruan1-9/+3
2024-08-26of/irq: Refer to actual buffer size in of_irq_parse_one()Geert Uytterhoeven1-2/+2
2024-08-26Merge branch 'dt/linus' into dt/nextRob Herring (Arm)1-4/+11
2024-08-19of/irq: Support #msi-cells=<0> in of_msi_get_domainAndrew Jones1-27/+7
2024-08-13of/irq: Prevent device address out-of-bounds read in interrupt map walkStefan Wiehler1-4/+11
2024-08-06of: unittest: Use of_property_present()Rob Herring (Arm)1-2/+2
2024-07-29of: Add a KUnit test for overlays and test managed APIsStephen Boyd5-0/+137
2024-07-29of: Add test managed wrappers for of_overlay_apply()/of_node_put()Stephen Boyd2-0/+78
2024-07-29of/platform: Allow overlays to create platform devices from the root nodeStephen Boyd1-3/+6
2024-07-19Merge tag 'iommu-updates-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-19/+11
2024-07-17Merge tag 'devicetree-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-26/+197
2024-07-08of: unittest: Add a test case for of_changeset_add_prop_bool()Herve Codina1-0/+11
2024-07-08of: dynamic: Introduce of_changeset_add_prop_bool()Herve Codina1-0/+25
2024-07-08of: unittest: Add tests for changeset properties addingHerve Codina1-0/+155
2024-07-08of: dynamic: Constify parameter in of_changeset_add_prop_string_array()Herve Codina1-1/+1
2024-07-08of/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-30of: property: Fix fw_devlink handling of interrupt-mapMarc Zyngier1-20/+10
2024-05-30of/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-17Merge tag 'devicetree-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-206/+153
2024-05-14Merge 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-16of: 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-27of: 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-15Merge 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-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+2
2024-03-13of: 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-07of: property: fw_devlink: Add support for "post-init-providers" propertySaravana Kannan1-3/+12
2024-03-07driver core: Adds flags param to fwnode_link_add()Saravana Kannan1-1/+1
2024-03-03of: Reimplement of_machine_is_compatible() using of_machine_compatible_match()Christophe Leroy1-20/+1
2024-03-03of: Change of_machine_is_compatible() to return boolMichael Ellerman1-3/+2
2024-03-03of: Add of_machine_compatible_match()Michael Ellerman1-0/+21
2024-03-01Merge tag 'devicetree-fixes-for-6.8-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2024-03-01of/platform: Inform about created platform devices using pr_debug()Uwe Kleine-König1-0/+2
2024-03-01of: property: fw_devlink: Fix stupid bug in remote-endpoint parsingSaravana Kannan1-1/+1
2024-02-25Merge tag 'iio-for-6.9a' of http://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman1-0/+2
2024-02-23arm64, crash: wrap crash dumping code into crash related ifdefsBaoquan He1-0/+2
2024-02-19of: property: add device link support for io-backendsOlivier Moysan1-0/+2
2024-02-15Merge tag 'devicetree-fixes-for-6.8-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-43/+34
2024-02-13of: Make explicit cpu_to_be32 conversion to mute sparse warningDawei Li1-2/+2
2024-02-09of: property: Add in-ports/out-ports support to of_graph_get_port_parent()Saravana Kannan1-1/+3
2024-02-09of: property: Improve finding the supplier of a remote-endpoint propertySaravana Kannan1-1/+11
2024-02-09of: property: Improve finding the consumer of a remote-endpoint propertySaravana Kannan1-37/+10
2024-02-06of: property: use unsigned int return on of_graph_get_endpoint_count()Kuninori Morimoto1-2/+2
2024-02-06of: property: add missing kerneldoc for of_graph_get_endpoint_count()Kuninori Morimoto1-0/+6
2024-01-31of: unittest: Fix compile in the non-dynamic caseChristian A. Ehrhardt1-3/+9
2024-01-31of: property: fix typo in io-channelsNuno Sa1-1/+1
2024-01-23of: Add for_each_reserved_child_of_node()Kuninori Morimoto1-0/+29
2024-01-23of: Add of_get_next_status_child() and makes more generic of_get_nextKuninori Morimoto1-11/+18
2024-01-23of: Add __of_device_is_status() and makes more generic status checkKuninori Morimoto1-21/+36
2024-01-22of: property: Make 'no port node found' output a debug messageAlexander Stein1-1/+1
2024-01-18Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-8/+16
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-40/+41
2024-01-12Merge tag 'devicetree-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-40/+76