Age | Commit message (Expand) | Author | Files | Lines |
2018-10-19 | remoteproc: Add mechanism for custom dump function assignment | Sibi Sankar | 1 | -0/+38 |
2018-10-19 | remoteproc: Introduce custom dump function for each remoteproc segment | Sibi Sankar | 1 | -7/+11 |
2018-10-15 | remoteproc: modify vring allocation to rely on centralized carveout allocator | Loic Pallardy | 1 | -29/+32 |
2018-10-10 | remoteproc: modify rproc_handle_carveout to support pre-registered region | Loic Pallardy | 1 | -0/+30 |
2018-10-10 | remoteproc: add helper function to check carveout device address | Loic Pallardy | 1 | -0/+47 |
2018-10-10 | remoteproc: add helper function to allocate rproc_mem_entry from reserved memory | Loic Pallardy | 1 | -0/+37 |
2018-10-10 | remoteproc: add alloc ops in rproc_mem_entry struct | Loic Pallardy | 1 | -93/+168 |
2018-10-10 | remoteproc: introduce rproc_find_carveout_by_name function | Loic Pallardy | 1 | -0/+42 |
2018-10-10 | remoteproc: introduce rproc_add_carveout function | Loic Pallardy | 1 | -1/+15 |
2018-10-10 | remoteproc: add helper function to allocate and init rproc_mem_entry struct | Loic Pallardy | 1 | -16/+49 |
2018-10-10 | remoteproc: add name in rproc_mem_entry struct | Loic Pallardy | 1 | -0/+1 |
2018-10-10 | remoteproc: add release ops in rproc_mem_entry struct | Loic Pallardy | 1 | -2/+21 |
2018-10-10 | remoteproc: add rproc_va_to_pa function | Loic Pallardy | 1 | -1/+17 |
2018-10-10 | remoteproc: configure IOMMU only if device address requested | Loic Pallardy | 1 | -1/+9 |
2018-07-31 | remoteproc: replace "%p" with "%pK" | Loic Pallardy | 1 | -3/+3 |
2018-07-31 | remoteproc: Reset table_ptr in rproc_start() failure paths | Suman Anna | 1 | -2/+3 |
2018-06-27 | remoteproc: Introduce prepare and unprepare for subdevices | Bjorn Andersson | 1 | -3/+53 |
2018-06-27 | remoteproc: rename subdev probe and remove functions | Alex Elder | 1 | -4/+4 |
2018-06-26 | remoteproc: Make client initialize ops in rproc_subdev | Bjorn Andersson | 1 | -11/+7 |
2018-06-26 | remoteproc: Make start and stop in subdev optional | Bjorn Andersson | 1 | -7/+13 |
2018-06-26 | remoteproc: Rename subdev functions to start/stop | Bjorn Andersson | 1 | -15/+15 |
2018-04-26 | remoteproc: fix crashed parameter logic on stop call | Arnaud Pouliquen | 1 | -2/+2 |
2018-02-13 | remoteproc: Pass type of shutdown to subdev remove | Bjorn Andersson | 1 | -9/+9 |
2018-02-12 | remoteproc: Rename "load_rsc_table" to "parse_fw" | Bjorn Andersson | 1 | -3/+3 |
2018-02-12 | remoteproc: Add remote processor coredump support | Sarangdhar Joshi | 1 | -0/+128 |
2018-01-15 | remoteproc: Reset table_ptr on stop | Bjorn Andersson | 1 | -0/+3 |
2018-01-15 | remoteproc: Move resource table load logic to find | Bjorn Andersson | 1 | -25/+7 |
2018-01-15 | remoteproc: Don't handle empty resource table | Bjorn Andersson | 1 | -0/+3 |
2018-01-15 | remoteproc: Merge rproc_ops and rproc_fw_ops | Bjorn Andersson | 1 | -2/+8 |
2018-01-15 | remoteproc: Clone rproc_ops in rproc_alloc() | Bjorn Andersson | 1 | -1/+8 |
2018-01-15 | remoteproc: Cache resource table size | Bjorn Andersson | 1 | -13/+7 |
2018-01-15 | remoteproc: Remove depricated crash completion | Bjorn Andersson | 1 | -10/+0 |
2017-09-02 | remoteproc: Introduce rproc handle accessor for children | Bjorn Andersson | 1 | -0/+18 |
2017-08-31 | remoteproc: Stop subdevices in reverse order | Bjorn Andersson | 1 | -1/+1 |
2017-08-24 | remoteproc: make device_type const | Bhumika Goyal | 1 | -1/+1 |
2017-07-26 | remoteproc: Merge __rproc_boot() with rproc_boot() | Suman Anna | 1 | -11/+2 |
2017-05-31 | remoteproc: fix spelling mistake: "Resouce" -> "Resource" | Colin Ian King | 1 | -1/+1 |
2017-05-27 | remoteproc: Modify recovery path to use rproc_{start,stop}() | Sarangdhar Joshi | 1 | -9/+26 |
2017-05-27 | remoteproc: Introduce rproc_{start,stop}() functions | Sarangdhar Joshi | 1 | -56/+87 |
2017-02-07 | remoteproc: Modify the function names | Sarangdhar Joshi | 1 | -9/+5 |
2017-02-07 | remoteproc: Reduce asynchronous request_firmware to auto-boot only | Sarangdhar Joshi | 1 | -6/+8 |
2017-01-31 | remoteproc: Drop firmware_loading_complete | Sarangdhar Joshi | 1 | -11/+11 |
2017-01-31 | remoteproc: Move rproc_delete_debug_dir() to rproc_del() | Sarangdhar Joshi | 1 | -2/+2 |
2016-12-30 | Revert "remoteproc: Merge table_ptr and cached_table pointers" | Bjorn Andersson | 1 | -10/+16 |
2016-12-30 | remoteproc: fix vdev reference management | Loic Pallardy | 1 | -3/+0 |
2016-12-10 | remoteproc: Drop wait in __rproc_boot() | Bjorn Andersson | 1 | -19/+3 |
2016-12-10 | remoteproc: Remove "experimental" warning | Bjorn Andersson | 1 | -3/+0 |
2016-11-15 | remoteproc: Merge table_ptr and cached_table pointers | Bjorn Andersson | 1 | -16/+10 |
2016-11-15 | remoteproc: Remove custom vdev handler list | Bjorn Andersson | 1 | -11/+0 |
2016-11-15 | remoteproc: Update max_notifyid as we allocate vrings | Bjorn Andersson | 1 | -10/+5 |