summaryrefslogtreecommitdiffstats
path: root/drivers/of (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | um: Unconditionally call unflatten_device_tree()Stephen Boyd2024-03-081-4/+0
| * | | of: Create of_root if no dtb provided by firmwareFrank Rowand2024-03-085-8/+40
| * | | of: Always unflatten in unflatten_and_copy_device_tree()Stephen Boyd2024-03-081-15/+17
| * | | of/platform: Inform about created platform devices using pr_debug()Uwe Kleine-König2024-03-011-0/+2
| * | | of: Make explicit cpu_to_be32 conversion to mute sparse warningDawei Li2024-02-131-2/+2
| * | | of: property: use unsigned int return on of_graph_get_endpoint_count()Kuninori Morimoto2024-02-061-2/+2
| * | | of: property: add missing kerneldoc for of_graph_get_endpoint_count()Kuninori Morimoto2024-02-061-0/+6
| * | | of: property: Make 'no port node found' output a debug messageAlexander Stein2024-01-221-1/+1
| |/ /
* | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2024-03-151-30/+81
|\ \ \
| * | | of: Add for_each_reserved_child_of_node()Kuninori Morimoto2024-01-231-0/+29
| * | | of: Add of_get_next_status_child() and makes more generic of_get_nextKuninori Morimoto2024-01-231-11/+18
| * | | of: Add __of_device_is_status() and makes more generic status checkKuninori Morimoto2024-01-231-21/+36
| |/ /
* | | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-151-0/+2
|\ \ \
| * | | arm64, crash: wrap crash dumping code into crash related ifdefsBaoquan He2024-02-241-0/+2
| | |/ | |/|
* | | Merge tag 'devicetree-fixes-for-6.8-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-021-1/+1
|\ \ \ | |/ / |/| |
| * | of: property: fw_devlink: Fix stupid bug in remote-endpoint parsingSaravana Kannan2024-03-011-1/+1
* | | 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-191-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-182-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-136-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-091-0/+2
* | | Merge tag 'devicetree-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-11-015-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
|/