On Mon, Sep 24, 2018 at 04:45:25PM -0700, Bjorn Andersson wrote: > The Hexagon v5 ADSP driver is used for more than only the ADSP and > there's an upcoming non-PAS ADSP PIL for SDM845, so rename the driver to > qcom_q6v5_pas in order to better suite this. > > Cc: Rohit kumar <rohitkr@xxxxxxxxxxxxxx> > Signed-off-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx> > --- > > Changes since v2: > - Move the rename of qcom_q6v5_pil to the 2nd patch, where it belongs. > > drivers/remoteproc/Kconfig | 27 ++++++++++--------- > drivers/remoteproc/Makefile | 2 +- > .../{qcom_adsp_pil.c => qcom_q6v5_pas.c} | 4 +-- > 3 files changed, 17 insertions(+), 16 deletions(-) > rename drivers/remoteproc/{qcom_adsp_pil.c => qcom_q6v5_pas.c} (98%) > Reviewed-by: Niklas Cassel <niklas.cassel@xxxxxxxxxx>