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