aboutsummaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
2024-01-18Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-8/+16
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-40/+41
2024-01-12Merge tag 'devicetree-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 6-40/+76
2024-01-11of: unittest: Fix of_count_phandle_with_args() expected value messageGravatar Geert Uytterhoeven 1-1/+1
2024-01-09of: Fix double free in of_parse_phandle_with_args_mapGravatar Christian A. Ehrhardt 3-32/+53
2024-01-09drivers: of: Fixed kernel doc warningGravatar Muzammil Ashraf 1-3/+4
2024-01-03Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...Gravatar Joerg Roedel 1-8/+16
2023-12-15of: device: Export of_device_make_bus_id()Gravatar Miquel Raynal 2-40/+41
2023-12-15dma-mapping: don't store redundant offsetsGravatar Robin Murphy 1-1/+0
2023-12-12iommmu/of: Do not return struct iommu_ops from of_iommu_configure()Gravatar Jason Gunthorpe 1-7/+15
2023-12-12iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()Gravatar Jason Gunthorpe 1-1/+1
2023-12-07Merge tag 'devicetree-fixes-for-6.7-1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+3
2023-12-07of/platform: Disable sysfb if a simple-framebuffer node is foundGravatar Javier Martinez Canillas 1-2/+16
2023-11-27of: dynamic: Fix of_reconfig_get_state_change() return value documentationGravatar Luca Ceresoli 1-2/+3
2023-11-22of: fix recursion typo in kernel docGravatar Johan Hovold 1-2/+2
2023-11-15of: overlay: enable of_overlay_fdt_apply() kerneldocGravatar Luca Ceresoli 1-1/+1
2023-11-10Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+2
2023-11-08of: property: Add fw_devlink support for msi-parentGravatar Anup Patel 1-0/+2
2023-10-31Merge tag 'devicetree-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 5-54/+213
2023-10-27of: overlay: unittest: overlay_bad_unresolved: Spelling s/ok/okay/Gravatar Geert Uytterhoeven 1-1/+1
2023-10-27of: address: Consolidate bus .map() functionsGravatar Rob Herring 1-43/+11
2023-10-27of: address: Store number of bus flag cells rather than boolGravatar Rob Herring 1-9/+5
2023-10-27of: unittest: Add tests for address translationsGravatar Herve Codina 2-0/+178
2023-10-26of: address: Remove duplicated functionsGravatar Herve Codina 1-11/+2
2023-10-26of: address: Fix address translation when address-size is greater than 2Gravatar Herve Codina 1-2/+28
2023-10-17amba: bus: balance firmware node reference countingGravatar Andy Shevchenko 1-1/+1
2023-10-02of: overlay: Reorder struct fragment fields kerneldocGravatar Geert Uytterhoeven 1-1/+1
2023-09-11of: dynamic: Fix potential memory leak in of_changeset_action()Gravatar Dan Carpenter 1-3/+3
2023-08-30Merge tag 'devicetree-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 33-366/+790
2023-08-30Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 2-0/+3
2023-08-28of: unittest: Fix of_unittest_pci_node() kconfig dependenciesGravatar Rob Herring 1-9/+7
2023-08-23of: unittest-data: Fix whitespace - angular bracketsGravatar Geert Uytterhoeven 6-40/+40
2023-08-23of: unittest-data: Fix whitespace - indentationGravatar Geert Uytterhoeven 2-6/+6
2023-08-23of: unittest-data: Fix whitespace - blank linesGravatar Geert Uytterhoeven 19-11/+11
2023-08-23of: unittest-data: Convert remaining overlay DTS files to sugar syntaxGravatar Geert Uytterhoeven 4-32/+12
2023-08-23of: overlay: unittest: Add test for unresolved symbolGravatar Geert Uytterhoeven 3-1/+26
2023-08-23of: unittest: Add separators to of_unittest_overlay_high_level()Gravatar Geert Uytterhoeven 1-0/+10
2023-08-23of: unittest: Cleanup partially-applied overlaysGravatar Geert Uytterhoeven 1-48/+84
2023-08-23of: unittest: Merge of_unittest_apply{,_revert}_overlay_check()Gravatar Geert Uytterhoeven 1-27/+18
2023-08-23of: unittest: Improve messages and comments in apply/revert checksGravatar Geert Uytterhoeven 1-4/+6
2023-08-23of: unittest: Restore indentation in overlay_bad_add_dup_prop testGravatar Geert Uytterhoeven 1-3/+3
2023-08-23of: unittest: Fix overlay type in apply/revert checkGravatar Geert Uytterhoeven 1-1/+1
2023-08-23of: overlay: Call of_changeset_init() earlyGravatar Geert Uytterhoeven 1-2/+1
2023-08-23of: unittest: Check tree matches original after reverting a changesetGravatar Rob Herring 1-0/+13
2023-08-24BackMerge tag 'v6.5-rc7' into drm-nextGravatar Dave Airlie 2-2/+2
2023-08-23of: unittest: Run overlay apply/revert sequence three timesGravatar Geert Uytterhoeven 1-1/+3
2023-08-22of: unittest: Add pci_dt_testdrv pci driverGravatar Lizhi Hou 3-1/+213
2023-08-22of: overlay: Extend of_overlay_fdt_apply() to specify the target nodeGravatar Lizhi Hou 2-12/+33
2023-08-22of: dynamic: Add interfaces for creating device node dynamicallyGravatar Lizhi Hou 2-1/+182
2023-08-22of: Move of_skipped_node_table within #ifdef CONFIG_OF_ADDRESSGravatar Viresh Kumar 1-5/+5