summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/remoteproc_debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* remoteproc: Don't bother checking the return value of debugfs_create*Manivannan Sadhasivam2022-04-111-15/+2
* remoteproc: Fix count check in rproc_coredump_write()Alistair Delva2022-02-181-1/+1
* remoteproc: add is_iomem to da_to_vaPeng Fan2021-03-111-1/+1
* remoteproc: Change default dump configuration to "disabled"Rishabh Bhatnagar2020-10-131-11/+10
* remoteproc: Fixup coredump debugfs disable requestSibi Sankar2020-09-251-1/+1
* remoteproc: Add coredump debugfs entryRishabh Bhatnagar2020-07-211-0/+90
* remoteproc: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2020-04-161-24/+4
* remoteproc: return error for bad "recovery" debugfs inputAlex Elder2020-03-251-0/+2
* remoteproc: remoteproc debugfs file fixesAlex Elder2020-03-251-7/+5
* remoteproc: Use size_t instead of int for rproc_mem_entry lenClement Leger2020-03-251-1/+1
* remoteproc: debug: Remove unneeded NULL checkDing Xiang2019-10-041-3/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* remoteproc: fix trace buffer va initializationLoic Pallardy2019-02-201-4/+17
* remoteproc: debug: add crash debugfs nodeXiang Xiao2019-01-061-0/+26
* remoteproc: add name in rproc_mem_entry structLoic Pallardy2018-10-091-0/+1
* remoteproc: replace "%p" with "%pK"Loic Pallardy2018-07-301-2/+2
* remoteproc: debug: add carveouts list dump featureLoic Pallardy2017-11-061-0/+31
* remoteproc: debug: add resource table dump featureLoic Pallardy2017-11-061-0/+99
* remoteproc: debugfs: Remove state entry which is duplicated is sysfsMatt Redfearn2016-10-311-71/+0
* remoteproc: align code with open parenthesisAnna, Suman2016-08-121-10/+10
* remoteproc: debugfs: Add ability to boot remote processor using debugfsLee Jones2016-01-291-0/+34
* remoteproc: debugfs: Return error on invalid 'count' valueLee Jones2016-01-291-1/+1
* remoteproc: avoid stack overflow in debugfs fileArnd Bergmann2015-11-261-1/+1
* remoteproc: fix checkpatch errors in remoteproc codeSuman Anna2013-06-301-2/+1
* remoteproc: return -EFAULT on copy_from_user failureDan Carpenter2012-09-301-1/+1
* remoteproc: snprintf() can return more than was printedDan Carpenter2012-09-301-2/+2
* remoteproc: create a 'recovery' debugfs entryFernando Guzman Lugo2012-09-181-0/+81
* remoteproc: maintain a generic child device for each rprocOhad Ben-Cohen2012-07-061-2/+2
* simple_open: automatically convert to simple_open()Stephen Boyd2012-04-051-10/+3
* remoteproc: add debugfs entriesOhad Ben-Cohen2012-02-081-0/+179