aboutsummaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
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-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-03of: Fix error path in of_parse_phandle_with_args_map()Herve Codina1-5/+10
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
2024-11-30Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+6
2024-11-29of: base: Document prefix argument for of_get_next_child_with_prefix()Chen-Yu Tsai1-0/+1
2024-11-27of: address: Preserve the flags portion on 1:1 dma-ranges mappingAndrea della Porta1-1/+2
2024-11-27of/unittest: Add empty dma-ranges address translation testsAndrea della Porta2-0/+41
2024-11-27of: base: Add for_each_child_of_node_with_prefix()Chen-Yu Tsai1-0/+35
2024-11-27of: dynamic: Add of_changeset_update_prop_stringChen-Yu Tsai1-0/+44
2024-11-25of: property: fw_devlink: Do not use interrupt-parent directlySamuel Holland1-2/+0
2024-11-15Merge branch 'dt/linus' into dt/nextRob Herring (Arm)6-2/+29
2024-11-15of: Allow overlay kunit tests to run CONFIG_OF_OVERLAY=nStephen Boyd3-1/+4
2024-11-08of/address: Rework bus matching to avoid warningsRob Herring (Arm)1-5/+9
2024-11-08of: WARN on deprecated #address-cells/#size-cells handlingRob Herring (Arm)2-8/+24
2024-11-08of/fdt: Don't use default address cell sizes for address translationRob Herring (Arm)1-2/+2
2024-11-04kbuild: add generic support for built-in boot DTBsMasahiro Yamada1-0/+6
2024-10-29of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif2-7/+9
2024-10-24of: property: use new of_graph functionsKuninori Morimoto1-13/+5
2024-10-24of: property: add of_graph_get_next_port_endpoint()Kuninori Morimoto1-0/+27
2024-10-24of: property: add of_graph_get_next_port()Kuninori Morimoto1-0/+54
2024-10-16of: module: remove strlen() call in of_modalias()Sergey Shtylyov1-3/+1
2024-10-15of: reserved_mem: Add code to dynamically allocate reserved_mem arrayOreoluwa Babatunde1-4/+59
2024-10-15of: reserved_mem: Restructure how the reserved memory regions are processedOreoluwa Babatunde3-54/+122
2024-10-15of/address: Constify of_busses[] array and pointersRob Herring (Arm)1-6/+6
2024-10-15of: Constify safe_name() kobject argRob Herring (Arm)1-1/+1
2024-10-15of: Constify of_changeset_entry function argumentsRob Herring (Arm)1-2/+2
2024-10-15of: Constify struct property pointersRob Herring (Arm)6-25/+26
2024-10-15of: Constify struct device_node function argumentsRob Herring (Arm)7-22/+22
2024-10-10of: Skip kunit tests when arm64+ACPI doesn't populate root nodeStephen Boyd4-0/+24
2024-10-09of: Fix unbalanced of node refcount and memory leaksJinjie Ruan1-1/+1
2024-10-08of:of_numa: remove unused macroBa Jing1-3/+0
2024-09-24Merge tag 'kbuild-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-3/+3
2024-09-23Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds7-3/+221
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+3
2024-09-19Merge tag 'devicetree-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-100/+66
2024-09-13of/irq: Use helper to define resourcesVasileios Amoiridis1-3/+2
2024-09-13of/irq: Make use of irq_get_trigger_type()Vasileios Amoiridis1-1/+1
2024-09-13drivers/of: Improve documentation for match_stringMiquel Sabaté Solà1-4/+9
2024-09-13of: property: Do some clean up with use of __free()Zhang Zekun1-20/+8
2024-09-13of: address: Unify resource bounds overflow checkingThomas Weißschuh1-19/+24
2024-09-09kbuild: split device tree build rules into scripts/Makefile.dtbsMasahiro Yamada2-3/+3
2024-09-05of: address: Report error on resource bounds overflowThomas Weißschuh1-0/+5
2024-09-03of, numa: return -EINVAL when no numa-node-id is foundMike Rapoport (Microsoft)1-2/+2
2024-09-03mm: introduce numa_memblksMike Rapoport (Microsoft)1-0/+1