RE: [PATCH] Add OMAP4 Panda Support

2010-07-06 Thread Anders, David
Tony, > -Original Message- > From: Tony Lindgren [mailto:t...@atomide.com] > Sent: Monday, July 05, 2010 6:52 AM > To: Anders, David > Cc: Gadiyar, Anand; linux-omap@vger.kernel.org > Subject: Re: [PATCH] Add OMAP4 Panda Support > > * Anders, David [100628 20:4

Re: [PATCH] Add OMAP4 Panda Support

2010-07-05 Thread Tony Lindgren
* Anders, David [100628 20:41]: > > Tony, > If there are no objections, can we get someone to signoff on this so we can > get it in the window? I've added default y to Kconfig for Panda and queued this patch. Updated patch below. Tony >From 73c95f0240b27e3b413c32b8e5b323e86ea5bff0 Mon Sep 17 0

RE: [PATCH] Add OMAP4 Panda Support

2010-06-28 Thread Anders, David
> -Original Message- > From: Gadiyar, Anand > Sent: Thursday, June 24, 2010 8:29 PM > To: Anders, David; linux-omap@vger.kernel.org > Cc: t...@atomide.com > Subject: RE: [PATCH] Add OMAP4 Panda Support > > > +static void __init omap4_panda_init(void

RE: [PATCH] Add OMAP4 Panda Support

2010-06-24 Thread Gadiyar, Anand
> +static void __init omap4_panda_init(void) > +{ > + int status; > + > + omap4_panda_i2c_init(); > + omap_serial_init(); > + omap4_twl6030_hsmmc_init(mmc); > + /* OMAP4 Panda uses internal transceiver so register nop transceiver */ > + usb_nop_xceiv_register(); > + /* F

Re: [PATCH] Add OMAP4 Panda support

2010-06-18 Thread Kevin Hilman
hine files? Not really more of a feeling. But these feel like important enough differences to merit a separate board file. I was under the impression that there was a lot more in common. So, I'm OK with the separate board file, please fix up the minor comments below... > I agree that Bl

RE: [PATCH] Add OMAP4 Panda support

2010-06-18 Thread Anders, David
> -Original Message- > From: Kevin Hilman [mailto:khil...@deeprootsystems.com] > Sent: Friday, June 18, 2010 10:14 AM > To: Anders, David > Cc: linux-omap@vger.kernel.org; t...@atomide.com > Subject: Re: [PATCH] Add OMAP4 Panda support > > [please don'

RE: [PATCH] Add OMAP4 Panda support

2010-06-18 Thread Gadiyar, Anand
> IIUC, Panda was built to be compatible with the SDP/Blaze, right? > > If so, is there any reason we can't support both boards from the same > board file? > > Just add the above MACHINE_START.._END section to board-4430sdp.c to handle > the both machine IDs, but all the functions could be common

Re: [PATCH] Add OMAP4 Panda support

2010-06-18 Thread Kevin Hilman
de instead of duplicating. Kevin > -Original Message- > From: Kevin Hilman [mailto:khil...@deeprootsystems.com] > Sent: Friday, June 18, 2010 9:32 AM > To: Anders, David > Cc: linux-omap@vger.kernel.org; t...@atomide.com > Subject: Re: [PATCH] Add OMAP4 Panda support >

RE: [PATCH] Add OMAP4 Panda support

2010-06-18 Thread Anders, David
properly with multi-boot images. Dave -Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Friday, June 18, 2010 9:32 AM To: Anders, David Cc: linux-omap@vger.kernel.org; t...@atomide.com Subject: Re: [PATCH] Add OMAP4 Panda support "Anders, David

Re: [PATCH] Add OMAP4 Panda support

2010-06-18 Thread Kevin Hilman
"Anders, David" writes: > Add initial support for the OMAP4430 based Panda board. > > Signed-off-by: David Anders > --- > arch/arm/configs/omap4_panda_defconfig | 1094 > > arch/arm/mach-omap2/Kconfig|4 + > arch/arm/mach-omap2/Makefile

Re: [PATCH] Add OMAP4 Panda support

2010-06-18 Thread Felipe Balbi
On Fri, Jun 18, 2010 at 11:56:02AM +0200, ext Elvis Dowson wrote: When adding support for OMAP4 Panda, and adding the necessary bits to omap3_defconfig, will it be possible to ensure that all OMAP3 devices also work the same, e.g. Gumstix Overo? it should be possible. Ideally all omap2/3/4 boa

Re: [PATCH] Add OMAP4 Panda support

2010-06-18 Thread Elvis Dowson
Hi Felipe, On Jun 18, 2010, at 10:58 AM, Felipe Balbi wrote: > should we drop the defconfig, though ? and just add the necessary bits to > omap3_defconfig ? When adding support for OMAP4 Panda, and adding the necessary bits to omap3_defconfig, will it be possible to ensure that all OMAP3 devic

Re: [PATCH] Add OMAP4 Panda support

2010-06-18 Thread Tony Lindgren
* Felipe Balbi [100618 09:55]: > On Tue, May 18, 2010 at 05:36:36AM +0200, ext Tony Lindgren wrote: > >Cool, good to see this posted early. > > > >However, looks like this can wait until the next merge window > >though as it was posted so late. > > should we drop the defconfig, though ? and just

Re: [PATCH] Add OMAP4 Panda support

2010-06-18 Thread Felipe Balbi
On Tue, May 18, 2010 at 05:36:36AM +0200, ext Tony Lindgren wrote: Cool, good to see this posted early. However, looks like this can wait until the next merge window though as it was posted so late. should we drop the defconfig, though ? and just add the necessary bits to omap3_defconfig ?

Re: [PATCH] Add OMAP4 Panda support

2010-05-17 Thread Tony Lindgren
* Anders, David [100517 13:13]: > Add initial support for the OMAP4430 based Panda board. > > Signed-off-by: David Anders > + > +static void __init omap4_panda_init_irq(void) > +{ > + omap2_init_common_hw(NULL, NULL); > +#ifdef CONFIG_OMAP_32K_TIMER > + omap2_gp_clockevent_set_gpt