summaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-fixes-for-6.8-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-02-152-43/+34
|\
| * of: property: Add in-ports/out-ports support to of_graph_get_port_parent()Saravana Kannan2024-02-091-1/+3
| * of: property: Improve finding the supplier of a remote-endpoint propertySaravana Kannan2024-02-091-1/+11
| * of: property: Improve finding the consumer of a remote-endpoint propertySaravana Kannan2024-02-091-37/+10
| * of: unittest: Fix compile in the non-dynamic caseChristian A. Ehrhardt2024-01-311-3/+9
| * of: property: fix typo in io-channelsNuno Sa2024-01-311-1/+1
* | Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-181-8/+16
|\ \
| | \
| | \
| *-. \ Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...Joerg Roedel2024-01-031-8/+16
| |\ \ \
| | | * | iommmu/of: Do not return struct iommu_ops from of_iommu_configure()Jason Gunthorpe2023-12-121-7/+15
| | | * | iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()Jason Gunthorpe2023-12-121-1/+1
| | |/ /
* | | | Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-172-40/+41
|\ \ \ \
| * | | | of: device: Export of_device_make_bus_id()Miquel Raynal2023-12-152-40/+41
| |/ / /
* | | | Merge tag 'devicetree-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-126-40/+76
|\ \ \ \ | | |_|/ | |/| |
| * | | of: unittest: Fix of_count_phandle_with_args() expected value messageGeert Uytterhoeven2024-01-111-1/+1
| * | | of: Fix double free in of_parse_phandle_with_args_mapChristian A. Ehrhardt2024-01-093-32/+53
| * | | drivers: of: Fixed kernel doc warningMuzammil Ashraf2024-01-091-3/+4
| * | | of/platform: Disable sysfb if a simple-framebuffer node is foundJavier Martinez Canillas2023-12-071-2/+16
| * | | of: fix recursion typo in kernel docJohan Hovold2023-11-221-2/+2
| * | | of: overlay: enable of_overlay_fdt_apply() kerneldocLuca Ceresoli2023-11-151-1/+1
| | |/ | |/|
* | | dma-mapping: don't store redundant offsetsRobin Murphy2023-12-151-1/+0
| |/ |/|
* | Merge tag 'devicetree-fixes-for-6.7-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-12-071-2/+3
|\ \ | |/ |/|
| * of: dynamic: Fix of_reconfig_get_state_change() return value documentationLuca Ceresoli2023-11-271-2/+3
* | Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-11-101-0/+2
|\ \
| * | of: property: Add fw_devlink support for msi-parentAnup Patel2023-11-081-0/+2
* | | Merge tag 'devicetree-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-315-54/+213
|\ \ \ | | |/ | |/|
| * | of: overlay: unittest: overlay_bad_unresolved: Spelling s/ok/okay/Geert Uytterhoeven2023-10-271-1/+1
| * | of: address: Consolidate bus .map() functionsRob Herring2023-10-271-43/+11
| * | of: address: Store number of bus flag cells rather than boolRob Herring2023-10-271-9/+5
| * | of: unittest: Add tests for address translationsHerve Codina2023-10-272-0/+178
| * | of: address: Remove duplicated functionsHerve Codina2023-10-261-11/+2
| * | of: address: Fix address translation when address-size is greater than 2Herve Codina2023-10-261-2/+28
| * | amba: bus: balance firmware node reference countingAndy Shevchenko2023-10-171-1/+1
| |/
* | of: overlay: Reorder struct fragment fields kerneldocGeert Uytterhoeven2023-10-021-1/+1
* | of: dynamic: Fix potential memory leak in of_changeset_action()Dan Carpenter2023-09-111-3/+3
|/
* Merge tag 'devicetree-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-3033-366/+790
|\
| * of: unittest: Fix of_unittest_pci_node() kconfig dependenciesRob Herring2023-08-281-9/+7
| * of: unittest-data: Fix whitespace - angular bracketsGeert Uytterhoeven2023-08-236-40/+40
| * of: unittest-data: Fix whitespace - indentationGeert Uytterhoeven2023-08-232-6/+6
| * of: unittest-data: Fix whitespace - blank linesGeert Uytterhoeven2023-08-2319-11/+11
| * of: unittest-data: Convert remaining overlay DTS files to sugar syntaxGeert Uytterhoeven2023-08-234-32/+12
| * of: overlay: unittest: Add test for unresolved symbolGeert Uytterhoeven2023-08-233-1/+26
| * of: unittest: Add separators to of_unittest_overlay_high_level()Geert Uytterhoeven2023-08-231-0/+10
| * of: unittest: Cleanup partially-applied overlaysGeert Uytterhoeven2023-08-231-48/+84
| * of: unittest: Merge of_unittest_apply{,_revert}_overlay_check()Geert Uytterhoeven2023-08-231-27/+18
| * of: unittest: Improve messages and comments in apply/revert checksGeert Uytterhoeven2023-08-231-4/+6
| * of: unittest: Restore indentation in overlay_bad_add_dup_prop testGeert Uytterhoeven2023-08-231-3/+3
| * of: unittest: Fix overlay type in apply/revert checkGeert Uytterhoeven2023-08-231-1/+1
| * of: overlay: Call of_changeset_init() earlyGeert Uytterhoeven2023-08-231-2/+1
| * of: unittest: Check tree matches original after reverting a changesetRob Herring2023-08-231-0/+13
| * of: unittest: Run overlay apply/revert sequence three timesGeert Uytterhoeven2023-08-231-1/+3