summaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
* 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-091-1/+1
* 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-237-3/+221
|\ \
| * | of: Add a KUnit test for overlays and test managed APIsStephen Boyd2024-07-295-0/+137
| * | of: Add test managed wrappers for of_overlay_apply()/of_node_put()Stephen Boyd2024-07-292-0/+78
| * | of/platform: Allow overlays to create platform devices from the root nodeStephen Boyd2024-07-291-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-031-2/+2
| * | | mm: introduce numa_memblksMike Rapoport (Microsoft)2024-09-031-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-191-27/+7
| * | | of: unittest: Use of_property_present()Rob Herring (Arm)2024-08-061-2/+2
| | |/ | |/|
* | | Merge tag 'drm-misc-fixes-2024-08-29' of https://gitlab.freedesktop.org/drm/m...Dave Airlie2024-08-301-1/+1
|\ \ \ | |_|/ |/| |
| * | video/aperture: optionally match the device in sysfb_disable()Alex Deucher2024-08-261-1/+1
| |/
* / of/irq: Prevent device address out-of-bounds read in interrupt map walkStefan Wiehler2024-08-131-4/+11
|/
* Merge tag 'iommu-updates-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-07-191-19/+11
|\
| * OF: Simplify of_iommu_configure()Robin Murphy2024-07-041-19/+11
* | Merge tag 'devicetree-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-07-173-26/+197
|\ \
| * | of: unittest: Add a test case for of_changeset_add_prop_bool()Herve Codina2024-07-081-0/+11
| * | of: dynamic: Introduce of_changeset_add_prop_bool()Herve Codina2024-07-081-0/+25
| * | of: unittest: Add tests for changeset properties addingHerve Codina2024-07-081-0/+155
| * | of: dynamic: Constify parameter in of_changeset_add_prop_string_array()Herve Codina2024-07-081-1/+1
| * | of/fdt: avoid re-parsing '#{address,size}-cells' in of_fdt_limit_memoryRob Herring2024-05-311-22/+1
| * | of/fdt: Scan the root node properties earlierRob Herring2024-05-311-3/+4
* | | of/irq: Disable "interrupt-map" parsing for PASEMI NemoMarc Zyngier2024-07-081-14/+4
| |/ |/|
* | of: property: Fix fw_devlink handling of interrupt-mapMarc Zyngier2024-05-301-20/+10
* | of/irq: Factor out parsing of interrupt-map parent phandle+args from of_irq_p...Rob Herring (Arm)2024-05-302-51/+77
* | of: of_test: add MODULE_DESCRIPTION()Jeff Johnson2024-05-281-0/+1
|/
* Merge tag 'i2c-for-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-05-201-1/+1
|\
| * i2c: mux: Remove class argument from i2c_mux_add_adapter()Heiner Kallweit2024-05-131-1/+1
* | Merge tag 'iommu-updates-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-181-35/+7
|\ \
| * | dma-mapping: Simplify arch_setup_dma_ops()Robin Murphy2024-04-261-3/+1
| * | dma-mapping: Add helpers for dma_range_map boundsRobin Murphy2024-04-261-9/+2
| * | OF: Simplify DMA range calculationsRobin Murphy2024-04-261-11/+8
| * | OF: Retire dma-ranges mask workaroundRobin Murphy2024-04-261-16/+0
| |/
* | Merge tag 'devicetree-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-1710-206/+153
|\ \
| * | of: property: Add fw_devlink support for interrupt-map propertyAnup Patel2024-05-131-0/+52