soc: qcom: aoss: Expose send for generic usecase
authorDeepak Kumar Singh <deesin@codeaurora.org>
Tue, 31 Aug 2021 14:30:27 +0000 (20:00 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Apr 2022 07:34:04 +0000 (09:34 +0200)
commit7883df73fd594757f03e21da7598f4347da0441d
treee11f8c9f2efa5bfc4d78c76b84e54f60caba2a52
parentec13aa4e0085eba99fab07f9842a27b727cf50cd
soc: qcom: aoss: Expose send for generic usecase

commit 8c75d585b931ac874fbe4ee5a8f1811d20c2817f upstream.

Not all upcoming usecases will have an interface to allow the aoss
driver to hook onto. Expose the send api and create a get function to
enable drivers to send their own messages to aoss.

Signed-off-by: Chris Lew <clew@codeaurora.org>
Signed-off-by: Deepak Kumar Singh <deesin@codeaurora.org>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/1630420228-31075-2-git-send-email-deesin@codeaurora.org
Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/soc/qcom/qcom_aoss.c
include/linux/soc/qcom/qcom_aoss.h [new file with mode: 0644]