aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/platform.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-4/+4
2018-09-07of: Convert to using %pOFn instead of device_node.nameRob Herring1-4/+4
2018-09-02of/platform: initialise AMBA default DMA masksLinus Walleij1-0/+4
2018-07-27of/platform: Initialise default DMA masksRobin Murphy1-0/+3
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-11Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+1
2018-06-04of: platform: stop accessing invalid dev in of_platform_device_destroySrinivas Kandagatla1-2/+3
2018-05-25drivers: qcom: add command DB driverMahesh Sivasubramanian1-0/+1
2018-04-24of: Don't create device for OPP tablesViresh Kumar1-0/+11
2018-02-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+6
2018-01-23of: platform: fix OF node refcount leakSudeep Holla1-1/+3
2018-01-08of: Use SPDX license tag for DT filesRob Herring1-6/+1
2018-01-04of: platform: populate /firmware/ node from of_platform_default_populate_init()Sudeep Holla1-0/+4
2017-10-22soc: qcom: Remote filesystem memory driverBjorn Andersson1-0/+1
2017-10-22of/platform: Generalize /reserved-memory handlingBjorn Andersson1-8/+10
2017-08-25of: Use PLATFORM_DEVID_NONE definitionAndy Shevchenko1-1/+1
2017-07-18of: Convert to using %pOF instead of full_nameRob Herring1-16/+16
2017-07-07Merge tag 'devicetree-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+1
2017-06-22of: use kbasename instead of open codingRob Herring1-1/+1
2017-05-22of/platform: Make of_platform_device_destroy globally visibleJan Glauber1-1/+2
2017-05-09Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-9/+1
2017-04-20of/acpi: Configure dma operations at probe time for platform/amba/pci bus devicesSricharan R1-4/+1
2017-04-20of: dma: Make of_dma_deconfigure() publicLaurent Pinchart1-5/+0
2017-03-07Merge tag 'drm-misc-next-2017-03-06' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie1-0/+71
2017-02-27of: add devm_ functions for populate and depopulateBenjamin Gaignard1-0/+71
2017-02-09of: make of_device_make_bus_id() staticFrank Rowand1-1/+1
2016-11-15of/platform: clarify of_find_device_by_node refcountingJohan Hovold1-0/+3
2016-11-15of/platform: fix of_platform_device_destroy commentJohan Hovold1-3/+0
2016-10-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-0/+1
2016-10-06of/platform: Probe "isa" busses by defaultPaul Burton1-0/+1
2016-09-15of/platform: Initialise dev->fwnode appropriatelyRobin Murphy1-0/+2
2016-08-12of/platform: disable the of_platform_default_populate_init() for all the ppc boardsKevin Hao1-0/+2
2016-08-05ramoops: use DT reserved-memory bindingsKees Cook1-2/+18
2016-07-18of: use pr_fmt prefix for all console printingRob Herring1-8/+8
2016-06-23Revert "of/platform: export of_default_bus_match_table"Kefeng Wang1-1/+0
2016-06-23of/platform: Add common method to populate default busKefeng Wang1-1/+19
2016-04-15of/platform: Allow secondary compatible match in of_dev_lookupTony Lindgren1-5/+23
2016-01-05of/platform: export of_default_bus_match_tableMasahiro Yamada1-0/+1
2015-10-22of/platform: add missing of_node_putJulia Lawall1-2/+6
2015-09-01Merge tag 'devicetree-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-0/+9
2015-08-25of/platform: add function to populate default busHauke Mehrtens1-0/+9
2015-07-30of/platform: Assign MSI domain to platform deviceMarc Zyngier1-0/+1
2015-05-11MFD/OF: document MFD devices and handle simple-mfdLinus Walleij1-0/+1
2015-03-03of: Move of_dma_configure() to device.c to help re-useMurali Karicheri1-56/+2
2015-03-03of: iommu: Add ptr to OF node arg to of_iommu_configure()Murali Karicheri1-1/+1
2015-02-17Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+1
2015-01-22of/platform: Handle of_populate drivers in notifierPantelis Antoniou1-0/+9
2015-01-21of/platform: teardown DMA mappings on device destructionWill Deacon1-0/+1
2015-01-13dma-mapping: fix debug print to display correct dma_pfn_offsetMurali Karicheri1-1/+1