summaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
* of: module: prevent NULL pointer dereference in vsnprintf()Sergey Shtylyov2024-03-271-0/+8
* of: dynamic: Synchronize of_changeset_destroy() with the devlink removalsHerve Codina2024-03-261-0/+12
* Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-211-3/+12
|\
| * of: property: fw_devlink: Add support for "post-init-providers" propertySaravana Kannan2024-03-071-3/+12
| * driver core: Adds flags param to fwnode_link_add()Saravana Kannan2024-03-071-1/+1
* | Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-211-0/+2
|\ \
| * \ Merge tag 'iio-for-6.9a' of http://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2024-02-251-0/+2
| |\ \ | | |/ | |/|
| | * of: property: add device link support for io-backendsOlivier Moysan2024-02-191-0/+2
* | | Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-03-151-7/+8
|\ \ \
| * | | of: Reimplement of_machine_is_compatible() using of_machine_compatible_match()Christophe Leroy2024-03-031-20/+1
| * | | of: Change of_machine_is_compatible() to return boolMichael Ellerman2024-03-031-3/+2
| * | | of: Add of_machine_compatible_match()Michael Ellerman2024-03-031-0/+21
| | |/ | |/|
* | | Merge tag 'devicetree-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-1512-174/+275
|\ \ \
| * | | of: unittest: Use for_each_child_of_node_scoped()Jonathan Cameron2024-03-131-8/+3
| * | | of: Move all FDT reserved-memory handling into of_reserved_mem.cRob Herring2024-03-123-126/+127
| * | | of: Add KUnit test to confirm DTB is loadedStephen Boyd2024-03-084-0/+71
| * | | of: unittest: treat missing of_root as error instead of fixing upFrank Rowand2024-03-081-8/+4
| * | | 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-141-0/+2
|\ \ \
| * | | arm64, crash: wrap crash dumping code into crash related ifdefsBaoquan He2024-02-231-0/+2
| | |/ | |/|
* | | Merge tag 'devicetree-fixes-for-6.8-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-011-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-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