summaryrefslogtreecommitdiffstats
path: root/drivers/soc/qcom/cmd-db.c
AgeCommit message (Expand)AuthorLines
2020-10-26soc: qcom: cmd-db: allow loading as a moduleLina Iyer-1/+7
2020-04-19soc: qcom: cmd-db: Properly endian swap the slv_id for debugfsStephen Boyd-1/+1
2020-04-19soc: qcom: cmd-db: Use 5 digits for printing addressStephen Boyd-1/+1
2020-04-19soc: qcom: cmd-db: Cast sizeof() to int to silence field width warningStephen Boyd-1/+1
2020-04-13soc: qcom: cmd-db: Add debugfs dumping fileStephen Boyd-2/+76
2019-03-27soc: qcom: cmd-db: Fix an error code in cmd_db_dev_probe()Dan Carpenter-2/+2
2018-11-14soc: qcom: cmd-db: Stop memcpy()ing in cmd_db_read_aux_data()Stephen Boyd-35/+8
2018-11-14soc: qcom: cmd-db: Remove memcpy()ing from cmd_db_get_header()Stephen Boyd-34/+26
2018-05-25soc: qcom: cmd-db: Make endian-agnosticStephen Boyd-62/+69
2018-05-25drivers: qcom: add command DB driverMahesh Sivasubramanian-0/+310