From: afaerber@suse.de (Andreas Färber)
To: linux-arm-kernel@lists.infradead.org
Subject: [LINUX PATCH] ARM: zynq: DT: Remove DMA from board DTs
Date: Mon, 28 Jul 2014 18:33:00 +0200 [thread overview]
Message-ID: <53D67B3C.3050401@suse.de> (raw)
In-Reply-To: <1406564643-10417-1-git-send-email-soren.brinkmann@xilinx.com>
Am 28.07.2014 18:24, schrieb Soren Brinkmann:
> The DMA engine is enabled for all DTs that derive from zynq-7000.dtsi.
> There is no need to override the 'status' property in board DTs.
>
> Cc: Andreas F?rber <afaerber@suse.de>
> Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
> ---
> When the 'status' property was removed from the DMA node, this had been
> overlooked.
Indeed,
Reviewed-by: Andreas F?rber <afaerber@suse.de>
Thanks,
Andreas
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imend?rffer; HRB 16746 AG N?rnberg
WARNING: multiple messages have this Message-ID (diff)
From: "Andreas Färber" <afaerber-l3A5Bk7waGM@public.gmane.org>
To: Soren Brinkmann
<soren.brinkmann-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>,
Michal Simek
<michal.simek-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
Cc: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
Ian Campbell
<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [LINUX PATCH] ARM: zynq: DT: Remove DMA from board DTs
Date: Mon, 28 Jul 2014 18:33:00 +0200 [thread overview]
Message-ID: <53D67B3C.3050401@suse.de> (raw)
In-Reply-To: <1406564643-10417-1-git-send-email-soren.brinkmann-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
Am 28.07.2014 18:24, schrieb Soren Brinkmann:
> The DMA engine is enabled for all DTs that derive from zynq-7000.dtsi.
> There is no need to override the 'status' property in board DTs.
>
> Cc: Andreas Färber <afaerber-l3A5Bk7waGM@public.gmane.org>
> Signed-off-by: Soren Brinkmann <soren.brinkmann-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
> ---
> When the 'status' property was removed from the DMA node, this had been
> overlooked.
Indeed,
Reviewed-by: Andreas Färber <afaerber-l3A5Bk7waGM@public.gmane.org>
Thanks,
Andreas
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
--
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: "Andreas Färber" <afaerber@suse.de>
To: Soren Brinkmann <soren.brinkmann@xilinx.com>,
Michal Simek <michal.simek@xilinx.com>
Cc: Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
Mark Rutland <mark.rutland@arm.com>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Kumar Gala <galak@codeaurora.org>,
Russell King <linux@arm.linux.org.uk>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [LINUX PATCH] ARM: zynq: DT: Remove DMA from board DTs
Date: Mon, 28 Jul 2014 18:33:00 +0200 [thread overview]
Message-ID: <53D67B3C.3050401@suse.de> (raw)
In-Reply-To: <1406564643-10417-1-git-send-email-soren.brinkmann@xilinx.com>
Am 28.07.2014 18:24, schrieb Soren Brinkmann:
> The DMA engine is enabled for all DTs that derive from zynq-7000.dtsi.
> There is no need to override the 'status' property in board DTs.
>
> Cc: Andreas Färber <afaerber@suse.de>
> Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
> ---
> When the 'status' property was removed from the DMA node, this had been
> overlooked.
Indeed,
Reviewed-by: Andreas Färber <afaerber@suse.de>
Thanks,
Andreas
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
next prev parent reply other threads:[~2014-07-28 16:33 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-28 16:24 [LINUX PATCH] ARM: zynq: DT: Remove DMA from board DTs Soren Brinkmann
2014-07-28 16:24 ` Soren Brinkmann
2014-07-28 16:24 ` Soren Brinkmann
2014-07-28 16:33 ` Andreas Färber [this message]
2014-07-28 16:33 ` Andreas Färber
2014-07-28 16:33 ` Andreas Färber
2014-07-29 5:33 ` Michal Simek
2014-07-29 5:33 ` Michal Simek
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=53D67B3C.3050401@suse.de \
--to=afaerber@suse.de \
--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 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.