aboutsummaryrefslogtreecommitdiff
path: root/drivers/remoteproc/omap_remoteproc.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-14remoteproc: omap_remoteproc: Fix typo in commentGravatar Xiang wangx 1-3/+3
2021-10-15remoteproc: omap_remoteproc: simplify getting .driver_dataGravatar Wolfram Sang 1-4/+2
2021-03-11remoteproc: add is_iomem to da_to_vaGravatar Peng Fan 1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+0
2020-04-03remoteproc/omap: Fix set_load call in omap_rproc_request_timerGravatar Nathan Chancellor 1-1/+1
2020-03-25remoteproc/omap: Add watchdog functionality for remote processorsGravatar Suman Anna 1-11/+155
2020-03-25remoteproc/omap: Report device exceptions and trigger recoveryGravatar Suman Anna 1-1/+5
2020-03-25remoteproc/omap: Add support for runtime auto-suspend/resumeGravatar Suman Anna 1-9/+203
2020-03-25remoteproc/omap: Add support for system suspend/resumeGravatar Suman Anna 1-0/+191
2020-03-25remoteproc/omap: Request a timer(s) for remoteproc usageGravatar Suman Anna 1-1/+290
2020-03-25remoteproc/omap: Check for undefined mailbox messagesGravatar Suman Anna 1-0/+6
2020-03-25remoteproc/omap: Add support for DRA7xx remote processorsGravatar Suman Anna 1-1/+37
2020-03-25remoteproc/omap: Initialize and assign reserved memory nodeGravatar Suman Anna 1-1/+12
2020-03-25remoteproc/omap: Add the rproc ops .da_to_va() implementationGravatar Suman Anna 1-0/+40
2020-03-25remoteproc/omap: Add support to parse internal memories from DTGravatar Suman Anna 1-0/+94
2020-03-25remoteproc/omap: Add a sanity check for DSP boot address alignmentGravatar Suman Anna 1-4/+16
2020-03-25remoteproc/omap: Add device tree supportGravatar Suman Anna 1-17/+160
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Gravatar Thomas Gleixner 1-9/+1
2017-01-18drivers: remoteproc: constify rproc_ops structuresGravatar Bhumika Goyal 1-1/+1
2016-10-02remoteproc: Split driver and consumer dereferencingGravatar Bjorn Andersson 1-2/+2
2016-08-12remoteproc/omap: revise a minor error trace messageGravatar Anna, Suman 1-1/+2
2016-08-12remoteproc/omap: fix various code formatting issuesGravatar Anna, Suman 1-1/+1
2015-03-12remoteproc: add IOMMU hardware capability flagGravatar Suman Anna 1-0/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2014-11-27mailbox/omap: adapt to the new mailbox frameworkGravatar Suman Anna 1-24/+27
2014-10-20remoteproc: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2013-06-11mailbox/omap: move the OMAP mailbox framework to driversGravatar Suman Anna 1-1/+1
2013-01-03Drivers: misc: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-3/+3
2012-10-04Merge tag 'remoteproc-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+3
2012-09-19ARM: omap: move platform_data definitionsGravatar Arnd Bergmann 1-1/+1
2012-09-11remoteproc/omap: set bootaddr supportGravatar Juan Gutierrez 1-0/+3
2012-07-26Merge tag 'remoteproc-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-10/+16
2012-07-06remoteproc: adopt the driver core's alloc/add/del/put namingGravatar Ohad Ben-Cohen 1-4/+4
2012-07-06remoteproc: simplify unregister/free interfacesGravatar Ohad Ben-Cohen 1-1/+4
2012-07-06remoteproc: maintain a generic child device for each rprocGravatar Ohad Ben-Cohen 1-7/+10
2012-06-17remoteproc/omap: fix dev_err typoGravatar Ohad Ben-Cohen 1-1/+1
2012-03-06remoteproc/omap: remove the mbox_callback limitationGravatar Ohad Ben-Cohen 1-10/+1
2012-02-08remoteproc/omap: utilize module_platform_driverGravatar Ohad Ben-Cohen 1-12/+1
2012-02-08remoteproc/omap: add a remoteproc driver for OMAP4Gravatar Ohad Ben-Cohen 1-0/+249