summaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)Author
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-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)
2024-10-15of: Constify struct device_node function argumentsRob Herring (Arm)
2024-10-10of: Skip kunit tests when arm64+ACPI doesn't populate root nodeStephen Boyd
2024-10-09of: Fix unbalanced of node refcount and memory leaksJinjie Ruan
2024-10-08of:of_numa: remove unused macroBa Jing
2024-09-24Merge tag 'kbuild-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-09-23Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-09-19Merge tag 'devicetree-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-09-13of/irq: Use helper to define resourcesVasileios Amoiridis
2024-09-13of/irq: Make use of irq_get_trigger_type()Vasileios Amoiridis
2024-09-13drivers/of: Improve documentation for match_stringMiquel Sabaté Solà
2024-09-13of: property: Do some clean up with use of __free()Zhang Zekun
2024-09-13of: address: Unify resource bounds overflow checkingThomas Weißschuh
2024-09-09kbuild: split device tree build rules into scripts/Makefile.dtbsMasahiro Yamada
2024-09-05of: address: Report error on resource bounds overflowThomas Weißschuh
2024-09-03of, numa: return -EINVAL when no numa-node-id is foundMike Rapoport (Microsoft)
2024-09-03mm: introduce numa_memblksMike Rapoport (Microsoft)
2024-08-30Merge tag 'drm-misc-fixes-2024-08-29' of https://gitlab.freedesktop.org/drm/m...Dave Airlie
2024-08-26video/aperture: optionally match the device in sysfb_disable()Alex Deucher
2024-08-26of: resolver: Simplify with scoped for each OF child loopJinjie Ruan
2024-08-26of/platform: Simplify with scoped for each OF childJinjie Ruan
2024-08-26of: overlay: Simplify with scoped for each OF child loopJinjie Ruan
2024-08-26of/irq: Refer to actual buffer size in of_irq_parse_one()Geert Uytterhoeven
2024-08-26Merge branch 'dt/linus' into dt/nextRob Herring (Arm)
2024-08-19of/irq: Support #msi-cells=<0> in of_msi_get_domainAndrew Jones
2024-08-13of/irq: Prevent device address out-of-bounds read in interrupt map walkStefan Wiehler
2024-08-06of: unittest: Use of_property_present()Rob Herring (Arm)
2024-07-29of: Add a KUnit test for overlays and test managed APIsStephen Boyd
2024-07-29of: Add test managed wrappers for of_overlay_apply()/of_node_put()Stephen Boyd
2024-07-29of/platform: Allow overlays to create platform devices from the root nodeStephen Boyd
2024-07-19Merge tag 'iommu-updates-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-07-17Merge tag 'devicetree-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-07-08of: unittest: Add a test case for of_changeset_add_prop_bool()Herve Codina
2024-07-08of: dynamic: Introduce of_changeset_add_prop_bool()Herve Codina