summaryrefslogtreecommitdiffstats
path: root/drivers/of
AgeCommit message (Expand)AuthorLines
2025-03-29Merge tag 'devicetree-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-83/+166
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-0/+27
2025-03-26Merge tag 'iommu-updates-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+6
2025-03-21of: address: Allow to specify nonposted-mmio per-deviceKonrad Dybcio-3/+4
2025-03-21of: address: Expand nonposted-mmio to non-Apple Silicon platformsKonrad Dybcio-6/+0
2025-03-20of: Add of_property_read_u16_indexErnest Van Hoecke-0/+33
2025-03-20Merge branches 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings', 'rockch...Joerg Roedel-1/+6
2025-03-14of: Move of_prop_val_eq() next to the single userRob Herring (Arm)-0/+6
2025-03-14of/platform: Use typed accessors rather than of_get_property()Rob Herring (Arm)-3/+3
2025-03-11iommu: Get DT/ACPI parsing into the proper probe pathRobin Murphy-1/+6
2025-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2025-02-26Revert "of: reserved-memory: Fix using wrong number of cells to get property ...Rob Herring (Arm)-2/+2
2025-02-25of/platform: Do not use of_get_property() to test property presenceZijun Hu-1/+1
2025-02-25of: Correct property name comparison in __of_add_property()Zijun Hu-1/+1
2025-02-25of: Introduce and apply private is_pseudo_property()Zijun Hu-9/+10
2025-02-25of: Compare property names by of_prop_cmp() in of_alias_scan()Zijun Hu-3/+3
2025-02-25of: resolver: Fix device node refcount leakage in of_resolve_phandles()Zijun Hu-1/+2
2025-02-25of: resolver: Simplify of_resolve_phandles() using __free()Rob Herring (Arm)-23/+11
2025-02-25of/irq: Add comments about refcount for API of_irq_find_parent()Zijun Hu-2/+2
2025-02-25of/irq: Fix device node refcount leakages in of_irq_init()Zijun Hu-0/+3
2025-02-25of/irq: Fix device node refcount leakage in API irq_of_parse_and_map()Zijun Hu-1/+5
2025-02-25of/irq: Fix device node refcount leakages in of_irq_count()Zijun Hu-1/+3
2025-02-25of/irq: Fix device node refcount leakage in API of_irq_parse_raw()Zijun Hu-0/+8
2025-02-25of: unittest: Add a case to test if API of_irq_parse_raw() leaks refcountZijun Hu-1/+36
2025-02-25of/irq: Fix device node refcount leakage in API of_irq_parse_one()Zijun Hu-32/+27
2025-02-24of: unittest: Add a case to test if API of_irq_parse_one() leaks refcountZijun Hu-0/+45
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+126
2025-02-07of: base: Add of_get_available_child_by_name()Biju Das-0/+27
2025-02-02of: address: Add kunit test for __of_address_resource_bounds()Thomas Weißschuh-2/+126
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+5
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-14/+2
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang-14/+2
2025-01-25Merge tag 'pci-v6.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+2
2025-01-24Merge tag 'devicetree-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-100/+122
2025-01-24of: address: Fix empty resource handling in __of_address_resource_bounds()Thomas Weißschuh-7/+5
2025-01-24of/fdt: Restore possibility to use both ACPI and FDT from bootloaderDmytro Maluka-9/+1
2025-01-18of: address: Add parent_bus_addr to struct of_pci_rangeFrank Li-0/+2
2025-01-17Merge tag 'devicetree-fixes-for-6.13-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-3/+42
2025-01-17of: Correct element count for two arrays in API of_parse_phandle_with_args_map()Zijun Hu-2/+2
2025-01-17of: reserved-memory: Warn for missing static reserved memory regionsZijun Hu-0/+5
2025-01-17of: Do not expose of_alias_scan() and correct its commentsZijun Hu-2/+5
2025-01-13of: Warn when of_property_read_bool() is used on non-boolean propertiesRob Herring (Arm)-0/+26
2025-01-13device property: Split property reading bool and presence test opsRob Herring (Arm)-0/+7
2025-01-13of/fdt: Check fdt_get_mem_rsv() error in early_init_fdt_scan_reserved_mem()Zijun Hu-1/+6
2025-01-13of: reserved-memory: Move an assignment to effective place in __reserved_mem_...Zijun Hu-2/+1
2025-01-13of: reserved-memory: Do not make kmemleak ignore freed addressZijun Hu-1/+2
2025-01-13of: reserved-memory: Fix using wrong number of cells to get property 'alignment'Zijun Hu-2/+2
2025-01-13of: Remove a duplicated code blockZijun Hu-35/+25
2025-01-13of: property: Avoiding using uninitialized variable @imaplen in parse_interru...Zijun Hu-1/+1
2025-01-13Merge 6.13-rc7 into driver-core-nextGreg Kroah-Hartman-11/+66