From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 2/9] dmaengine: st_fdma: Add st fdma platform specific header
Date: Tue, 29 Sep 2015 13:10:32 +0200 [thread overview]
Message-ID: <1595360.mhtcFfAByg@wuerfel> (raw)
In-Reply-To: <20150929092442.GB16955@griffinp-ThinkPad-X1-Carbon-2nd>
On Tuesday 29 September 2015 10:24:42 Peter Griffin wrote:
> On Fri, 11 Sep 2015, Arnd Bergmann wrote:
>
> > On Friday 11 September 2015 15:14:24 Peter Griffin wrote:
> > > Signed-off-by: Ludovic Barre <ludovic.barre@st.com>
> > > Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
> > > ---
> > > include/linux/platform_data/dma-st_fdma.h | 72 +++++++++++++++++++++++++++++++
> > > 1 file changed, 72 insertions(+)
> > > create mode 100644 include/linux/platform_data/dma-st_fdma.h
> > >
> >
> > This clearly needs an explanation of which platforms require the header.
> >
> > On ARM, all new platforms use DT, so it's obviously not one of them.
>
> I will move the relevant parts into the st_fdma.h header file, as no other platforms
> will be upstreamed that are not DT based.
Ok, it's possible that you can simplify the code a bit after you do that,
e.g. if you can fold the st_fdma_platform_data structure into the main
per-device structure, and if you remove the filter function.
Arnd
WARNING: multiple messages have this Message-ID (diff)
From: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Cc: Peter Griffin
<peter.griffin-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org,
srinivas.kandagatla-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
patrice.chotard-qxv4g6HH51o@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
Ludovic Barre <ludovic.barre-qxv4g6HH51o@public.gmane.org>,
dmaengine-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org,
maxime.coquelin-qxv4g6HH51o@public.gmane.org
Subject: Re: [PATCH v2 2/9] dmaengine: st_fdma: Add st fdma platform specific header
Date: Tue, 29 Sep 2015 13:10:32 +0200 [thread overview]
Message-ID: <1595360.mhtcFfAByg@wuerfel> (raw)
In-Reply-To: <20150929092442.GB16955@griffinp-ThinkPad-X1-Carbon-2nd>
On Tuesday 29 September 2015 10:24:42 Peter Griffin wrote:
> On Fri, 11 Sep 2015, Arnd Bergmann wrote:
>
> > On Friday 11 September 2015 15:14:24 Peter Griffin wrote:
> > > Signed-off-by: Ludovic Barre <ludovic.barre-qxv4g6HH51o@public.gmane.org>
> > > Signed-off-by: Peter Griffin <peter.griffin-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
> > > ---
> > > include/linux/platform_data/dma-st_fdma.h | 72 +++++++++++++++++++++++++++++++
> > > 1 file changed, 72 insertions(+)
> > > create mode 100644 include/linux/platform_data/dma-st_fdma.h
> > >
> >
> > This clearly needs an explanation of which platforms require the header.
> >
> > On ARM, all new platforms use DT, so it's obviously not one of them.
>
> I will move the relevant parts into the st_fdma.h header file, as no other platforms
> will be upstreamed that are not DT based.
Ok, it's possible that you can simplify the code a bit after you do that,
e.g. if you can fold the st_fdma_platform_data structure into the main
per-device structure, and if you remove the filter function.
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 Bergmann <arnd@arndb.de>
To: linux-arm-kernel@lists.infradead.org
Cc: Peter Griffin <peter.griffin@linaro.org>,
devicetree@vger.kernel.org, vinod.koul@intel.com,
srinivas.kandagatla@gmail.com, patrice.chotard@st.com,
linux-kernel@vger.kernel.org, robh+dt@kernel.org,
Ludovic Barre <ludovic.barre@st.com>,
dmaengine@vger.kernel.org, lee.jones@linaro.org,
maxime.coquelin@st.com
Subject: Re: [PATCH v2 2/9] dmaengine: st_fdma: Add st fdma platform specific header
Date: Tue, 29 Sep 2015 13:10:32 +0200 [thread overview]
Message-ID: <1595360.mhtcFfAByg@wuerfel> (raw)
In-Reply-To: <20150929092442.GB16955@griffinp-ThinkPad-X1-Carbon-2nd>
On Tuesday 29 September 2015 10:24:42 Peter Griffin wrote:
> On Fri, 11 Sep 2015, Arnd Bergmann wrote:
>
> > On Friday 11 September 2015 15:14:24 Peter Griffin wrote:
> > > Signed-off-by: Ludovic Barre <ludovic.barre@st.com>
> > > Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
> > > ---
> > > include/linux/platform_data/dma-st_fdma.h | 72 +++++++++++++++++++++++++++++++
> > > 1 file changed, 72 insertions(+)
> > > create mode 100644 include/linux/platform_data/dma-st_fdma.h
> > >
> >
> > This clearly needs an explanation of which platforms require the header.
> >
> > On ARM, all new platforms use DT, so it's obviously not one of them.
>
> I will move the relevant parts into the st_fdma.h header file, as no other platforms
> will be upstreamed that are not DT based.
Ok, it's possible that you can simplify the code a bit after you do that,
e.g. if you can fold the st_fdma_platform_data structure into the main
per-device structure, and if you remove the filter function.
Arnd
next prev parent reply other threads:[~2015-09-29 11:10 UTC|newest]
Thread overview: 103+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-11 14:14 [PATCH v2 0/9] Add support for FDMA DMA controller found on STi chipsets Peter Griffin
2015-09-11 14:14 ` Peter Griffin
2015-09-11 14:14 ` Peter Griffin
2015-09-11 14:14 ` [PATCH v2 1/9] dmaengine: st_fdma: Add STMicroelectronics FDMA DT binding documentation Peter Griffin
2015-09-11 14:14 ` Peter Griffin
2015-09-11 14:14 ` Peter Griffin
2015-09-11 20:36 ` Arnd Bergmann
2015-09-11 20:36 ` Arnd Bergmann
2015-09-12 12:07 ` Peter Griffin
2015-09-12 12:07 ` Peter Griffin
2015-09-14 8:19 ` Lee Jones
2015-09-14 8:19 ` Lee Jones
2015-09-29 10:04 ` Peter Griffin
2015-09-29 10:04 ` Peter Griffin
2015-09-29 10:04 ` Peter Griffin
2015-09-29 11:17 ` Arnd Bergmann
2015-09-29 11:17 ` Arnd Bergmann
2015-09-29 11:17 ` Arnd Bergmann
2015-09-29 12:11 ` Peter Griffin
2015-09-29 12:11 ` Peter Griffin
2015-09-29 12:11 ` Peter Griffin
2015-09-29 12:30 ` Arnd Bergmann
2015-09-29 12:30 ` Arnd Bergmann
2015-09-29 13:42 ` Peter Griffin
2015-09-29 13:42 ` Peter Griffin
2015-09-29 14:15 ` Arnd Bergmann
2015-09-29 14:15 ` Arnd Bergmann
2015-09-29 14:15 ` Arnd Bergmann
2015-10-13 11:18 ` Peter Griffin
2015-10-13 11:18 ` Peter Griffin
2015-10-13 11:18 ` Peter Griffin
2015-09-11 14:14 ` [PATCH v2 2/9] dmaengine: st_fdma: Add st fdma platform specific header Peter Griffin
2015-09-11 14:14 ` Peter Griffin
2015-09-11 20:32 ` Arnd Bergmann
2015-09-11 20:32 ` Arnd Bergmann
2015-09-29 9:24 ` Peter Griffin
2015-09-29 9:24 ` Peter Griffin
2015-09-29 11:10 ` Arnd Bergmann [this message]
2015-09-29 11:10 ` Arnd Bergmann
2015-09-29 11:10 ` Arnd Bergmann
2015-09-11 14:14 ` [PATCH v2 3/9] dmaengine: st_fdma: Add STMicroelectronics FDMA driver header file Peter Griffin
2015-09-11 14:14 ` Peter Griffin
2015-09-11 14:14 ` Peter Griffin
2015-10-08 15:43 ` Koul, Vinod
2015-10-08 15:43 ` Koul, Vinod
2015-10-08 15:43 ` Koul, Vinod
2015-10-13 10:41 ` Peter Griffin
2015-10-13 10:43 ` Peter Griffin
2015-10-13 10:43 ` Peter Griffin
2015-10-13 10:43 ` Peter Griffin
2015-09-11 14:14 ` [PATCH v2 4/9] dmaengine: st_fdma: Add STMicroelectronics FDMA engine driver support Peter Griffin
2015-09-11 14:14 ` Peter Griffin
2015-09-11 20:30 ` Arnd Bergmann
2015-09-11 20:30 ` Arnd Bergmann
2015-09-29 10:23 ` Peter Griffin
2015-09-29 10:23 ` Peter Griffin
2015-09-29 10:23 ` Peter Griffin
2015-10-07 11:15 ` Vinod Koul
2015-10-07 11:15 ` Vinod Koul
2015-09-11 14:14 ` [PATCH v2 5/9] dmaengine: st_fdma: Add xp70 firmware loading mechanism Peter Griffin
2015-09-11 14:14 ` Peter Griffin
2015-09-11 14:14 ` Peter Griffin
2015-10-07 11:22 ` Vinod Koul
2015-10-07 11:22 ` Vinod Koul
2015-10-13 10:53 ` Peter Griffin
2015-10-13 10:53 ` Peter Griffin
2015-09-11 14:14 ` [PATCH v2 6/9] dmaengine: st_fdma: Add fdma suspend and resume callbacks Peter Griffin
2015-09-11 14:14 ` Peter Griffin
2015-09-11 14:14 ` Peter Griffin
2015-10-07 11:23 ` Vinod Koul
2015-10-07 11:23 ` Vinod Koul
2015-10-13 11:19 ` Peter Griffin
2015-10-13 11:19 ` Peter Griffin
2015-10-13 11:19 ` Peter Griffin
2015-10-13 11:33 ` Koul, Vinod
2015-10-13 11:33 ` Koul, Vinod
2015-10-13 11:33 ` Koul, Vinod
2015-09-11 14:14 ` [PATCH v2 7/9] ARM: STi: DT: STiH407: Add FDMA driver dt nodes Peter Griffin
2015-09-11 14:14 ` Peter Griffin
2015-09-11 14:14 ` Peter Griffin
2015-09-11 16:27 ` Lee Jones
2015-09-11 16:27 ` Lee Jones
2015-09-11 16:48 ` Peter Griffin
2015-09-11 16:48 ` Peter Griffin
2015-09-11 16:48 ` Peter Griffin
2015-09-11 17:55 ` Lee Jones
2015-09-11 17:55 ` Lee Jones
2015-09-11 17:55 ` Lee Jones
2015-09-11 18:06 ` Peter Griffin
2015-09-11 18:06 ` Peter Griffin
2015-09-11 18:06 ` Peter Griffin
2015-09-11 19:33 ` Lee Jones
2015-09-11 19:33 ` Lee Jones
2015-09-12 12:23 ` Peter Griffin
2015-09-12 12:23 ` Peter Griffin
2015-09-11 14:14 ` [PATCH v2 8/9] MAINTAINERS: Add FDMA driver files to STi section Peter Griffin
2015-09-11 14:14 ` Peter Griffin
2015-09-11 16:22 ` Lee Jones
2015-09-11 16:22 ` Lee Jones
2015-09-11 14:14 ` [PATCH v2 9/9] ARM: multi_v7_defconfig: Enable STi FDMA driver Peter Griffin
2015-09-11 14:14 ` Peter Griffin
2015-09-11 16:22 ` Lee Jones
2015-09-11 16:22 ` Lee Jones
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=1595360.mhtcFfAByg@wuerfel \
--to=arnd@arndb.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.