RE: [PATCH 2/2] dmaengine: vdma: Add clock support

From: Appana Durga Kedareswara Rao
Date: Thu Apr 21 2016 - 01:18:05 EST


Hi Moritz,

Thanks for the review...

> -----Original Message-----
> From: Moritz Fischer [mailto:moritz.fischer@xxxxxxxxx]
> Sent: Thursday, April 21, 2016 12:09 AM
> To: Appana Durga Kedareswara Rao <appanad@xxxxxxxxxx>
> Cc: Rob Herring <robh+dt@xxxxxxxxxx>; pawel.moll@xxxxxxx; Mark Rutland
> <mark.rutland@xxxxxxx>; Ian Campbell <ijc+devicetree@xxxxxxxxxxxxxx>;
> Kumar Gala <galak@xxxxxxxxxxxxxx>; Michal Simek <michals@xxxxxxxxxx>;
> Soren Brinkmann <sorenb@xxxxxxxxxx>; Vinod Koul <vinod.koul@xxxxxxxxx>;
> Dan Williams <dan.j.williams@xxxxxxxxx>; Appana Durga Kedareswara Rao
> <appanad@xxxxxxxxxx>; Laurent Pinchart
> <laurent.pinchart@xxxxxxxxxxxxxxxx>; Luis de Bethencourt
> <luis@xxxxxxxxxxxxxxxxx>; Anirudha Sarangi <anirudh@xxxxxxxxxx>; Punnaiah
> Choudary Kalluri <punnaia@xxxxxxxxxx>; Devicetree List
> <devicetree@xxxxxxxxxxxxxxx>; linux-arm-kernel <linux-arm-
> kernel@xxxxxxxxxxxxxxxxxxx>; Linux Kernel Mailing List <linux-
> kernel@xxxxxxxxxxxxxxx>; dmaengine@xxxxxxxxxxxxxxx
> Subject: Re: [PATCH 2/2] dmaengine: vdma: Add clock support
>
> Hi,
>
> thanks for looking into this.
>
> On Wed, Apr 20, 2016 at 12:20 AM, Kedareswara rao Appana
> <appana.durga.rao@xxxxxxxxxx> wrote:
>
> > +static int xdma_clk_init(struct xilinx_dma_device *xdev, bool enable)
> > +{
> > + int i = 0, ret;
> > +
> > + for (i = 0; i < xdev->numclks; i++) {
> > + if (enable) {
> > + ret = clk_prepare_enable(xdev->clks[i]);
> > + if (ret) {
> > + dev_err(xdev->dev,
> > + "failed to enable the axidma clock\n");
> > + return ret;
>
> What happens to the ones you already turned on, if say the third fails?

Will fix in the next version of the patch...

Regards,
Kedar.
>
> Cheers,
>
> Moritz


This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments. Delete this email message and any attachments immediately.