aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/of (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-29Merge tag 'devicetree-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds9-83/+166
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+27
2025-03-26Merge tag 'iommu-updates-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linuxLinus 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', 'rockchip', 's390', 'core', 'intel/vt-d' and 'amd/amd-vi' into nextJoerg 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 'alignment'"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/git/gregkh/driver-coreLinus Torvalds1-0/+5
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus 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/git/pci/pciLinus Torvalds1-0/+2
2025-01-24Merge tag 'devicetree-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus 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/kernel/git/robh/linuxLinus 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_alloc_size()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_interrupt_map()Zijun Hu1-1/+1
2025-01-13Merge 6.13-rc7 into driver-core-nextGreg Kroah-Hartman7-11/+66