From: mpa@pengutronix.de (Markus Pargmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 1/2] dma: imx-dma: Add oftree support
Date: Tue, 5 Mar 2013 17:42:46 +0100 [thread overview]
Message-ID: <20130305164246.GB11656@pengutronix.de> (raw)
In-Reply-To: <201303022212.38322.arnd@arndb.de>
On Sat, Mar 02, 2013 at 10:12:38PM +0000, Arnd Bergmann wrote:
> On Saturday 02 March 2013, Markus Pargmann wrote:
> > Adding devicetree support for imx-dma driver. Use driver name for
> > function 'imx_dma_is_general_purpose' because the devicename for
> > devicetree initialized devices is different.
>
> Just one small comment this time:
>
> > @@ -734,8 +757,9 @@ static int imxdma_alloc_chan_resources(struct dma_chan *chan)
> > struct imxdma_channel *imxdmac = to_imxdma_chan(chan);
> > struct imx_dma_data *data = chan->private;
> >
> > - if (data != NULL)
> > + if (data != NULL) {
> > imxdmac->dma_request = data->dma_request;
> > + }
> >
> > while (imxdmac->descs_allocated < IMXDMA_MAX_CHAN_DESCRIPTORS) {
> > struct imxdma_desc *desc;
>
> I assume that this change wasn't meant to be in here.
Yes exactly. I actually saw that before sending and removed it, but
I obviously forgot to create the patch again ;).
Regards
Markus
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
next prev parent reply other threads:[~2013-03-05 16:42 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-02 16:53 [PATCH v4 0/2] dma: imx-dma: OFTree support Markus Pargmann
2013-03-02 16:53 ` [PATCH v4 1/2] dma: imx-dma: Add oftree support Markus Pargmann
2013-03-02 22:12 ` Arnd Bergmann
2013-03-05 16:42 ` Markus Pargmann [this message]
2013-03-02 16:53 ` [PATCH v4 2/2] DMA: imx-dma: imxdma->dev used uninitialized Markus Pargmann
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=20130305164246.GB11656@pengutronix.de \
--to=mpa@pengutronix.de \
--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).