On Fri, 8 Sept 2023 at 13:53, Neil Armstrong <neil.armstrong@xxxxxxxxxx> wrote: > > The Qualcomm PMIC PDCharger ULOG driver provides access to logs of > the ADSP firmware PDCharger module in charge of Battery and Power > Delivery on modern systems. > > Implement trace events as a simple rpmsg driver with an 1s interval > to retrieve the messages. > > The interface allows filtering the messages by subsystem and priority > level, this could be implemented later on. > > Signed-off-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> Tested-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > --- > drivers/soc/qcom/Kconfig | 12 +++ > drivers/soc/qcom/Makefile | 1 + > drivers/soc/qcom/pmic_pdcharger_ulog.c | 166 +++++++++++++++++++++++++++++++++ > drivers/soc/qcom/pmic_pdcharger_ulog.h | 36 +++++++ > 4 files changed, 215 insertions(+) -- With best wishes Dmitry