From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>,
Linux Media Mailing List <linux-media@vger.kernel.org>,
linux-renesas-soc@vger.kernel.org
Subject: Re: [PATCH 02/13] v4l: Add Renesas R-Car FCP driver
Date: Mon, 25 Apr 2016 17:00:38 +0300 [thread overview]
Message-ID: <4014578.egSdWWCY1K@avalon> (raw)
In-Reply-To: <CAMuHMdWOQJfOdZmo7Z3EiXeXFeANLtDPRZvSwx9mG5ecG5kpvQ@mail.gmail.com>
Hi Geert,
Thank you for the review.
On Monday 25 Apr 2016 09:37:07 Geert Uytterhoeven wrote:
> On Sun, Apr 24, 2016 at 1:49 AM, Laurent Pinchart
>
> <laurent.pinchart+renesas@ideasonboard.com> wrote:
> > The FCP is a companion module of video processing modules in the
> > Renesas R-Car Gen3 SoCs. It provides data compression and decompression,
> > data caching, and conversion of AXI transaction in order to reduce the
>
> transactions
I'll fix that.
> > memory bandwidth.
> >
> > --- /dev/null
> > +++ b/drivers/media/platform/rcar-fcp.c
> > @@ -0,0 +1,176 @@
> >
> > +/**
> > + * rcar_fcp_enable - Enable an FCP
> > + * @fcp: The FCP instance
> > + *
> > + * Before any memory access through an FCP is performed by a module, the
> > FCP + * must be enabled by a call to this function. The enable calls are
> > reference + * counted, each of them must be followed by one
> > rcar_fcp_disable() call when + * no more memory transfer can occur
> > through the FCP.
> > + */
> > +void rcar_fcp_enable(struct rcar_fcp_device *fcp)
> > +{
> > + if (fcp)
> > + pm_runtime_get_sync(fcp->dev);
>
> Given pm_runtime_get_sync() returns an error code (which is usually just
> ignored), perhaps you want to forward that?
I'll fix this too.
> > +}
> > +EXPORT_SYMBOL_GPL(rcar_fcp_enable);
>
> Regardless
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2016-04-25 14:00 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-23 23:49 [PATCH 00/13] R-Car VSP improvements for v4.7 - Round 2 Laurent Pinchart
2016-04-23 23:49 ` [PATCH 01/13] dt-bindings: Add Renesas R-Car FCP DT bindings Laurent Pinchart
2016-04-25 7:32 ` Geert Uytterhoeven
2016-04-25 13:27 ` Laurent Pinchart
2016-04-23 23:49 ` [PATCH 02/13] v4l: Add Renesas R-Car FCP driver Laurent Pinchart
2016-04-25 7:37 ` Geert Uytterhoeven
2016-04-25 14:00 ` Laurent Pinchart [this message]
2016-04-23 23:49 ` [PATCH 03/13] v4l: vsp1: Implement runtime PM support Laurent Pinchart
2016-04-25 8:24 ` Geert Uytterhoeven
2016-04-25 13:33 ` Laurent Pinchart
2016-04-23 23:49 ` [PATCH 04/13] v4l: vsp1: Don't handle clocks manually Laurent Pinchart
2016-04-23 23:49 ` [PATCH 05/13] v4l: vsp1: Add FCP support Laurent Pinchart
2016-04-23 23:49 ` [PATCH 06/13] v4l: vsp1: Add output node value to routing table Laurent Pinchart
2016-04-23 23:49 ` [PATCH 07/13] v4l: vsp1: Replace container_of() with dedicated macro Laurent Pinchart
2016-04-23 23:49 ` [PATCH 08/13] v4l: vsp1: Make vsp1_entity_get_pad_compose() more generic Laurent Pinchart
2016-04-23 23:49 ` [PATCH 09/13] v4l: vsp1: Move frame sequence number from video node to pipeline Laurent Pinchart
2016-04-23 23:49 ` [PATCH 10/13] v4l: vsp1: Group DRM RPF parameters in a structure Laurent Pinchart
2016-04-23 23:49 ` [PATCH 11/13] drm: rcar-du: Add alpha support for VSP planes Laurent Pinchart
2016-04-23 23:49 ` [PATCH 12/13] drm: rcar-du: Add Z-order " Laurent Pinchart
2016-04-23 23:50 ` [PATCH 13/13] v4l: vsp1: Remove deprecated DRM API Laurent Pinchart
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=4014578.egSdWWCY1K@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=geert@linux-m68k.org \
--cc=laurent.pinchart+renesas@ideasonboard.com \
--cc=linux-media@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.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