aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of (follow)
AgeCommit message (Expand)AuthorFilesLines
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