summaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)Author
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
2024-07-08of: unittest: Add tests for changeset properties addingHerve Codina
2024-07-08of: dynamic: Constify parameter in of_changeset_add_prop_string_array()Herve Codina
2024-07-08of/irq: Disable "interrupt-map" parsing for PASEMI NemoMarc Zyngier
2024-07-04OF: Simplify of_iommu_configure()Robin Murphy
2024-05-31of/fdt: avoid re-parsing '#{address,size}-cells' in of_fdt_limit_memoryRob Herring
2024-05-31of/fdt: Scan the root node properties earlierRob Herring
2024-05-30of: property: Fix fw_devlink handling of interrupt-mapMarc Zyngier
2024-05-30of/irq: Factor out parsing of interrupt-map parent phandle+args from of_irq_p...Rob Herring (Arm)
2024-05-28of: of_test: add MODULE_DESCRIPTION()Jeff Johnson
2024-05-20Merge tag 'i2c-for-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-05-18Merge tag 'iommu-updates-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-05-17Merge tag 'devicetree-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2024-05-13of: property: Add fw_devlink support for interrupt-map propertyAnup Patel
2024-05-13i2c: mux: Remove class argument from i2c_mux_add_adapter()Heiner Kallweit
2024-05-08of: module: add buffer overflow check in of_modalias()Sergey Shtylyov
2024-05-03of: property: Use scope based cleanup on port_nodeShresth Prasad
2024-05-03of: reserved_mem: Remove the use of phandle from the reserved_mem APIsOreoluwa Babatunde
2024-04-29Merge tag 'stm32-bus-firewall-for-v6.10-1' of git://git.kernel.org/pub/scm/li...Arnd Bergmann
2024-04-26dma-mapping: Simplify arch_setup_dma_ops()Robin Murphy