summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/omap_remoteproc.c
Commit message (Expand)AuthorAgeFilesLines
* remoteproc: add is_iomem to da_to_vaPeng Fan2021-03-111-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+0
* remoteproc/omap: Fix set_load call in omap_rproc_request_timerNathan Chancellor2020-04-031-1/+1
* remoteproc/omap: Add watchdog functionality for remote processorsSuman Anna2020-03-251-11/+155
* remoteproc/omap: Report device exceptions and trigger recoverySuman Anna2020-03-251-1/+5
* remoteproc/omap: Add support for runtime auto-suspend/resumeSuman Anna2020-03-251-9/+203
* remoteproc/omap: Add support for system suspend/resumeSuman Anna2020-03-251-0/+191
* remoteproc/omap: Request a timer(s) for remoteproc usageSuman Anna2020-03-251-1/+290
* remoteproc/omap: Check for undefined mailbox messagesSuman Anna2020-03-251-0/+6
* remoteproc/omap: Add support for DRA7xx remote processorsSuman Anna2020-03-251-1/+37
* remoteproc/omap: Initialize and assign reserved memory nodeSuman Anna2020-03-251-1/+12
* remoteproc/omap: Add the rproc ops .da_to_va() implementationSuman Anna2020-03-251-0/+40
* remoteproc/omap: Add support to parse internal memories from DTSuman Anna2020-03-251-0/+94
* remoteproc/omap: Add a sanity check for DSP boot address alignmentSuman Anna2020-03-251-4/+16
* remoteproc/omap: Add device tree supportSuman Anna2020-03-251-17/+160
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* drivers: remoteproc: constify rproc_ops structuresBhumika Goyal2017-01-181-1/+1
* remoteproc: Split driver and consumer dereferencingBjorn Andersson2016-10-021-2/+2
* remoteproc/omap: revise a minor error trace messageAnna, Suman2016-08-121-1/+2
* remoteproc/omap: fix various code formatting issuesAnna, Suman2016-08-121-1/+1
* remoteproc: add IOMMU hardware capability flagSuman Anna2015-03-121-0/+2
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * remoteproc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | mailbox/omap: adapt to the new mailbox frameworkSuman Anna2014-11-271-24/+27
|/
* mailbox/omap: move the OMAP mailbox framework to driversSuman Anna2013-06-111-1/+1
* Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
* Merge tag 'remoteproc-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-10-041-0/+3
|\
| * remoteproc/omap: set bootaddr supportJuan Gutierrez2012-09-111-0/+3
* | ARM: omap: move platform_data definitionsArnd Bergmann2012-09-191-1/+1
|/
* Merge tag 'remoteproc-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-07-261-10/+16
|\
| * remoteproc: adopt the driver core's alloc/add/del/put namingOhad Ben-Cohen2012-07-061-4/+4
| * remoteproc: simplify unregister/free interfacesOhad Ben-Cohen2012-07-061-1/+4
| * remoteproc: maintain a generic child device for each rprocOhad Ben-Cohen2012-07-061-7/+10
* | remoteproc/omap: fix dev_err typoOhad Ben-Cohen2012-06-171-1/+1
|/
* remoteproc/omap: remove the mbox_callback limitationOhad Ben-Cohen2012-03-061-10/+1
* remoteproc/omap: utilize module_platform_driverOhad Ben-Cohen2012-02-081-12/+1
* remoteproc/omap: add a remoteproc driver for OMAP4Ohad Ben-Cohen2012-02-081-0/+249