On Mon, Sep 24, 2018 at 04:45:26PM -0700, Bjorn Andersson wrote: > The qcom_q6v5_pil implements support for the self-authenticating modem > subsystem. With the introduction of other q6v5 based non-TZ based > remoteproc driver the current name is cause for confusion, so rename it > to be more specific. > > No functional change. > > Signed-off-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx> > --- > > Chances since v2: > - Updated module description, driver name and header comment > > drivers/remoteproc/Kconfig | 14 +++++++------- > drivers/remoteproc/Makefile | 2 +- > .../{qcom_q6v5_pil.c => qcom_q6v5_mss.c} | 6 +++--- > 3 files changed, 11 insertions(+), 11 deletions(-) > rename drivers/remoteproc/{qcom_q6v5_pil.c => qcom_q6v5_mss.c} (99%) > Reviewed-by: Niklas Cassel <niklas.cassel@xxxxxxxxxx>