From: vinod.koul@intel.com (Vinod Koul)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 18/23] dma: coh901318: add devicetree support
Date: Mon, 22 Apr 2013 16:04:37 +0530 [thread overview]
Message-ID: <20130422103437.GX24632@intel.com> (raw)
In-Reply-To: <1366624770-6786-1-git-send-email-linus.walleij@stericsson.com>
On Mon, Apr 22, 2013 at 11:59:30AM +0200, Linus Walleij wrote:
> From: Linus Walleij <linus.walleij@linaro.org>
>
> This adds support for probing the COH 901 318 DMA controller
> from the device tree.
>
> Cc: Vinod Koul <vinod.koul@intel.com>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Vinod Koul <vinod.koul@intel.com>
--
~Vinod
> ---
> Hi Vinod, I'm seeking an ACK on this patch to take it through
> the ARM SoC tree.
> ---
> drivers/dma/coh901318.c | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/drivers/dma/coh901318.c b/drivers/dma/coh901318.c
> index 797940e..2855646 100644
> --- a/drivers/dma/coh901318.c
> +++ b/drivers/dma/coh901318.c
> @@ -2758,11 +2758,16 @@ static int __exit coh901318_remove(struct platform_device *pdev)
> return 0;
> }
>
> +static const struct of_device_id coh901318_dt_match[] = {
> + { .compatible = "stericsson,coh901318" },
> + {},
> +};
>
> static struct platform_driver coh901318_driver = {
> .remove = __exit_p(coh901318_remove),
> .driver = {
> .name = "coh901318",
> + .of_match_table = coh901318_dt_match,
> },
> };
>
> --
> 1.7.11.3
>
prev parent reply other threads:[~2013-04-22 10:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-22 9:59 [PATCH 18/23] dma: coh901318: add devicetree support Linus Walleij
2013-04-22 10:34 ` Vinod Koul [this message]
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=20130422103437.GX24632@intel.com \
--to=vinod.koul@intel.com \
--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).