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 x0132...@ti.com [100628 20:41]: Tony

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) +{ + int status

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(); + /* FIXME:

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-06-18 Thread Tony Lindgren
* Felipe Balbi felipe.ba...@nokia.com [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

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

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

Re: [PATCH] Add OMAP4 Panda support

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

RE: [PATCH] Add OMAP4 Panda support

2010-06-18 Thread Anders, David
-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 x0132...@ti.com writes: Add

Re: [PATCH] Add OMAP4 Panda support

2010-06-18 Thread 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 x0132...@ti.com writes: Add initial support for the OMAP4430 based Panda board. Signed-off

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 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't top-post: http://elinux.org/Netiquette

Re: [PATCH] Add OMAP4 Panda support

2010-06-18 Thread Kevin Hilman
- 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 x0132...@ti.com writes: Add initial support for the OMAP4430 based

Re: [PATCH] Add OMAP4 Panda support

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