From: Vinod Koul <vinod.koul@intel.com>
To: Andy Shevchenko <andriy.shevchenko@linux.jf.intel.com>
Cc: linux-kernel@vger.kernel.org,
spear-devel <spear-devel@list.st.com>,
Viresh Kumar <viresh.kumar@linaro.org>,
Mika Westerberg <mika.westerberg@linux.jf.intel.com>
Subject: Re: [PATCH] dw_dmac: add support for Lynxpoint DMA controllers
Date: Tue, 12 Feb 2013 08:16:40 -0800 [thread overview]
Message-ID: <20130212161639.GP3789@intel.com> (raw)
In-Reply-To: <1360251388-16075-1-git-send-email-andriy.shevchenko@linux.intel.com>
On Thu, Feb 07, 2013 at 05:36:28PM +0200, Andy Shevchenko wrote:
> From: Mika Westerberg <mika.westerberg@linux.intel.com>
>
> Intel Lynxpoint PCH Low Power Subsystem has DMA controller to support general
> purpose serial buses like SPI, I2C, and HSUART. This controller is enumerated
> from ACPI namespace with ACPI ID INTL9C60.
>
Applied with correct SOBs...
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
> drivers/dma/dw_dmac.c | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/drivers/dma/dw_dmac.c b/drivers/dma/dw_dmac.c
> index d6abea8..5feee76 100644
> --- a/drivers/dma/dw_dmac.c
> +++ b/drivers/dma/dw_dmac.c
> @@ -1977,6 +1977,11 @@ static const struct of_device_id dw_dma_id_table[] = {
> MODULE_DEVICE_TABLE(of, dw_dma_id_table);
> #endif
>
> +static const struct platform_device_id dw_dma_ids[] = {
> + { "INTL9C60", 0 },
> + { }
> +};
> +
> static struct platform_driver dw_driver = {
> .probe = dw_probe,
> .remove = dw_remove,
> @@ -1986,6 +1991,7 @@ static struct platform_driver dw_driver = {
> .pm = &dw_dev_pm_ops,
> .of_match_table = of_match_ptr(dw_dma_id_table),
> },
> + .id_table = dw_dma_ids,
> };
>
> static int __init dw_init(void)
> --
> 1.7.10.4
>
prev parent reply other threads:[~2013-02-12 16:41 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-07 15:36 [PATCH] dw_dmac: add support for Lynxpoint DMA controllers Andy Shevchenko
2013-02-07 15:39 ` Viresh Kumar
2013-02-07 17:05 ` Andy Shevchenko
2013-02-08 4:28 ` Viresh Kumar
2013-02-08 7:25 ` Andy Shevchenko
2013-02-08 7:30 ` Viresh Kumar
2013-02-12 16:10 ` Vinod Koul
2013-02-12 16:16 ` 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=20130212161639.GP3789@intel.com \
--to=vinod.koul@intel.com \
--cc=andriy.shevchenko@linux.jf.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mika.westerberg@linux.jf.intel.com \
--cc=spear-devel@list.st.com \
--cc=viresh.kumar@linaro.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