summaryrefslogtreecommitdiffstats
path: root/drivers/of (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-fixes-for-6.13-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds8 hours3-3/+42
|\
| * of/address: Fix WARN when attempting translating non-translatable addressesRob Herring (Arm)5 days1-3/+15
| * of/unittest: Add test that of_address_to_resource() fails on non-translatable...Rob Herring (Arm)5 days2-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-021-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
* | Merge branch 'dt/linus' into dt/nextRob Herring (Arm)2024-11-156-2/+29
|\ \
| * | of: Allow overlay kunit tests to run CONFIG_OF_OVERLAY=nStephen Boyd2024-11-153-1/+4
| |/
| * of: Skip kunit tests when arm64+ACPI doesn't populate root nodeStephen Boyd2024-10-104-0/+24
| * of: Fix unbalanced of node refcount and memory leaksJinjie Ruan2024-10-101-1/+1
* | of/address: Rework bus matching to avoid warningsRob Herring (Arm)2024-11-081-5/+9
* | of: WARN on deprecated #address-cells/#size-cells handlingRob Herring (Arm)2024-11-082-8/+24
* | of/fdt: Don't use default address cell sizes for address translationRob Herring (Arm)2024-11-081-2/+2
* | of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif2024-10-292-7/+9
* | of: property: use new of_graph functionsKuninori Morimoto2024-10-241-13/+5
* | of: property: add of_graph_get_next_port_endpoint()Kuninori Morimoto2024-10-241-0/+27
* | of: property: add of_graph_get_next_port()Kuninori Morimoto2024-10-241-0/+54
* | of: module: remove strlen() call in of_modalias()Sergey Shtylyov2024-10-161-3/+1
* | of: reserved_mem: Add code to dynamically allocate reserved_mem arrayOreoluwa Babatunde2024-10-151-4/+59
* | of: reserved_mem: Restructure how the reserved memory regions are processedOreoluwa Babatunde2024-10-153-54/+122
* | of/address: Constify of_busses[] array and pointersRob Herring (Arm)2024-10-151-6/+6
* | of: Constify safe_name() kobject argRob Herring (Arm)2024-10-151-1/+1
* | of: Constify of_changeset_entry function argumentsRob Herring (Arm)2024-10-151-2/+2
* | of: Constify struct property pointersRob Herring (Arm)2024-10-156-25/+26
* | of: Constify struct device_node function argumentsRob Herring (Arm)2024-10-157-22/+22
* | of:of_numa: remove unused macroBa Jing2024-10-081-3/+0
|/
* Merge tag 'kbuild-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-09-242-3/+3
|\
| * kbuild: split device tree build rules into scripts/Makefile.dtbsMasahiro Yamada2024-09-092-3/+3
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2024-09-247-3/+221
|\ \
| * | of: Add a KUnit test for overlays and test managed APIsStephen Boyd2024-07-305-0/+137
| * | of: Add test managed wrappers for of_overlay_apply()/of_node_put()Stephen Boyd2024-07-302-0/+78
| * | of/platform: Allow overlays to create platform devices from the root nodeStephen Boyd2024-07-301-3/+6
* | | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-211-2/+3
|\ \ \
| * | | of, numa: return -EINVAL when no numa-node-id is foundMike Rapoport (Microsoft)2024-09-041-2/+2
| * | | mm: introduce numa_memblksMike Rapoport (Microsoft)2024-09-041-0/+1
| | |/ | |/|
* | | Merge tag 'devicetree-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-197-100/+66
|\ \ \ | |/ / |/| |