From: Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
To: Alan Ott <alan-yzvJWuRpmD1zbRFIqnYvSA@public.gmane.org>
Cc: Colin Cross <ccross-z5hGa2qSFaRBDgjK7y7TUQ@public.gmane.org>,
Olof Johansson <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>,
Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>,
Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>,
Lucas De Marchi
<lucas.demarchi-Y3ZbgMPKUGA34EUeqzHoZw@public.gmane.org>,
Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>,
linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH v2 1/6] ARM: tegra: do not hide dma declarations
Date: Mon, 16 Apr 2012 12:48:50 -0600 [thread overview]
Message-ID: <4F8C6992.7010508@wwwdotorg.org> (raw)
In-Reply-To: <1330721903-8571-1-git-send-email-alan-yzvJWuRpmD1zbRFIqnYvSA@public.gmane.org>
On 03/02/2012 01:58 PM, Alan Ott wrote:
> From: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
>
> The declarations are actually required for the device
> definitions, and are still valid even if the dma controller
> is disabled:
>
> arch/arm/mach-tegra/devices.c:559:12: error: 'TEGRA_DMA_REQ_SEL_I2S_1' undeclared here (not in a function)
> arch/arm/mach-tegra/devices.c:577:12: error: 'TEGRA_DMA_REQ_SEL_I2S2_1' undeclared here (not in a function)
>
> Signed-off-by: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
> Signed-off-by: Alan Ott <alan-yzvJWuRpmD1zbRFIqnYvSA@public.gmane.org>
Applied, thanks.
WARNING: multiple messages have this Message-ID (diff)
From: swarren@wwwdotorg.org (Stephen Warren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/6] ARM: tegra: do not hide dma declarations
Date: Mon, 16 Apr 2012 12:48:50 -0600 [thread overview]
Message-ID: <4F8C6992.7010508@wwwdotorg.org> (raw)
In-Reply-To: <1330721903-8571-1-git-send-email-alan@signal11.us>
On 03/02/2012 01:58 PM, Alan Ott wrote:
> From: Arnd Bergmann <arnd@arndb.de>
>
> The declarations are actually required for the device
> definitions, and are still valid even if the dma controller
> is disabled:
>
> arch/arm/mach-tegra/devices.c:559:12: error: 'TEGRA_DMA_REQ_SEL_I2S_1' undeclared here (not in a function)
> arch/arm/mach-tegra/devices.c:577:12: error: 'TEGRA_DMA_REQ_SEL_I2S2_1' undeclared here (not in a function)
>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> Signed-off-by: Alan Ott <alan@signal11.us>
Applied, thanks.
WARNING: multiple messages have this Message-ID (diff)
From: Stephen Warren <swarren@wwwdotorg.org>
To: Alan Ott <alan@signal11.us>
Cc: Colin Cross <ccross@android.com>, Olof Johansson <olof@lixom.net>,
Stephen Warren <swarren@nvidia.com>,
Russell King <linux@arm.linux.org.uk>,
Lucas De Marchi <lucas.demarchi@profusion.mobi>,
Arnd Bergmann <arnd@arndb.de>,
linux-tegra@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 1/6] ARM: tegra: do not hide dma declarations
Date: Mon, 16 Apr 2012 12:48:50 -0600 [thread overview]
Message-ID: <4F8C6992.7010508@wwwdotorg.org> (raw)
In-Reply-To: <1330721903-8571-1-git-send-email-alan@signal11.us>
On 03/02/2012 01:58 PM, Alan Ott wrote:
> From: Arnd Bergmann <arnd@arndb.de>
>
> The declarations are actually required for the device
> definitions, and are still valid even if the dma controller
> is disabled:
>
> arch/arm/mach-tegra/devices.c:559:12: error: 'TEGRA_DMA_REQ_SEL_I2S_1' undeclared here (not in a function)
> arch/arm/mach-tegra/devices.c:577:12: error: 'TEGRA_DMA_REQ_SEL_I2S2_1' undeclared here (not in a function)
>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> Signed-off-by: Alan Ott <alan@signal11.us>
Applied, thanks.
next prev parent reply other threads:[~2012-04-16 18:48 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-02 20:58 [PATCH v2 1/6] ARM: tegra: do not hide dma declarations Alan Ott
2012-03-02 20:58 ` Alan Ott
2012-03-02 20:58 ` Alan Ott
[not found] ` <1330721903-8571-1-git-send-email-alan-yzvJWuRpmD1zbRFIqnYvSA@public.gmane.org>
2012-03-04 18:35 ` Olof Johansson
2012-03-04 18:35 ` Olof Johansson
2012-03-04 18:35 ` Olof Johansson
[not found] ` <20120304183513.GA31064-O5ziIzlqnXUVNXGz7ipsyg@public.gmane.org>
2012-03-04 19:00 ` Olof Johansson
2012-03-04 19:00 ` Olof Johansson
2012-03-04 19:00 ` Olof Johansson
2012-04-16 18:48 ` Stephen Warren [this message]
2012-04-16 18:48 ` Stephen Warren
2012-04-16 18:48 ` Stephen Warren
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=4F8C6992.7010508@wwwdotorg.org \
--to=swarren-3lzwwm7+weoh9zmkesr00q@public.gmane.org \
--cc=alan-yzvJWuRpmD1zbRFIqnYvSA@public.gmane.org \
--cc=arnd-r2nGTMty4D4@public.gmane.org \
--cc=ccross-z5hGa2qSFaRBDgjK7y7TUQ@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org \
--cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=lucas.demarchi-Y3ZbgMPKUGA34EUeqzHoZw@public.gmane.org \
--cc=olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org \
--cc=swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.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.