From: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
To: Guennadi Liakhovetski <g.liakhovetski-Mmb7MZpHnFY@public.gmane.org>
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Grant Likely
<grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Vinod Koul <vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
Phil Edworthy
<phil.edworthy-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>,
dmaengine-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [REQUEST] DT patch not reviewed for 2 months+
Date: Mon, 14 Jul 2014 16:20:08 +0200 [thread overview]
Message-ID: <4473843.TzcaEArWEr@wuerfel> (raw)
In-Reply-To: <Pine.LNX.4.64.1407132145230.21736-0199iw4Nj15frtckUFj5Ag@public.gmane.org>
On Sunday 13 July 2014 22:00:11 Guennadi Liakhovetski wrote:
> Hi all,
>
> On 10th of May I submitted 2 patches
>
> http://thread.gmane.org/gmane.linux.drivers.devicetree/73577
>
> of which 1 adds documentation for DT bindings for a dmaengine driver. The
> driver doesn't add any new bindings, only standard bindings are used and
> the respective generic document is referenced in the patch. This makes me
> think, that a review of that patch should really be a matter of a couple
> of minutes. Unfortunateky this still hasn't happened. If the patch had
> been reviewed promptly, it still could make it into 3.16. We're at
> 3.16-rc4 in the meantime. Have I done anything wrong in the patch
> submission procedure? What do I have to do to get this patch reviewed soon
> to get it in 3.17?
The fallback for device drivers is that if nobody finds the time to review
the binding, the subsystem maintainer can just take it anyway.
I hadn't seen this driver so far, but looked at it now. The binding looks
good to me, so feel free to resend it with
Acked-by: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
The driver also looks good, but there is one part that can now be
done more efficiently:
+ dma_cap_zero(mask);
+ dma_cap_set(DMA_SLAVE, mask);
+
+ dchan = dma_request_channel(mask, nbpf_dma_filter, ofdma->of_node);
+ if (!dchan)
+ return NULL;
Here you can just call dma_get_any_slave_channel() and remove the filter
function. The way you do it is also correct, but we're trying to get
away from that, as it just adds pointless overhead.
Arnd
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2014-07-14 14:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-13 20:00 [REQUEST] DT patch not reviewed for 2 months+ Guennadi Liakhovetski
[not found] ` <Pine.LNX.4.64.1407132145230.21736-0199iw4Nj15frtckUFj5Ag@public.gmane.org>
2014-07-14 14:20 ` Arnd Bergmann [this message]
2014-07-14 15:41 ` Guennadi Liakhovetski
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=4473843.TzcaEArWEr@wuerfel \
--to=arnd-r2ngtmty4d4@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=dmaengine-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=g.liakhovetski-Mmb7MZpHnFY@public.gmane.org \
--cc=grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
--cc=phil.edworthy-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.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