From: Vinod Koul <vinod.koul@intel.com>
To: Mika Westerberg <mika.westerberg@linux.intel.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
"Rafael J. Wysocki" <rjw@rjwysocki.net>,
Dan Williams <dan.j.williams@intel.com>,
Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/2] acpi-dma: Add support for "dma-names" device property
Date: Thu, 24 Sep 2015 21:05:28 +0530 [thread overview]
Message-ID: <20150924153528.GB2381@localhost> (raw)
In-Reply-To: <1442241456-75340-2-git-send-email-mika.westerberg@linux.intel.com>
On Mon, Sep 14, 2015 at 05:37:36PM +0300, Mika Westerberg wrote:
> The current implementation hard codes the two supported channels so that
> "tx" is always 0 and "rx" is always 1. This is because there has been no
> suitable way in ACPI to name resources.
>
> With _DSD device properties we can finally do this:
>
> Device (SPI1) {
> Name (_CRS, ResourceTemplate () {
> ...
> FixedDMA (0x0000, 0x0000, Width32bit)
> FixedDMA (0x0001, 0x0001, Width32bit)
> })
>
> Name (_DSD, Package () {
> ToUUID("daffd814-6eba-4d8c-8a91-bc9bbf4aa301"),
> Package () {
> Package () {"dma-names", Package () {"tx", "rx"}}
> },
> })
> }
>
> The names "tx" and "rx" now provide index of the FixedDMA resource in
> question.
>
> Modify acpi_dma_request_slave_chan_by_name() so that it looks for
> "dma-names" property first and only then fall back using hardcoded indices.
>
> The DT "dma-names" binding that we reuse for ACPI is documented in
> Documentation/devicetree/bindings/dma/dma.txt.
Acked-by: Vinod Koul <vinod.koul@intel.com>
This is actually good and will help a lot. Btw would like to see some
tested-by tags, perhaps on dw dma or idma...
--
~Vinod
next prev parent reply other threads:[~2015-09-24 15:32 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-14 14:37 [PATCH 1/2] device property: Add fwnode_property_match_string() Mika Westerberg
2015-09-14 14:37 ` [PATCH 2/2] acpi-dma: Add support for "dma-names" device property Mika Westerberg
2015-09-14 23:19 ` Rafael J. Wysocki
2015-09-24 9:12 ` Mika Westerberg
2015-09-15 6:46 ` Andy Shevchenko
2015-09-24 15:35 ` Vinod Koul [this message]
2015-09-25 0:29 ` Rafael J. Wysocki
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=20150924153528.GB2381@localhost \
--to=vinod.koul@intel.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=dan.j.williams@intel.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mika.westerberg@linux.intel.com \
--cc=rjw@rjwysocki.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.