Re: [PATCH 5/5] ARM: davinci: da850, omapl138: introduce new board-omapl138-heliosv1

2011-08-18 Thread Felipe Balbi
Hi, On Thu, Aug 18, 2011 at 05:50:51PM -0400, Ben Gardiner wrote: > Add support for the Nanometrics Helios Platform V1 Hardware. Initially > support includes only serial console and watchdog support. > > Signed-off-by: Ben Gardiner > Reviewed-by: James Nuss > --- > arch/arm/mach-davinci/Kconfi

Re: [PATCH 4/5] ARM: davinci: da850, omapl138: share the davinci_uart_config

2011-08-18 Thread Felipe Balbi
Hi, On Thu, Aug 18, 2011 at 05:50:50PM -0400, Ben Gardiner wrote: > diff --git a/arch/arm/mach-davinci/da850-reference.c > b/arch/arm/mach-davinci/da850-reference.c > index 25df6476..e4f5072 100644 > --- a/arch/arm/mach-davinci/da850-reference.c > +++ b/arch/arm/mach-davinci/da850-reference.c > @

Re: [PATCH 2/5] ARM: davinci: da850, omapl138: share boot_params

2011-08-18 Thread Felipe Balbi
Hi, On Thu, Aug 18, 2011 at 05:50:48PM -0400, Ben Gardiner wrote: > diff --git a/arch/arm/mach-davinci/include/mach/da850-reference.h > b/arch/arm/mach-davinci/include/mach/da850-reference.h > index d3beb13..6837a98 100644 > --- a/arch/arm/mach-davinci/include/mach/da850-reference.h > +++ b/arch/

[PATCH 3/5] ARM: davinci: da850, omapl138: share the preferred console registration

2011-08-18 Thread Ben Gardiner
Extract the common add_preferred_console("ttyS", 2, "115200") found both of the da850evm and hawk boards into a shared function in the da850-reference object introduced in a previous commit. Signed-off-by: Ben Gardiner Reviewed-by: James Nuss --- arch/arm/mach-davinci/board-da850-evm.c

[PATCH 4/5] ARM: davinci: da850, omapl138: share the davinci_uart_config

2011-08-18 Thread Ben Gardiner
Extract the common davinci_uart_config.enabled_uarts=0x7 passed to davinci_serial_init() from all of the da850/omapl138 boards to the da850-reference object introduced in a previous commit. Signed-off-by: Ben Gardiner Reviewed-by: James Nuss --- arch/arm/mach-davinci/board-da850-evm.c

Re: [PATCH 1/5] ARM: davinci: da850, omapl138: introduce shared da850 reference components

2011-08-18 Thread Felipe Balbi
Hi, On Thu, Aug 18, 2011 at 05:50:47PM -0400, Ben Gardiner wrote: > @@ -0,0 +1,15 @@ > +/* > + * TI DA850/OMAP-L138 reusable elements of the da850 reference design. > + * > + * Copyright (C) 2011 Nanometrics Inc. This file is licensed under > + * the terms of the GNU General Public License version

[PATCH 5/5] ARM: davinci: da850, omapl138: introduce new board-omapl138-heliosv1

2011-08-18 Thread Ben Gardiner
Add support for the Nanometrics Helios Platform V1 Hardware. Initially support includes only serial console and watchdog support. Signed-off-by: Ben Gardiner Reviewed-by: James Nuss --- arch/arm/mach-davinci/Kconfig |9 arch/arm/mach-davinci/Makefile

[PATCH 1/5] ARM: davinci: da850, omapl138: introduce shared da850 reference components

2011-08-18 Thread Ben Gardiner
Several of the pieces of the da850 evm reference design board support in board-da850-evm.c are re-used by the other da850/omapl138 boards. Examples are boot_params, map_io, preferred-serial-console, davinci_uart_config's enabled_uarts to name a few. Introduce an object file to contain these shared

[PATCH 2/5] ARM: davinci: da850, omapl138: share boot_params

2011-08-18 Thread Ben Gardiner
Extract the value of .boot_params used by the da850/omapl138 machines to a common DA850_REFERENCE_BOOT_PARAMS defined in the da850-reference.h header introduced in a previous commit. Signed-off-by: Ben Gardiner Reviewed-by: James Nuss --- arch/arm/mach-davinci/board-da850-evm.c|

[PATCH 0/5] ARM: davinci: introduce new board heliosv1

2011-08-18 Thread Ben Gardiner
In this series we introduce a new board type: the Nanometrics Helios hardware platform v1. Like the other da850/omapl138 boards in arch/arm/mach-davinci it shares lots of common data definitions. For example boot_params location and uart config are common to this new board and to the existing da850