[PATCH v2] omap: beagle: add support for wl1271 on the board file

2010-09-23 Thread Luciano Coelho
Add board configuration for the wl1271 daughter board. This patch is based on Ohad Ben-Cohen's patches for Zoom boards. Cc: Ohad Ben-Cohen o...@wizery.com Signed-off-by: Luciano Coelho luciano.coe...@nokia.com --- There was a useless variable defined in omap3_beagle_init() that was causing a

Re: [PATCH v2] omap: beagle: add support for wl1271 on the board file

2010-09-23 Thread Grazvydas Ignotas
On Thu, Sep 23, 2010 at 11:20 AM, Luciano Coelho luciano.coe...@nokia.com wrote: Add board configuration for the wl1271 daughter board.  This patch is based on Ohad Ben-Cohen's patches for Zoom boards. Hm can that daughter board be detected? With your patch all beagle users will get GPIO139

Re: [PATCH v2] omap: beagle: add support for wl1271 on the board file

2010-09-23 Thread Felipe Balbi
Hi, On Thu, Sep 23, 2010 at 03:20:03AM -0500, Luciano Coelho wrote: static struct mtd_partition omap3beagle_nand_partitions[] = { @@ -163,12 +168,25 @@ static void __init beagle_display_init(void) #include sdram-micron-mt46h32m32lf-6.h +struct wl12xx_platform_data omap_beagle_wlan_data

Re: [PATCH v2] omap: beagle: add support for wl1271 on the board file

2010-09-23 Thread Luciano Coelho
On Thu, 2010-09-23 at 12:30 +0200, ext Grazvydas Ignotas wrote: On Thu, Sep 23, 2010 at 11:20 AM, Luciano Coelho luciano.coe...@nokia.com wrote: Add board configuration for the wl1271 daughter board. This patch is based on Ohad Ben-Cohen's patches for Zoom boards. Hm can that daughter

Re: [PATCH v2] omap: beagle: add support for wl1271 on the board file

2010-09-23 Thread Robert Nelson
On Thu, Sep 23, 2010 at 5:30 AM, Grazvydas Ignotas nota...@gmail.com wrote: On Thu, Sep 23, 2010 at 11:20 AM, Luciano Coelho luciano.coe...@nokia.com wrote: Add board configuration for the wl1271 daughter board.  This patch is based on Ohad Ben-Cohen's patches for Zoom boards. Hm can that

Re: [PATCH v2] omap: beagle: add support for wl1271 on the board file

2010-09-23 Thread Luciano Coelho
Hi Felipe, On Thu, 2010-09-23 at 13:45 +0200, ext Felipe Balbi wrote: On Thu, Sep 23, 2010 at 03:20:03AM -0500, Luciano Coelho wrote: static struct mtd_partition omap3beagle_nand_partitions[] = { @@ -163,12 +168,25 @@ static void __init beagle_display_init(void) #include

Re: [PATCH v2] omap: beagle: add support for wl1271 on the board file

2010-09-23 Thread Felipe Balbi
Hi Luca, On Thu, Sep 23, 2010 at 07:17:33AM -0500, Luciano Coelho wrote: On Thu, 2010-09-23 at 13:45 +0200, ext Felipe Balbi wrote: On Thu, Sep 23, 2010 at 03:20:03AM -0500, Luciano Coelho wrote: static struct mtd_partition omap3beagle_nand_partitions[] = { @@ -163,12 +168,25 @@ static void

Re: [PATCH v2] omap: beagle: add support for wl1271 on the board file

2010-09-23 Thread Luciano Coelho
On Thu, 2010-09-23 at 14:20 +0200, ext Felipe Balbi wrote: Hi Luca, On Thu, Sep 23, 2010 at 07:17:33AM -0500, Luciano Coelho wrote: On Thu, 2010-09-23 at 13:45 +0200, ext Felipe Balbi wrote: On Thu, Sep 23, 2010 at 03:20:03AM -0500, Luciano Coelho wrote: static struct mtd_partition

Re: [PATCH v2] omap: beagle: add support for wl1271 on the board file

2010-09-23 Thread Felipe Balbi
Hi, On Thu, Sep 23, 2010 at 07:28:28AM -0500, Luciano Coelho wrote: Ah, I see. Thanks for the explanation. I guess we could do that in a separate patch. The zoom board file already uses this .irq element, so this patch would not be the appropriate place to change it. Is it okay if I deal

Re: [PATCH v2] omap: beagle: add support for wl1271 on the board file

2010-09-23 Thread Ohad Ben-Cohen
On Thu, Sep 23, 2010 at 2:20 PM, Felipe Balbi ba...@ti.com wrote: Hi Luca, On Thu, Sep 23, 2010 at 07:17:33AM -0500, Luciano Coelho wrote: On Thu, 2010-09-23 at 13:45 +0200, ext Felipe Balbi wrote: On Thu, Sep 23, 2010 at 03:20:03AM -0500, Luciano Coelho wrote: static struct mtd_partition

Re: [PATCH v2] omap: beagle: add support for wl1271 on the board file

2010-09-23 Thread Felipe Balbi
Hi, On Thu, Sep 23, 2010 at 07:46:33AM -0500, Ohad Ben-Cohen wrote: irq = platform_get_irq(pdev, 0); only problem is that there is no platform device involved here :) heh, I thought the omap_beagle_vwlan_device was it, but it's only for the regulator :-p nevermind. -- balbi -- To

Re: [PATCH v2] omap: beagle: add support for wl1271 on the board file

2010-09-23 Thread Luciano Coelho
On Thu, 2010-09-23 at 14:03 +0200, ext Robert Nelson wrote: On Thu, Sep 23, 2010 at 5:30 AM, Grazvydas Ignotas nota...@gmail.com wrote: On Thu, Sep 23, 2010 at 11:20 AM, Luciano Coelho luciano.coe...@nokia.com wrote: Add board configuration for the wl1271 daughter board. This patch is

Re: [PATCH v2] omap: beagle: add support for wl1271 on the board file

2010-09-23 Thread Robert Nelson
On Thu, Sep 23, 2010 at 7:52 AM, Luciano Coelho luciano.coe...@nokia.com wrote: On Thu, 2010-09-23 at 14:03 +0200, ext Robert Nelson wrote: On Thu, Sep 23, 2010 at 5:30 AM, Grazvydas Ignotas nota...@gmail.com wrote: On Thu, Sep 23, 2010 at 11:20 AM, Luciano Coelho luciano.coe...@nokia.com

Re: [PATCH v2] omap: beagle: add support for wl1271 on the board file

2010-09-23 Thread Luciano Coelho
On Thu, 2010-09-23 at 15:42 +0200, ext Robert Nelson wrote: On Thu, Sep 23, 2010 at 7:52 AM, Luciano Coelho luciano.coe...@nokia.com wrote: On Thu, 2010-09-23 at 14:03 +0200, ext Robert Nelson wrote: On Thu, Sep 23, 2010 at 5:30 AM, Grazvydas Ignotas nota...@gmail.com wrote: On Thu,