From: bjorn.andersson@linaro.org (Bjorn Andersson)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] remoteproc/davinci: Mark error recovery as disabled
Date: Mon, 13 Aug 2018 11:52:24 -0700 [thread overview]
Message-ID: <20180813185224.GG5090@builder> (raw)
In-Reply-To: <0550997f-8e32-fb56-2a70-74235b969ce2@ti.com>
On Mon 13 Aug 08:11 PDT 2018, Suman Anna wrote:
> Hi Bjorn,
>
> On 07/23/2018 06:27 PM, Suman Anna wrote:
> > The Davinci remoteproc driver does not support error recovery at
> > present, so mark the corresponding remoteproc flag appropriately
> > so that the debugfs flag shows the value as 'disabled' by default.
> >
> > Signed-off-by: Suman Anna <s-anna@ti.com>
>
> Can you pick up this minor patch for 4.19 please, I do not see this in
> your rproc-next branch?
>
Of course, the patch is applied now, will send my pull request in a few
days.
Regards,
Bjorn
> Thanks,
> Suman
>
> > ---
> > drivers/remoteproc/da8xx_remoteproc.c | 3 +++
> > 1 file changed, 3 insertions(+)
> >
> > diff --git a/drivers/remoteproc/da8xx_remoteproc.c b/drivers/remoteproc/da8xx_remoteproc.c
> > index b668e32996e2..53160d5ed543 100644
> > --- a/drivers/remoteproc/da8xx_remoteproc.c
> > +++ b/drivers/remoteproc/da8xx_remoteproc.c
> > @@ -284,6 +284,9 @@ static int da8xx_rproc_probe(struct platform_device *pdev)
> > goto free_mem;
> > }
> >
> > + /* error recovery is not supported at present */
> > + rproc->recovery_disabled = true;
> > +
> > drproc = rproc->priv;
> > drproc->rproc = rproc;
> > drproc->dsp_clk = dsp_clk;
> >
>
next prev parent reply other threads:[~2018-08-13 18:52 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-23 23:27 [PATCH] remoteproc/davinci: Mark error recovery as disabled Suman Anna
2018-08-13 15:11 ` Suman Anna
2018-08-13 18:52 ` Bjorn Andersson [this message]
2018-08-14 5:20 ` Sekhar Nori
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180813185224.GG5090@builder \
--to=bjorn.andersson@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).