summaryrefslogtreecommitdiffstats
path: root/drivers/of (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ / |/| |
| * | of/irq: Use helper to define resourcesVasileios Amoiridis2024-09-131-3/+2
| * | of/irq: Make use of irq_get_trigger_type()Vasileios Amoiridis2024-09-131-1/+1
| * | drivers/of: Improve documentation for match_stringMiquel Sabaté Solà2024-09-131-4/+9
| * | of: property: Do some clean up with use of __free()Zhang Zekun2024-09-131-20/+8
| * | of: address: Unify resource bounds overflow checkingThomas Weißschuh2024-09-131-19/+24
| * | of: address: Report error on resource bounds overflowThomas Weißschuh2024-09-051-0/+5
| * | of: resolver: Simplify with scoped for each OF child loopJinjie Ruan2024-08-261-8/+4
| * | of/platform: Simplify with scoped for each OF childJinjie Ruan2024-08-261-10/+4
| * | of: overlay: Simplify with scoped for each OF child loopJinjie Ruan2024-08-261-9/+3
| * | of/irq: Refer to actual buffer size in of_irq_parse_one()Geert Uytterhoeven2024-08-261-2/+2
| * | Merge branch 'dt/linus' into dt/nextRob Herring (Arm)2024-08-261-4/+11
| |\ \
| * | | of/irq: Support #msi-cells=<0> in of_msi_get_domainAndrew Jones2024-08-201-27/+7
| * | | of: unittest: Use of_property_present()Rob Herring (Arm)2024-08-061-2/+2
| | |/ | |/|