On Sun, May 13, 2018 at 12:31:48PM +0530, Rohit kumar wrote: > This adds Qualcomm ADSP PIL driver support for SDM845 with ADSP bootup > and shutdown operation handled from Application Processor SubSystem(APSS). > > Signed-off-by: Rohit kumar <rohi...@codeaurora.org> > Signed-off-by: RajendraBabu Medisetti <rajendr...@codeaurora.org> > Signed-off-by: Krishnamurthy Renu <krishnamurthy.r...@codeaurora.org> > --- > .../devicetree/bindings/remoteproc/qcom,adsp.txt | 1 +
Acked-by: Rob Herring <r...@kernel.org> > drivers/remoteproc/Makefile | 3 +- > drivers/remoteproc/qcom_adsp_pil.c | 122 ++++----- > drivers/remoteproc/qcom_adsp_pil.h | 86 ++++++ > drivers/remoteproc/qcom_adsp_pil_sdm845.c | 304 > +++++++++++++++++++++ > 5 files changed, 454 insertions(+), 62 deletions(-) > create mode 100644 drivers/remoteproc/qcom_adsp_pil.h > create mode 100644 drivers/remoteproc/qcom_adsp_pil_sdm845.c