aboutsummaryrefslogtreecommitdiff
path: root/drivers/remoteproc/remoteproc_debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-11remoteproc: Don't bother checking the return value of debugfs_create*Gravatar Manivannan Sadhasivam 1-15/+2
2022-02-18remoteproc: Fix count check in rproc_coredump_write()Gravatar Alistair Delva 1-1/+1
2021-03-11remoteproc: add is_iomem to da_to_vaGravatar Peng Fan 1-1/+1
2020-10-13remoteproc: Change default dump configuration to "disabled"Gravatar Rishabh Bhatnagar 1-11/+10
2020-09-25remoteproc: Fixup coredump debugfs disable requestGravatar Sibi Sankar 1-1/+1
2020-07-21remoteproc: Add coredump debugfs entryGravatar Rishabh Bhatnagar 1-0/+90
2020-04-16remoteproc: convert to DEFINE_SHOW_ATTRIBUTEGravatar Yangtao Li 1-24/+4
2020-03-25remoteproc: return error for bad "recovery" debugfs inputGravatar Alex Elder 1-0/+2
2020-03-25remoteproc: remoteproc debugfs file fixesGravatar Alex Elder 1-7/+5
2020-03-25remoteproc: Use size_t instead of int for rproc_mem_entry lenGravatar Clement Leger 1-1/+1
2019-10-04remoteproc: debug: Remove unneeded NULL checkGravatar Ding Xiang 1-3/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Gravatar Thomas Gleixner 1-9/+1
2019-02-20remoteproc: fix trace buffer va initializationGravatar Loic Pallardy 1-4/+17
2019-01-06remoteproc: debug: add crash debugfs nodeGravatar Xiang Xiao 1-0/+26
2018-10-09remoteproc: add name in rproc_mem_entry structGravatar Loic Pallardy 1-0/+1
2018-07-30remoteproc: replace "%p" with "%pK"Gravatar Loic Pallardy 1-2/+2
2017-11-06remoteproc: debug: add carveouts list dump featureGravatar Loic Pallardy 1-0/+31
2017-11-06remoteproc: debug: add resource table dump featureGravatar Loic Pallardy 1-0/+99
2016-10-31remoteproc: debugfs: Remove state entry which is duplicated is sysfsGravatar Matt Redfearn 1-71/+0
2016-08-12remoteproc: align code with open parenthesisGravatar Anna, Suman 1-10/+10
2016-01-29remoteproc: debugfs: Add ability to boot remote processor using debugfsGravatar Lee Jones 1-0/+34
2016-01-29remoteproc: debugfs: Return error on invalid 'count' valueGravatar Lee Jones 1-1/+1
2015-11-26remoteproc: avoid stack overflow in debugfs fileGravatar Arnd Bergmann 1-1/+1
2013-06-30remoteproc: fix checkpatch errors in remoteproc codeGravatar Suman Anna 1-2/+1
2012-09-30remoteproc: return -EFAULT on copy_from_user failureGravatar Dan Carpenter 1-1/+1
2012-09-30remoteproc: snprintf() can return more than was printedGravatar Dan Carpenter 1-2/+2
2012-09-18remoteproc: create a 'recovery' debugfs entryGravatar Fernando Guzman Lugo 1-0/+81
2012-07-06remoteproc: maintain a generic child device for each rprocGravatar Ohad Ben-Cohen 1-2/+2
2012-04-05simple_open: automatically convert to simple_open()Gravatar Stephen Boyd 1-10/+3
2012-02-08remoteproc: add debugfs entriesGravatar Ohad Ben-Cohen 1-0/+179