* [PATCH] arm/mach-msm: Add CONFIG conditional for board-trout
2010-04-29 0:41 [PATCH] arm/mach-msm: Add CONFIG conditional for board-trout Peter Huewe
@ 2010-04-28 6:08 ` Pavel Machek
2010-05-01 10:14 ` Russell King - ARM Linux
1 sibling, 0 replies; 4+ messages in thread
From: Pavel Machek @ 2010-04-28 6:08 UTC (permalink / raw)
To: linux-arm-kernel
On Thu 2010-04-29 02:41:22, Peter Huewe wrote:
> From: Peter Huewe <peterhuewe@gmx.de>
>
> This patch adds a conditional for CONFIG_MSM_DEBUG_UART to prevent a
> build failure[1], this is done the same way as for every board in mach-msm.
>
> References:
> [1] http://kisskb.ellerman.id.au/kisskb/buildresult/2448102/
>
> Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Ack.
> ---
> KernelVersion: linux-next-20100429
>
> arch/arm/mach-msm/board-trout.c | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-msm/board-trout.c b/arch/arm/mach-msm/board-trout.c
> index 9793ff4..b88aec2 100644
> --- a/arch/arm/mach-msm/board-trout.c
> +++ b/arch/arm/mach-msm/board-trout.c
> @@ -82,8 +82,10 @@ static void __init trout_map_io(void)
> }
>
> MACHINE_START(TROUT, "HTC Dream")
> +#ifdef CONFIG_MSM_DEBUG_UART
> .phys_io = MSM_DEBUG_UART_PHYS,
> .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc,
> +#endif
> .boot_params = 0x10000100,
> .fixup = trout_fixup,
> .map_io = trout_map_io,
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] arm/mach-msm: Add CONFIG conditional for board-trout
@ 2010-04-29 0:41 Peter Huewe
2010-04-28 6:08 ` Pavel Machek
2010-05-01 10:14 ` Russell King - ARM Linux
0 siblings, 2 replies; 4+ messages in thread
From: Peter Huewe @ 2010-04-29 0:41 UTC (permalink / raw)
To: linux-arm-kernel
From: Peter Huewe <peterhuewe@gmx.de>
This patch adds a conditional for CONFIG_MSM_DEBUG_UART to prevent a
build failure[1], this is done the same way as for every board in mach-msm.
References:
[1] http://kisskb.ellerman.id.au/kisskb/buildresult/2448102/
Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
---
KernelVersion: linux-next-20100429
arch/arm/mach-msm/board-trout.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-msm/board-trout.c b/arch/arm/mach-msm/board-trout.c
index 9793ff4..b88aec2 100644
--- a/arch/arm/mach-msm/board-trout.c
+++ b/arch/arm/mach-msm/board-trout.c
@@ -82,8 +82,10 @@ static void __init trout_map_io(void)
}
MACHINE_START(TROUT, "HTC Dream")
+#ifdef CONFIG_MSM_DEBUG_UART
.phys_io = MSM_DEBUG_UART_PHYS,
.io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc,
+#endif
.boot_params = 0x10000100,
.fixup = trout_fixup,
.map_io = trout_map_io,
--
1.6.4.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH] arm/mach-msm: Add CONFIG conditional for board-trout
2010-04-29 0:41 [PATCH] arm/mach-msm: Add CONFIG conditional for board-trout Peter Huewe
2010-04-28 6:08 ` Pavel Machek
@ 2010-05-01 10:14 ` Russell King - ARM Linux
2010-05-02 14:56 ` Daniel Walker
1 sibling, 1 reply; 4+ messages in thread
From: Russell King - ARM Linux @ 2010-05-01 10:14 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Apr 29, 2010 at 02:41:22AM +0200, Peter Huewe wrote:
> From: Peter Huewe <peterhuewe@gmx.de>
>
> This patch adds a conditional for CONFIG_MSM_DEBUG_UART to prevent a
> build failure[1], this is done the same way as for every board in mach-msm.
>
> References:
> [1] http://kisskb.ellerman.id.au/kisskb/buildresult/2448102/
>
> Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
Who's going to deal with getting this patch upstream?
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] arm/mach-msm: Add CONFIG conditional for board-trout
2010-05-01 10:14 ` Russell King - ARM Linux
@ 2010-05-02 14:56 ` Daniel Walker
0 siblings, 0 replies; 4+ messages in thread
From: Daniel Walker @ 2010-05-02 14:56 UTC (permalink / raw)
To: linux-arm-kernel
On Sat, 2010-05-01 at 11:14 +0100, Russell King - ARM Linux wrote:
> On Thu, Apr 29, 2010 at 02:41:22AM +0200, Peter Huewe wrote:
> > From: Peter Huewe <peterhuewe@gmx.de>
> >
> > This patch adds a conditional for CONFIG_MSM_DEBUG_UART to prevent a
> > build failure[1], this is done the same way as for every board in mach-msm.
> >
> > References:
> > [1] http://kisskb.ellerman.id.au/kisskb/buildresult/2448102/
> >
> > Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
>
> Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
>
> Who's going to deal with getting this patch upstream?
I am .. I have a similar patch in my next tree already.
Daniel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-05-02 14:56 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-29 0:41 [PATCH] arm/mach-msm: Add CONFIG conditional for board-trout Peter Huewe
2010-04-28 6:08 ` Pavel Machek
2010-05-01 10:14 ` Russell King - ARM Linux
2010-05-02 14:56 ` Daniel Walker
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).