aboutsummaryrefslogtreecommitdiff
path: root/drivers/of/platform.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-07Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+2
2020-05-27dt/platform: Fix comment in of_dev_lookup()Gravatar Qi Zheng 1-1/+1
2020-05-15of: platform: Batch fwnode parsing when adding all top level devicesGravatar Saravana Kannan 1-0/+2
2019-12-12of/platform: Unconditionally pause/resume sync state during kernel initGravatar Saravana Kannan 1-3/+3
2019-10-04of/platform: Pause/resume sync state during init and of_platform_populate()Gravatar Saravana Kannan 1-0/+12
2019-07-30drivers: Introduce device lookup variants by of_nodeGravatar Suzuki K Poulose 1-6/+1
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2019-07-08of/platform: Drop superfluous cast in of_device_make_bus_id()Gravatar Geert Uytterhoeven 1-2/+1
2019-06-24bus_find_device: Unify the match callback with class_find_deviceGravatar Suzuki K Poulose 1-1/+1
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-4/+4
2018-09-07of: Convert to using %pOFn instead of device_node.nameGravatar Rob Herring 1-4/+4
2018-09-02of/platform: initialise AMBA default DMA masksGravatar Linus Walleij 1-0/+4
2018-07-27of/platform: Initialise default DMA masksGravatar Robin Murphy 1-0/+3
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2018-06-11Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Gravatar Linus Torvalds 1-0/+1
2018-06-04of: platform: stop accessing invalid dev in of_platform_device_destroyGravatar Srinivas Kandagatla 1-2/+3
2018-05-25drivers: qcom: add command DB driverGravatar Mahesh Sivasubramanian 1-0/+1
2018-04-24of: Don't create device for OPP tablesGravatar Viresh Kumar 1-0/+11
2018-02-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+6
2018-01-23of: platform: fix OF node refcount leakGravatar Sudeep Holla 1-1/+3
2018-01-08of: Use SPDX license tag for DT filesGravatar Rob Herring 1-6/+1
2018-01-04of: platform: populate /firmware/ node from of_platform_default_populate_init()Gravatar Sudeep Holla 1-0/+4
2017-10-22soc: qcom: Remote filesystem memory driverGravatar Bjorn Andersson 1-0/+1
2017-10-22of/platform: Generalize /reserved-memory handlingGravatar Bjorn Andersson 1-8/+10
2017-08-25of: Use PLATFORM_DEVID_NONE definitionGravatar Andy Shevchenko 1-1/+1
2017-07-18of: Convert to using %pOF instead of full_nameGravatar Rob Herring 1-16/+16
2017-07-07Merge tag 'devicetree-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2017-06-22of: use kbasename instead of open codingGravatar Rob Herring 1-1/+1
2017-05-22of/platform: Make of_platform_device_destroy globally visibleGravatar Jan Glauber 1-1/+2
2017-05-09Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-9/+1
2017-04-20of/acpi: Configure dma operations at probe time for platform/amba/pci bus dev...Gravatar Sricharan R 1-4/+1
2017-04-20of: dma: Make of_dma_deconfigure() publicGravatar Laurent Pinchart 1-5/+0
2017-03-07Merge tag 'drm-misc-next-2017-03-06' of git://anongit.freedesktop.org/git/drm...Gravatar Dave Airlie 1-0/+71
2017-02-27of: add devm_ functions for populate and depopulateGravatar Benjamin Gaignard 1-0/+71
2017-02-09of: make of_device_make_bus_id() staticGravatar Frank Rowand 1-1/+1
2016-11-15of/platform: clarify of_find_device_by_node refcountingGravatar Johan Hovold 1-0/+3
2016-11-15of/platform: fix of_platform_device_destroy commentGravatar Johan Hovold 1-3/+0
2016-10-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-0/+1
2016-10-06of/platform: Probe "isa" busses by defaultGravatar Paul Burton 1-0/+1
2016-09-15of/platform: Initialise dev->fwnode appropriatelyGravatar Robin Murphy 1-0/+2
2016-08-12of/platform: disable the of_platform_default_populate_init() for all the ppc ...Gravatar Kevin Hao 1-0/+2
2016-08-05ramoops: use DT reserved-memory bindingsGravatar Kees Cook 1-2/+18
2016-07-18of: use pr_fmt prefix for all console printingGravatar Rob Herring 1-8/+8
2016-06-23Revert "of/platform: export of_default_bus_match_table"Gravatar Kefeng Wang 1-1/+0
2016-06-23of/platform: Add common method to populate default busGravatar Kefeng Wang 1-1/+19
2016-04-15of/platform: Allow secondary compatible match in of_dev_lookupGravatar Tony Lindgren 1-5/+23
2016-01-05of/platform: export of_default_bus_match_tableGravatar Masahiro Yamada 1-0/+1
2015-10-22of/platform: add missing of_node_putGravatar Julia Lawall 1-2/+6
2015-09-01Merge tag 'devicetree-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+9