aboutsummaryrefslogtreecommitdiff
path: root/drivers/remoteproc/remoteproc_internal.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-26remoteproc: Make rproc_class constantGravatar Ricardo B. Marliere 1-1/+1
2023-07-15remoteproc: core: Export the rproc coredump APIsGravatar Siddharth Gupta 1-4/+0
2022-09-28remoteproc: Introduce rproc featuresGravatar Peng Fan 1-0/+15
2022-09-21remoteproc: virtio: Create platform device for the remoteproc_virtioGravatar Arnaud Pouliquen 1-2/+0
2022-09-21remoteproc: Move rproc_vdev management to remoteproc_virtio.cGravatar Arnaud Pouliquen 1-4/+6
2022-09-21remoteproc: core: Introduce rproc_rvdev_add_device functionGravatar Arnaud Pouliquen 1-0/+15
2022-03-11remoteproc: move rproc_da_to_va declaration to remoteproc.hGravatar Suman Anna 1-1/+0
2021-03-18remoteproc: Add new get_loaded_rsc_table() to rproc_opsGravatar Mathieu Poirier 1-0/+10
2021-03-11remoteproc: add is_iomem to da_to_vaGravatar Peng Fan 1-1/+1
2020-08-04remoteproc: Add remoteproc character device interfaceGravatar Siddharth Gupta 1-0/+28
2020-07-28remoteproc: Introduce rproc_of_parse_firmware() helperGravatar Suman Anna 1-0/+2
2020-07-21remoteproc: Move coredump functionality to a new fileGravatar Rishabh Bhatnagar 1-0/+4
2020-07-16remoteproc: Add new attach() remoteproc operationGravatar Mathieu Poirier 1-0/+8
2020-04-22remoteproc: Add prepare and unprepare opsGravatar Loic Pallardy 1-0/+16
2020-04-22remoteproc: remove rproc_elf32_sanity_checkGravatar Clement Leger 1-1/+0
2020-03-25remoteproc: Add elf64 support in elf loaderGravatar Clement Leger 1-0/+10
2020-03-25remoteproc: Rename rproc_elf_sanity_check for elf32Gravatar Clement Leger 1-1/+1
2020-03-25remoteproc: Use u64 type for boot_addrGravatar Clement Leger 1-2/+2
2020-03-25remoteproc: Use size_t type for len in da_to_vaGravatar Clement Leger 1-1/+1
2019-07-17Merge tag 'rproc-v5.3' of git://github.com/andersson/remoteprocGravatar Linus Torvalds 1-0/+11
2019-06-29remoteproc: add vendor resources handlingGravatar Clement Leger 1-0/+11
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Gravatar Thomas Gleixner 1-9/+1
2019-02-20remoteproc: fix trace buffer va initializationGravatar Loic Pallardy 1-1/+8
2019-02-20remoteproc: fix recovery procedureGravatar Loic Pallardy 1-1/+1
2019-02-20remoteproc: create vdev subdevice with specific dma memory poolGravatar Loic Pallardy 1-0/+1
2018-10-14remoteproc: modify vring allocation to rely on centralized carveout allocatorGravatar Loic Pallardy 1-0/+2
2018-02-12remoteproc: Rename "load_rsc_table" to "parse_fw"Gravatar Bjorn Andersson 1-4/+3
2018-01-15remoteproc: Move resource table load logic to findGravatar Bjorn Andersson 1-10/+6
2018-01-15remoteproc: Merge rproc_ops and rproc_fw_opsGravatar Bjorn Andersson 1-32/+19
2017-07-26remoteproc: Merge __rproc_boot() with rproc_boot()Gravatar Suman Anna 1-1/+0
2016-11-14remoteproc: Assign kref to rproc_vdevGravatar Bjorn Andersson 1-0/+1
2016-10-31remoteproc: Add a sysfs interface for firmware and stateGravatar Matt Redfearn 1-0/+5
2016-08-12remoteproc: align code with open parenthesisGravatar Anna, Suman 1-7/+8
2016-05-06remoteproc: core: Task sync during rproc_fw_boot()Gravatar Lee Jones 1-0/+1
2015-05-02remoteproc: fix various checkpatch warningsGravatar Suman Anna 1-1/+1
2013-06-30remoteproc: fix checkpatch errors in remoteproc codeGravatar Suman Anna 1-2/+2
2013-04-05remoteproc: add find_loaded_rsc_table firmware opsGravatar Sjur Brændeland 1-1/+14
2012-09-18remoteproc: add actual recovery implementationGravatar Fernando Guzman Lugo 1-0/+1
2012-07-15remoteproc: Support custom firmware handlersGravatar Sjur Brændeland 1-5/+54
2012-07-15remoteproc: Move Elf related functions to separate fileGravatar Sjur Brændeland 1-0/+11
2012-07-04remoteproc: allocate vrings on demand, free when not neededGravatar Ohad Ben-Cohen 1-0/+2
2012-03-06remoteproc: remove the single rpmsg vdev limitationGravatar Ohad Ben-Cohen 1-3/+3
2012-02-08remoteproc: add framework for controlling remote processorsGravatar Ohad Ben-Cohen 1-0/+44