summaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds9 days1-0/+5
|\
| * Merge 6.13-rc7 into driver-core-nextGreg Kroah-Hartman2025-01-137-11/+66
| |\
| * | samples: rust: add Rust platform sample driverDanilo Krummrich2024-12-201-0/+5
* | | Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds11 days2-14/+2
|\ \ \
| * | | mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang12 days2-14/+2
| | |/ | |/|
* | | Merge tag 'pci-v6.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds12 days1-0/+2
|\ \ \
| * | | of: address: Add parent_bus_addr to struct of_pci_rangeFrank Li2025-01-181-0/+2
* | | | Merge tag 'devicetree-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds13 days12-100/+122
|\ \ \ \
| * | | | of: address: Fix empty resource handling in __of_address_resource_bounds()Thomas Weißschuh13 days1-7/+5
| * | | | of/fdt: Restore possibility to use both ACPI and FDT from bootloaderDmytro Maluka13 days1-9/+1
| * | | | of: Correct element count for two arrays in API of_parse_phandle_with_args_map()Zijun Hu2025-01-171-2/+2
| * | | | of: reserved-memory: Warn for missing static reserved memory regionsZijun Hu2025-01-171-0/+5
| * | | | of: Do not expose of_alias_scan() and correct its commentsZijun Hu2025-01-173-2/+5
| * | | | of: Warn when of_property_read_bool() is used on non-boolean propertiesRob Herring (Arm)2025-01-131-0/+26
| * | | | device property: Split property reading bool and presence test opsRob Herring (Arm)2025-01-131-0/+7
| * | | | of/fdt: Check fdt_get_mem_rsv() error in early_init_fdt_scan_reserved_mem()Zijun Hu2025-01-131-1/+6
| * | | | of: reserved-memory: Move an assignment to effective place in __reserved_mem_...Zijun Hu2025-01-131-2/+1
| * | | | of: reserved-memory: Do not make kmemleak ignore freed addressZijun Hu2025-01-131-1/+2
| * | | | of: reserved-memory: Fix using wrong number of cells to get property 'alignment'Zijun Hu2025-01-131-2/+2
| * | | | of: Remove a duplicated code blockZijun Hu2025-01-133-35/+25
| * | | | of: property: Avoiding using uninitialized variable @imaplen in parse_interru...Zijun Hu2025-01-131-1/+1
| * | | | of: Correct child specifier used as input of the 2nd nexus nodeZijun Hu2025-01-101-1/+1
| * | | | of: Constify 'struct bin_attribute'Thomas Weißschuh2024-12-311-2/+2
| * | | | of: Fix of_find_node_opts_by_path() handling of alias+path+optionsZijun Hu2024-12-161-3/+3
| * | | | of: unittest: Add a test case for of_find_node_opts_by_path() with alias+path...Zijun Hu2024-12-161-0/+9
| * | | | of/irq: Correct element count for array @dummy_imask in API of_irq_parse_raw()Zijun Hu2024-12-101-1/+1
| * | | | of: Simplify API of_find_node_with_property() implementationZijun Hu2024-12-101-7/+3
| * | | | of/fdt: Dump __be32 array in CPU type order in of_dump_addr()Zijun Hu2024-12-101-1/+1
| * | | | of: Hide of_default_bus_match_table[]Stephen Boyd2024-12-101-12/+11
| * | | | of/fdt: Implement use BIN_ATTR_SIMPLE macro for fdt sysfs attributeThomas Weißschuh2024-12-031-12/+4
| |/ / /
* | | | Merge tag 'devicetree-fixes-for-6.13-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2025-01-173-3/+42
|\ \ \ \ | |_|/ / |/| | |
| * | | of/address: Fix WARN when attempting translating non-translatable addressesRob Herring (Arm)2025-01-121-3/+15
| * | | of/unittest: Add test that of_address_to_resource() fails on non-translatable...Rob Herring (Arm)2025-01-122-0/+27
* | | | Merge tag 'devicetree-fixes-for-6.13-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2024-12-227-11/+66
|\| | | | |_|/ |/| |
| * | of: Add coreboot firmware to excluded default cells listRob Herring (Arm)2024-12-201-1/+2
| * | of/irq: Fix using uninitialized variable @addr_len in API of_irq_parse_one()Zijun Hu2024-12-101-0/+1
| * | of/irq: Fix interrupt-map cell length check in of_irq_parse_imap_parent()Zijun Hu2024-12-101-0/+1
| * | of: Fix refcount leakage for OF node returned by __of_get_dma_parent()Zijun Hu2024-12-101-1/+1
| * | of: Fix error path in of_parse_phandle_with_args_map()Herve Codina2024-12-031-5/+10
| * | of: Add #address-cells/#size-cells in the device-tree root empty nodeHerve Codina2024-12-021-1/+8
| * | of: address: Preserve the flags portion on 1:1 dma-ranges mappingAndrea della Porta2024-11-271-1/+2
| * | of/unittest: Add empty dma-ranges address translation testsAndrea della Porta2024-11-272-0/+41
| * | of: property: fw_devlink: Do not use interrupt-parent directlySamuel Holland2024-11-251-2/+0
* | | Get rid of 'remove_new' relic from platform driver structLinus Torvalds2024-12-011-3/+3
| |/ |/|
* | Merge tag 'i2c-for-6.13-rc1-part3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-12-012-0/+80
|\ \
| * | of: base: Document prefix argument for of_get_next_child_with_prefix()Chen-Yu Tsai2024-11-291-0/+1
| * | of: base: Add for_each_child_of_node_with_prefix()Chen-Yu Tsai2024-11-271-0/+35
| * | of: dynamic: Add of_changeset_update_prop_stringChen-Yu Tsai2024-11-271-0/+44
| |/
* | Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-11-301-0/+6
|\ \ | |/ |/|
| * kbuild: add generic support for built-in boot DTBsMasahiro Yamada2024-11-041-0/+6