summaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)Author
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
2025-01-12of/address: Fix WARN when attempting translating non-translatable addressesRob Herring (Arm)
2025-01-12of/unittest: Add test that of_address_to_resource() fails on non-translatable...Rob Herring (Arm)
2025-01-10of: Correct child specifier used as input of the 2nd nexus nodeZijun Hu
2024-12-31of: Constify 'struct bin_attribute'Thomas Weißschuh
2024-12-22Merge tag 'devicetree-fixes-for-6.13-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2024-12-20of: Add coreboot firmware to excluded default cells listRob Herring (Arm)
2024-12-20samples: rust: add Rust platform sample driverDanilo Krummrich
2024-12-16of: Fix of_find_node_opts_by_path() handling of alias+path+optionsZijun Hu
2024-12-16of: unittest: Add a test case for of_find_node_opts_by_path() with alias+path...Zijun Hu
2024-12-10of/irq: Fix using uninitialized variable @addr_len in API of_irq_parse_one()Zijun Hu
2024-12-10of/irq: Fix interrupt-map cell length check in of_irq_parse_imap_parent()Zijun Hu
2024-12-10of: Fix refcount leakage for OF node returned by __of_get_dma_parent()Zijun Hu
2024-12-10of/irq: Correct element count for array @dummy_imask in API of_irq_parse_raw()Zijun Hu
2024-12-10of: Simplify API of_find_node_with_property() implementationZijun Hu
2024-12-10of/fdt: Dump __be32 array in CPU type order in of_dump_addr()Zijun Hu
2024-12-10of: Hide of_default_bus_match_table[]Stephen Boyd
2024-12-03of: Fix error path in of_parse_phandle_with_args_map()Herve Codina
2024-12-03of/fdt: Implement use BIN_ATTR_SIMPLE macro for fdt sysfs attributeThomas Weißschuh
2024-12-02of: Add #address-cells/#size-cells in the device-tree root empty nodeHerve Codina
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds
2024-12-01Merge tag 'i2c-for-6.13-rc1-part3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-30Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-11-29of: base: Document prefix argument for of_get_next_child_with_prefix()Chen-Yu Tsai
2024-11-27of: address: Preserve the flags portion on 1:1 dma-ranges mappingAndrea della Porta
2024-11-27of/unittest: Add empty dma-ranges address translation testsAndrea della Porta
2024-11-27of: base: Add for_each_child_of_node_with_prefix()Chen-Yu Tsai
2024-11-27of: dynamic: Add of_changeset_update_prop_stringChen-Yu Tsai
2024-11-25of: property: fw_devlink: Do not use interrupt-parent directlySamuel Holland
2024-11-15Merge branch 'dt/linus' into dt/nextRob Herring (Arm)
2024-11-15of: Allow overlay kunit tests to run CONFIG_OF_OVERLAY=nStephen Boyd
2024-11-08of/address: Rework bus matching to avoid warningsRob Herring (Arm)
2024-11-08of: WARN on deprecated #address-cells/#size-cells handlingRob Herring (Arm)
2024-11-08of/fdt: Don't use default address cell sizes for address translationRob Herring (Arm)
2024-11-04kbuild: add generic support for built-in boot DTBsMasahiro Yamada
2024-10-29of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif
2024-10-24of: property: use new of_graph functionsKuninori Morimoto
2024-10-24of: property: add of_graph_get_next_port_endpoint()Kuninori Morimoto
2024-10-24of: property: add of_graph_get_next_port()Kuninori Morimoto
2024-10-16of: module: remove strlen() call in of_modalias()Sergey Shtylyov
2024-10-15of: reserved_mem: Add code to dynamically allocate reserved_mem arrayOreoluwa Babatunde
2024-10-15of: reserved_mem: Restructure how the reserved memory regions are processedOreoluwa Babatunde
2024-10-15of/address: Constify of_busses[] array and pointersRob Herring (Arm)
2024-10-15of: Constify safe_name() kobject argRob Herring (Arm)
2024-10-15of: Constify of_changeset_entry function argumentsRob Herring (Arm)
2024-10-15of: Constify struct property pointersRob Herring (Arm)