[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1384785017.14845.214.camel@smile>
Date: Mon, 18 Nov 2013 16:30:17 +0200
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: Florian Meier <florian.meier@...lo.de>
Cc: Stephen Warren <swarren@...dotorg.org>,
"Koul, Vinod" <vinod.koul@...el.com>,
"Williams, Dan J" <dan.j.williams@...el.com>,
Russell King - ARM Linux <linux@....linux.org.uk>,
devicetree <devicetree@...r.kernel.org>,
"alsa-devel@...a-project.org" <alsa-devel@...a-project.org>,
Liam Girdwood <lgirdwood@...il.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Mark Brown <broonie@...nel.org>,
linux-rpi-kernel <linux-rpi-kernel@...ts.infradead.org>,
dmaengine <dmaengine@...r.kernel.org>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>
Subject: Re: [PATCHv7] dmaengine: Add support for BCM2835
On Mon, 2013-11-18 at 13:16 +0100, Florian Meier wrote:
> Thank you! Few comments below.
See my answers below.
> >> +static enum dma_status bcm2835_dma_tx_status(struct dma_chan *chan,
> >> + dma_cookie_t cookie, struct dma_tx_state *txstate)
> >> +{
> >
> > []
> >
> >> + } else {
> >> + txstate->residue = 0;
> >
> > Useless assignment since dmaengine will do this for you in
> > dma_cookie_status.
>
> I agree that it is useless, but I think otherwise it might be concealed
> that there is a third case left that uses a residue of 0. Do you think a
> comment is better? E.g.:
>
> + } else {
> + /* residue = 0 per default */
I think like in many other DMA drivers either you have separate function
to get residue, which returns 0, or just not include this case.
> >> +static int bcm2835_dma_probe(struct platform_device *pdev)
> >> +{
> >> + uint32_t chans_available;
> >
> > Why uint32_t?
>
> Because it is a bit mask of fixed length that directly comes from the
> firmware.
Like one already told you in your i2s patch, please, change that to
corresponding u* value, namely u32.
--
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Intel Finland Oy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists