summaryrefslogtreecommitdiffstats
path: root/drivers/of/platform.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-1/+1
|\
| * bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-241-1/+1
* | of/platform: Drop superfluous cast in of_device_make_bus_id()Geert Uytterhoeven2019-07-081-2/+1Star
|/
* Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-261-4/+4
|\
| * of: Convert to using %pOFn instead of device_node.nameRob Herring2018-09-071-4/+4
* | of/platform: initialise AMBA default DMA masksLinus Walleij2018-09-021-0/+4
|/
* of/platform: Initialise default DMA masksRobin Murphy2018-07-271-0/+3
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-131-1/+1
|\
| * treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* | Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds2018-06-121-0/+1
|\ \ | |/ |/|
| * drivers: qcom: add command DB driverMahesh Sivasubramanian2018-05-251-0/+1
* | of: platform: stop accessing invalid dev in of_platform_device_destroySrinivas Kandagatla2018-06-041-2/+3
* | of: Don't create device for OPP tablesViresh Kumar2018-04-241-0/+11
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-02-021-0/+6
|\
| * of: platform: fix OF node refcount leakSudeep Holla2018-01-231-1/+3
| * of: platform: populate /firmware/ node from of_platform_default_populate_init()Sudeep Holla2018-01-041-0/+4
* | of: Use SPDX license tag for DT filesRob Herring2018-01-081-6/+1Star
|/
* soc: qcom: Remote filesystem memory driverBjorn Andersson2017-10-221-0/+1
* of/platform: Generalize /reserved-memory handlingBjorn Andersson2017-10-221-8/+10
* of: Use PLATFORM_DEVID_NONE definitionAndy Shevchenko2017-08-251-1/+1
* of: Convert to using %pOF instead of full_nameRob Herring2017-07-191-16/+16
* Merge tag 'devicetree-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-071-1/+1
|\
| * of: use kbasename instead of open codingRob Herring2017-06-221-1/+1
* | of/platform: Make of_platform_device_destroy globally visibleJan Glauber2017-05-221-1/+2
|/
* Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-101-9/+1Star
|\
| * of/acpi: Configure dma operations at probe time for platform/amba/pci bus dev...Sricharan R2017-04-201-4/+1Star
| * of: dma: Make of_dma_deconfigure() publicLaurent Pinchart2017-04-201-5/+0Star
* | Merge tag 'drm-misc-next-2017-03-06' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-03-071-0/+71
|\ \ | |/ |/|
| * of: add devm_ functions for populate and depopulateBenjamin Gaignard2017-02-271-0/+71
* | of: make of_device_make_bus_id() staticFrank Rowand2017-02-091-1/+1
|/
* of/platform: clarify of_find_device_by_node refcountingJohan Hovold2016-11-151-0/+3
* of/platform: fix of_platform_device_destroy commentJohan Hovold2016-11-151-3/+0Star
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-10-151-0/+1
|\
| * of/platform: Probe "isa" busses by defaultPaul Burton2016-10-061-0/+1
* | of/platform: Initialise dev->fwnode appropriatelyRobin Murphy2016-09-151-0/+2
|/
* of/platform: disable the of_platform_default_populate_init() for all the ppc ...Kevin Hao2016-08-121-0/+2
* ramoops: use DT reserved-memory bindingsKees Cook2016-08-051-2/+18
* of: use pr_fmt prefix for all console printingRob Herring2016-07-181-8/+8
* Revert "of/platform: export of_default_bus_match_table"Kefeng Wang2016-06-231-1/+0Star
* of/platform: Add common method to populate default busKefeng Wang2016-06-231-1/+19
* of/platform: Allow secondary compatible match in of_dev_lookupTony Lindgren2016-04-151-5/+23
* of/platform: export of_default_bus_match_tableMasahiro Yamada2016-01-051-0/+1
* of/platform: add missing of_node_putJulia Lawall2015-10-221-2/+6
* Merge tag 'devicetree-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-09-021-0/+9
|\
| * of/platform: add function to populate default busHauke Mehrtens2015-08-251-0/+9
* | of/platform: Assign MSI domain to platform deviceMarc Zyngier2015-07-301-0/+1
|/
* MFD/OF: document MFD devices and handle simple-mfdLinus Walleij2015-05-111-0/+1
* of: Move of_dma_configure() to device.c to help re-useMurali Karicheri2015-03-031-56/+2Star
* of: iommu: Add ptr to OF node arg to of_iommu_configure()Murali Karicheri2015-03-031-1/+1
* Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-02-171-0/+1
|\