aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/soc/qcom/cmd-db.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-27soc: qcom: Switch to EXPORT_SYMBOL_GPL()Unnathi Chalicheemala1-4/+4
2023-07-09soc: qcom: cmd-db: Drop NUL bytes from debugfs outputBjorn Andersson1-1/+1
2022-10-17soc: qcom: cmd-db: Mark device as having no PM supportStephen Boyd1-0/+2
2022-06-28soc: qcom: cmd-db: replace strscpy_pad() with strncpy()Douglas Anderson1-3/+7
2022-06-25soc: qcom: cmd-db: replace strncpy() with strscpy_pad()Krzysztof Kozlowski1-1/+1
2020-10-26soc: qcom: cmd-db: allow loading as a moduleLina Iyer1-1/+7
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