From: stigge@antcom.de (Roland Stigge)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2] spi/pl022: Devicetree support w/o platform data
Date: Tue, 18 Sep 2012 16:47:04 +0200 [thread overview]
Message-ID: <50588968.9090505@antcom.de> (raw)
In-Reply-To: <201209181443.29025.arnd@arndb.de>
On 09/18/2012 04:43 PM, Arnd Bergmann wrote:
> On Tuesday 18 September 2012, Roland Stigge wrote:
>> Even with devicetree support, we needed platform data to provide some data,
>> leading to mixed device tree and platform data. This patch makes it possible to
>> provide all that information via device tree. Now, the data must be provided
>> via platform data or device tree completely.
>>
>> Only in case of DMA where a callback specification is necessary (dma_filter()),
>> platform data is the only option.
>>
>> Signed-off-by: Roland Stigge <stigge@antcom.de>
>
> Acked-by: Arnd Bergmann <arnd@arndb.de>
Thanks for reviewing.
Of the arm-soc.git / LPC32xx related adjustments, the dts patch is
obsolete now. But I will do a pull request for the other one (unchanged)
when the above spi-pl022 patch is subsystem-merged.
Roland
WARNING: multiple messages have this Message-ID (diff)
From: Roland Stigge <stigge-uj/7R2tJ6VmzQB+pC5nmwQ@public.gmane.org>
To: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
Cc: srinivas.bakki-3arQi8VN3Tc@public.gmane.org,
broonie-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
kevin.wells-3arQi8VN3Tc@public.gmane.org,
aletes.xgr-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
STEricsson_nomadik_linux-nkJGhpqTU55BDgjK7y7TUQ@public.gmane.org,
lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org,
devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH v2] spi/pl022: Devicetree support w/o platform data
Date: Tue, 18 Sep 2012 16:47:04 +0200 [thread overview]
Message-ID: <50588968.9090505@antcom.de> (raw)
In-Reply-To: <201209181443.29025.arnd-r2nGTMty4D4@public.gmane.org>
On 09/18/2012 04:43 PM, Arnd Bergmann wrote:
> On Tuesday 18 September 2012, Roland Stigge wrote:
>> Even with devicetree support, we needed platform data to provide some data,
>> leading to mixed device tree and platform data. This patch makes it possible to
>> provide all that information via device tree. Now, the data must be provided
>> via platform data or device tree completely.
>>
>> Only in case of DMA where a callback specification is necessary (dma_filter()),
>> platform data is the only option.
>>
>> Signed-off-by: Roland Stigge <stigge-uj/7R2tJ6VmzQB+pC5nmwQ@public.gmane.org>
>
> Acked-by: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
Thanks for reviewing.
Of the arm-soc.git / LPC32xx related adjustments, the dts patch is
obsolete now. But I will do a pull request for the other one (unchanged)
when the above spi-pl022 patch is subsystem-merged.
Roland
WARNING: multiple messages have this Message-ID (diff)
From: Roland Stigge <stigge@antcom.de>
To: Arnd Bergmann <arnd@arndb.de>
Cc: broonie@opensource.wolfsonmicro.com, grant.likely@secretlab.ca,
linus.walleij@linaro.org, lee.jones@linaro.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org,
STEricsson_nomadik_linux@list.st.com,
devicetree-discuss@lists.ozlabs.org, aletes.xgr@gmail.com,
kevin.wells@nxp.com, srinivas.bakki@nxp.com
Subject: Re: [PATCH v2] spi/pl022: Devicetree support w/o platform data
Date: Tue, 18 Sep 2012 16:47:04 +0200 [thread overview]
Message-ID: <50588968.9090505@antcom.de> (raw)
In-Reply-To: <201209181443.29025.arnd@arndb.de>
On 09/18/2012 04:43 PM, Arnd Bergmann wrote:
> On Tuesday 18 September 2012, Roland Stigge wrote:
>> Even with devicetree support, we needed platform data to provide some data,
>> leading to mixed device tree and platform data. This patch makes it possible to
>> provide all that information via device tree. Now, the data must be provided
>> via platform data or device tree completely.
>>
>> Only in case of DMA where a callback specification is necessary (dma_filter()),
>> platform data is the only option.
>>
>> Signed-off-by: Roland Stigge <stigge@antcom.de>
>
> Acked-by: Arnd Bergmann <arnd@arndb.de>
Thanks for reviewing.
Of the arm-soc.git / LPC32xx related adjustments, the dts patch is
obsolete now. But I will do a pull request for the other one (unchanged)
when the above spi-pl022 patch is subsystem-merged.
Roland
next prev parent reply other threads:[~2012-09-18 14:47 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-18 13:53 [PATCH v2] spi/pl022: Devicetree support w/o platform data Roland Stigge
2012-09-18 13:53 ` Roland Stigge
2012-09-18 13:53 ` Roland Stigge
2012-09-18 14:43 ` Arnd Bergmann
2012-09-18 14:43 ` Arnd Bergmann
2012-09-18 14:43 ` Arnd Bergmann
2012-09-18 14:47 ` Roland Stigge [this message]
2012-09-18 14:47 ` Roland Stigge
2012-09-18 14:47 ` Roland Stigge
2012-09-18 21:22 ` Linus Walleij
2012-09-18 21:22 ` Linus Walleij
2012-09-22 16:14 ` Mark Brown
2012-09-22 16:14 ` Mark Brown
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=50588968.9090505@antcom.de \
--to=stigge@antcom.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.