Re: [PATCHv2] i2c: rcar: add DMA support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Hi Arnd,

Thanks for your feedback.

On 2016-05-18 15:23:07 +0200, Arnd Bergmann wrote:
> On Saturday 14 May 2016 14:17:08 Niklas Söderlund wrote:
> > +       chan = dma_request_slave_channel_reason(dev, chan_name);
> > +       if (IS_ERR(chan)) {
> > +               ret = PTR_ERR(chan);
> > +               dev_dbg(dev, "request_channel failed for %s (%d)\n",
> > +                       chan_name, ret);
> > +               return chan;
> > +       }
> > 
> 
> I think you should now use dma_request_chan() for new drivers.

Will fix and resend.

> 
> 	Arnd

-- 
Regards,
Niklas Söderlund
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Device Tree Compilter]     [Device Tree Spec]     [Linux Driver Backports]     [Video for Linux]     [Linux USB Devel]     [Linux PCI Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Yosemite Backpacking]
  Powered by Linux