This change:
* adds exports and converts ifdef -> if IS_ENABLED(...)
* sets CONFIG_IPC_LOGGING as tristate
* properly handles ipc_logging_debug.c for debugfs
* stubs out ipc_log_* calls for built-in drivers
Signed-off-by: Will McVicker <willmcvicker@google.com>
Bug: 150231337
Test: compile and boot bramble
Change-Id: I0379cadbaf1dee5d358144b1b4f2dc374635021d
Modify spdx tag for all CAF authored files for Kona.
Change-Id: I9308c7189412b1e428a7f67ded0dc076b0e38254
Signed-off-by: Rishabh Bhatnagar <rishabhb@codeaurora.org>
This change creates separate debug buffer with each DWC instance and
provides debug API to log different important events using IPC
logging framework.
CRs-Fixed: 1040809
Change-Id: I9aee21a99f5bcd0e82e81092c05bc2238863f5e4
Signed-off-by: Mayank Rana <mrana@codeaurora.org>
[jackp@codeaurora: since debug.c is gone, added debug_ipc.c]
Signed-off-by: Jack Pham <jackp@codeaurora.org>
Signed-off-by: Hemant Kumar <hemantk@codeaurora.org>