All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@arndb.de>
To: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Cc: devicetree@vger.kernel.org, robh+dt@kernel.org,
	mark.rutland@arm.com, linux-kernel@vger.kernel.org,
	andriy.shevchenko@linux.intel.com, vinod.koul@intel.com,
	dmaengine@vger.kernel.org, linux-snps-arc@lists.infradead.org
Subject: Re: [PATCH v3 2/2] DW DMAC: add multi-block property to device tree
Date: Mon, 21 Nov 2016 14:53:33 +0100	[thread overview]
Message-ID: <2261617.2ELEafraaJ@wuerfel> (raw)
In-Reply-To: <1479496356-27834-3-git-send-email-Eugeniy.Paltsev@synopsys.com>

On Friday, November 18, 2016 10:12:36 PM CET Eugeniy Paltsev wrote:
> +- multi-block: Multi block transfers supported by hardware per AHB master.
> +  0 (default): not supported, 1: supported.

Please clarify that this is an array with one cell per master.
My first thought was "why is this not a boolean property", and
I'm sure others might misread it the same way.

	Arnd

WARNING: multiple messages have this Message-ID (diff)
From: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
To: Eugeniy Paltsev
	<Eugeniy.Paltsev-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	mark.rutland-5wv7dgnIgG8@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	andriy.shevchenko-VuQAYsv1563Yd54FQh9/CA@public.gmane.org,
	vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org,
	dmaengine-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-snps-arc-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH v3 2/2] DW DMAC: add multi-block property to device tree
Date: Mon, 21 Nov 2016 14:53:33 +0100	[thread overview]
Message-ID: <2261617.2ELEafraaJ@wuerfel> (raw)
In-Reply-To: <1479496356-27834-3-git-send-email-Eugeniy.Paltsev-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>

On Friday, November 18, 2016 10:12:36 PM CET Eugeniy Paltsev wrote:
> +- multi-block: Multi block transfers supported by hardware per AHB master.
> +  0 (default): not supported, 1: supported.

Please clarify that this is an array with one cell per master.
My first thought was "why is this not a boolean property", and
I'm sure others might misread it the same way.

	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

WARNING: multiple messages have this Message-ID (diff)
From: arnd@arndb.de (Arnd Bergmann)
To: linux-snps-arc@lists.infradead.org
Subject: [PATCH v3 2/2] DW DMAC: add multi-block property to device tree
Date: Mon, 21 Nov 2016 14:53:33 +0100	[thread overview]
Message-ID: <2261617.2ELEafraaJ@wuerfel> (raw)
In-Reply-To: <1479496356-27834-3-git-send-email-Eugeniy.Paltsev@synopsys.com>

On Friday, November 18, 2016 10:12:36 PM CET Eugeniy Paltsev wrote:
> +- multi-block: Multi block transfers supported by hardware per AHB master.
> +  0 (default): not supported, 1: supported.

Please clarify that this is an array with one cell per master.
My first thought was "why is this not a boolean property", and
I'm sure others might misread it the same way.

	Arnd

  parent reply	other threads:[~2016-11-21 13:54 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-18 19:12 [PATCH v3 0/2] DW DMAC: update device tree Eugeniy Paltsev
2016-11-18 19:12 ` Eugeniy Paltsev
2016-11-18 19:12 ` Eugeniy Paltsev
2016-11-18 19:12 ` [PATCH v3 1/2] DW DMAC: enable memory-to-memory transfers support Eugeniy Paltsev
2016-11-18 19:12   ` Eugeniy Paltsev
2016-11-18 19:12   ` Eugeniy Paltsev
2016-11-18 19:27   ` Andy Shevchenko
2016-11-18 19:27     ` Andy Shevchenko
2016-11-18 19:27     ` Andy Shevchenko
2016-11-18 19:12 ` [PATCH v3 2/2] DW DMAC: add multi-block property to device tree Eugeniy Paltsev
2016-11-18 19:12   ` Eugeniy Paltsev
2016-11-18 19:12   ` Eugeniy Paltsev
2016-11-18 19:33   ` Andy Shevchenko
2016-11-18 19:33     ` Andy Shevchenko
2016-11-18 19:33     ` Andy Shevchenko
2016-11-23  4:15     ` Vinod Koul
2016-11-23  4:15       ` Vinod Koul
2016-11-21 13:53   ` Arnd Bergmann [this message]
2016-11-21 13:53     ` Arnd Bergmann
2016-11-21 13:53     ` Arnd Bergmann
2016-11-18 19:26 ` [PATCH v3 0/2] DW DMAC: update " Andy Shevchenko
2016-11-18 19:26   ` Andy Shevchenko
2016-11-18 19:26   ` Andy Shevchenko
2016-11-21 10:02   ` Alexey Brodkin
2016-11-21 10:02     ` Alexey Brodkin
2016-11-21 10:02     ` Alexey Brodkin
2016-11-21 10:37     ` Andy Shevchenko
2016-11-21 10:37       ` Andy Shevchenko
2016-11-21 10:37       ` Andy Shevchenko
2016-11-23  4:06       ` Vinod Koul
2016-11-23  4:06         ` Vinod Koul
2016-11-23  4:06         ` Vinod Koul

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=2261617.2ELEafraaJ@wuerfel \
    --to=arnd@arndb.de \
    --cc=Eugeniy.Paltsev@synopsys.com \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dmaengine@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-snps-arc@lists.infradead.org \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=vinod.koul@intel.com \
    /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.