Age | Commit message (Expand) | Author |
2021-07-28 | remoteproc: fix kernel doc for struct rproc_ops | Dong Aisheng |
2021-05-27 | remoteproc: Fix various kernel-doc warnings | Suman Anna |
2021-03-18 | remoteproc: Properly deal with the resource table when detaching | Mathieu Poirier |
2021-03-18 | remoteproc: Introduce function rproc_detach() | Mathieu Poirier |
2021-03-18 | remoteproc: Add new detach() remoteproc operation | Mathieu Poirier |
2021-03-18 | remoteproc: Add new get_loaded_rsc_table() to rproc_ops | Mathieu Poirier |
2021-03-18 | remoteproc: Properly represent the attached state | Mathieu Poirier |
2021-03-18 | remoteproc: Add new RPROC_ATTACHED state | Mathieu Poirier |
2021-03-11 | remoteproc: add is_iomem to da_to_va | Peng Fan |
2021-03-11 | remoteproc: introduce is_iomem to rproc_mem_entry | Peng Fan |
2020-12-10 | remoteproc: coredump: Add minidump functionality | Siddharth Gupta |
2020-12-10 | remoteproc: core: Add ops to enable custom coredump functionality | Siddharth Gupta |
2020-11-25 | remoteproc: Add a rproc_set_firmware() API | Suman Anna |
2020-10-13 | remoteproc: Change default dump configuration to "disabled" | Rishabh Bhatnagar |
2020-08-04 | remoteproc: Add remoteproc character device interface | Siddharth Gupta |
2020-07-21 | remoteproc: Add inline coredump functionality | Rishabh Bhatnagar |
2020-07-21 | remoteproc: Pass size and offset as arguments to segment dump function | Rishabh Bhatnagar |
2020-07-17 | remoteproc: Make function rproc_resource_cleanup() public | Mathieu Poirier |
2020-07-16 | remoteproc: Properly handle firmware name when attaching | Mathieu Poirier |
2020-07-16 | remoteproc: Add new attach() remoteproc operation | Mathieu Poirier |
2020-07-16 | remoteproc: Add new RPROC_DETACHED state | Mathieu Poirier |
2020-05-12 | remoteproc: Replace zero-length array with flexible-array | Gustavo A. R. Silva |
2020-04-22 | remoteproc: Add prepare and unprepare ops | Loic Pallardy |
2020-04-20 | remoteproc: Add device-managed variants of rproc_alloc/rproc_add | Paul Cercueil |
2020-04-20 | remoteproc: Use kstrdup_const() rather than kstrdup() | Mathieu Poirier |
2020-04-19 | remoteproc: add rproc_coredump_set_elf_info | Clement Leger |
2020-03-25 | remoteproc: Introduce "panic" callback in ops | Bjorn Andersson |
2020-03-25 | remoteproc: Adapt coredump to generate correct elf type | Clement Leger |
2020-03-25 | remoteproc: Use u64 type for boot_addr | Clement Leger |
2020-03-25 | remoteproc: Use size_t instead of int for rproc_mem_entry len | Clement Leger |
2020-03-25 | remoteproc: Use size_t type for len in da_to_va | Clement Leger |
2019-06-29 | remoteproc: add vendor resources handling | Clement Leger |
2019-02-20 | remoteproc: fix recovery procedure | Loic Pallardy |
2019-02-20 | remoteproc: create vdev subdevice with specific dma memory pool | Loic Pallardy |
2019-01-06 | remoteproc: fix kernel-doc comment for parse_fw | Fabien Dessenne |
2018-10-19 | remoteproc: Add mechanism for custom dump function assignment | Sibi Sankar |
2018-10-19 | remoteproc: Introduce custom dump function for each remoteproc segment | Sibi Sankar |
2018-10-14 | remoteproc: modify vring allocation to rely on centralized carveout allocator | Loic Pallardy |
2018-10-09 | remoteproc: add helper function to allocate rproc_mem_entry from reserved memory | Loic Pallardy |
2018-10-09 | remoteproc: add alloc ops in rproc_mem_entry struct | Loic Pallardy |
2018-10-09 | remoteproc: introduce rproc_add_carveout function | Loic Pallardy |
2018-10-09 | remoteproc: add helper function to allocate and init rproc_mem_entry struct | Loic Pallardy |
2018-10-09 | remoteproc: add name in rproc_mem_entry struct | Loic Pallardy |
2018-10-09 | remoteproc: add release ops in rproc_mem_entry struct | Loic Pallardy |
2018-10-05 | remoteproc: Add missing kernel-doc comment for auto-boot | Suman Anna |
2018-06-26 | remoteproc: Introduce prepare and unprepare for subdevices | Bjorn Andersson |
2018-06-26 | remoteproc: Make client initialize ops in rproc_subdev | Bjorn Andersson |
2018-06-26 | remoteproc: Rename subdev functions to start/stop | Bjorn Andersson |
2018-04-25 | remoteproc: fix crashed parameter logic on stop call | Arnaud Pouliquen |
2018-02-12 | remoteproc: Pass type of shutdown to subdev remove | Bjorn Andersson |