summaryrefslogtreecommitdiffstats
path: root/drivers/soc/qcom/cmd-db.c
Commit message (Expand)AuthorAgeFilesLines
* soc: qcom: cmd-db: allow loading as a moduleLina Iyer2020-10-261-1/+7
* soc: qcom: cmd-db: Properly endian swap the slv_id for debugfsStephen Boyd2020-04-191-1/+1
* soc: qcom: cmd-db: Use 5 digits for printing addressStephen Boyd2020-04-191-1/+1
* soc: qcom: cmd-db: Cast sizeof() to int to silence field width warningStephen Boyd2020-04-191-1/+1
* soc: qcom: cmd-db: Add debugfs dumping fileStephen Boyd2020-04-131-2/+76
* soc: qcom: cmd-db: Fix an error code in cmd_db_dev_probe()Dan Carpenter2019-03-271-2/+2
* soc: qcom: cmd-db: Stop memcpy()ing in cmd_db_read_aux_data()Stephen Boyd2018-11-141-35/+8
* soc: qcom: cmd-db: Remove memcpy()ing from cmd_db_get_header()Stephen Boyd2018-11-141-34/+26
* soc: qcom: cmd-db: Make endian-agnosticStephen Boyd2018-05-251-62/+69
* drivers: qcom: add command DB driverMahesh Sivasubramanian2018-05-251-0/+310