Re: [PATCH 18/90] ARM: OMAP: PalmZ71 support

From: Tony Lindgren
Date: Thu Apr 05 2007 - 10:15:41 EST


* Randy Dunlap <randy.dunlap@xxxxxxxxxx> [070404 14:28]:
> On Wed, 4 Apr 2007 14:04:57 -0400 Tony Lindgren wrote:
>
> > From: =?utf-8?q?Marek_Va=C5=A1ut?= <marek.vasut@xxxxxxxxx>
> >
> > Palmz71 specific things - board file.
> >
> > Signed-off-by: Marek VaÅut <marek.vasut@xxxxxxxxx>
> > Signed-off-by: Tony Lindgren <tony@xxxxxxxxxxx>
> > ---
> > arch/arm/mach-omap1/Kconfig | 9 +
> > arch/arm/mach-omap1/Makefile | 1 +
> > arch/arm/mach-omap1/board-palmz71.c | 384 +++++++++++++++++++++++++++++
> > include/asm-arm/arch-omap/board-palmz71.h | 26 ++
> > include/asm-arm/arch-omap/hardware.h | 4 +
> > 5 files changed, 424 insertions(+), 0 deletions(-)
> >
> > diff --git a/arch/arm/mach-omap1/Kconfig b/arch/arm/mach-omap1/Kconfig
> > index cc266bf..1cdb0ea 100644
> > --- a/arch/arm/mach-omap1/Kconfig
> > +++ b/arch/arm/mach-omap1/Kconfig
> > @@ -86,6 +86,15 @@ config MACH_OMAP_PALMTE
> > http://palmtelinux.sourceforge.net/ for more information.
> > Say Y here if you have this PDA model, say N otherwise.
> >
> > +config MACH_OMAP_PALMZ71
> > + bool "Palm Zire71"
> > + depends on ARCH_OMAP1 && ARCH_OMAP15XX
> > + help
>
> Indentation as documented and expected and like the rest of the
> kernel tree, please:
> one tab on lines above, one tab + 2 spaces on help text below.
>
> > + Support for the Palm Zire71 PDA. To boot the kernel,
> > + you'll need a PalmOS compatible bootloader; check out
> > + http://hackndev.com/palm/z71 for more informations.
> > + Say Y here if you have such a PDA, say N otherwise.
> > +
> > config MACH_NOKIA770
> > bool "Nokia 770"
> > depends on ARCH_OMAP1 && ARCH_OMAP16XX

Thanks for taking the time to look through the patches. Following
is an updated version of the patch.

Regards,

Tony