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