aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/of/platform.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-08of: Create of_root if no dtb provided by firmwareFrank Rowand1-3/+0
2024-03-01of/platform: Inform about created platform devices using pr_debug()Uwe Kleine-König1-0/+2
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-40/+0
2023-12-15of: device: Export of_device_make_bus_id()Miquel Raynal1-40/+0
2023-12-07of/platform: Disable sysfb if a simple-framebuffer node is foundJavier Martinez Canillas1-2/+16
2023-11-22of: fix recursion typo in kernel docJohan Hovold1-2/+2
2023-10-17amba: bus: balance firmware node reference countingAndy Shevchenko1-1/+1
2023-08-22of: Move of_skipped_node_table within #ifdef CONFIG_OF_ADDRESSViresh Kumar1-5/+5
2023-08-21Merge branch 'dt/linus' into dt/nextRob Herring1-3/+3
2023-08-21of/platform: increase refcount of fwnodePeng Fan1-2/+2
2023-08-04of: Move of_device_{add,register,unregister} to platform.cRob Herring1-0/+32
2023-08-04of: Move of_platform_register_reconfig_notifier() into DT coreRob Herring1-0/+2
2023-07-11of: Preserve "of-display" device name for compatibilityRob Herring1-1/+1
2023-06-15of/platform: Propagate firmware node by calling device_set_node()Andy Shevchenko1-4/+3
2023-04-13Merge tag 'devicetree-fixes-for-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-0/+5
2023-04-11treewide: Fix probing of devices in DT overlaysGeert Uytterhoeven1-0/+5
2023-02-24Merge tag 'devicetree-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-5/+2
2023-02-17of: Use preferred of_property_read_* functionsRob Herring1-4/+1
2023-02-17of: Use of_property_present() helperRob Herring1-1/+1
2023-02-02of: Make OF framebuffer device names uniqueMichal Suchanek1-2/+10
2022-10-16of/platform: use of_address_count() helperYang Yingliang1-3/+2
2022-05-25Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-19/+64
2022-05-25Merge tag 'devicetree-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-9/+5
2022-04-25mtd: phram: Allow probing via reserved-memoryVincent Whitchurch1-0/+1
2022-04-20of: Create platform devices for OF framebuffersThomas Zimmermann1-19/+64
2022-04-04of/platform: Drop static setup of IRQ resource from DT coreLad Prabhakar1-9/+5
2022-02-04misc: open-dice: Add driver to expose DICE data to userspaceDavid Brazdil1-0/+1
2021-12-16of: Move simple-framebuffer device handling from simplefb to ofHector Martin1-0/+4
2021-11-11of: Support using 'mask' in making device bus idRob Herring1-2/+8
2021-11-03Merge tag 'drivers-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+1
2021-10-19ARM: 9119/1: amba: Properly handle device probe without IRQ domainWang Kefeng1-5/+1
2021-10-14soc: qcom: smem: Support reserved-memory descriptionBjorn Andersson1-0/+1
2021-06-08iommu: Drop unnecessary of_iommu.h includesRob Herring1-1/+0
2021-03-27of: Add missing 'Return' section in kerneldoc commentsRob Herring1-5/+5
2021-03-23of: platform: Demote kernel-doc abuseLee Jones1-1/+1
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+1
2021-02-12of: Remove of_dev_{get,put}()Rob Herring1-2/+2
2021-02-04nvmem: Add driver to expose reserved memory as nvmemNicolas Saenz Julienne1-0/+1
2020-12-09Revert "of: platform: Batch fwnode parsing when adding all top level devices"Saravana Kannan1-2/+0
2020-08-17of: platform: Destroy child devices symmetricallyThierry Reding1-1/+1
2020-06-07Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+2
2020-05-27dt/platform: Fix comment in of_dev_lookup()Qi Zheng1-1/+1
2020-05-15of: platform: Batch fwnode parsing when adding all top level devicesSaravana Kannan1-0/+2
2019-12-12of/platform: Unconditionally pause/resume sync state during kernel initSaravana Kannan1-3/+3
2019-10-04of/platform: Pause/resume sync state during init and of_platform_populate()Saravana Kannan1-0/+12
2019-07-30drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose1-6/+1
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2019-07-08of/platform: Drop superfluous cast in of_device_make_bus_id()Geert Uytterhoeven1-2/+1
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose1-1/+1
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-4/+4