RE: [PATCH v4] ARM: davinci: AM18x: Add wl1271/wlan support

2011-09-01 Thread Nori, Sekhar
On Thu, Aug 04, 2011 at 13:21:23, Ido Yariv wrote: The wl1271 daughter card for AM18x EVMs is a combo wireless connectivity add-on card, based on the LS Research TiWi module with Texas Instruments' wl1271 solution. It is a 4-wire, 1.8V, embedded SDIO WLAN device with an external IRQ line and

[PATCH v4] ARM: davinci: AM18x: Add wl1271/wlan support

2011-08-04 Thread Ido Yariv
The wl1271 daughter card for AM18x EVMs is a combo wireless connectivity add-on card, based on the LS Research TiWi module with Texas Instruments' wl1271 solution. It is a 4-wire, 1.8V, embedded SDIO WLAN device with an external IRQ line and is power-controlled by a GPIO-based fixed regulator.

Re: [PATCH v4] ARM: davinci: AM18x: Add wl1271/wlan support

2011-08-04 Thread Jaya Kumar
On Thu, Aug 4, 2011 at 3:51 PM, Ido Yariv i...@wizery.com wrote: +static __init int da850_wl12xx_init(void) +{ +       int ret; + +       ret = davinci_cfg_reg_list(da850_wl12xx_pins); +       if (ret) { +               pr_err(wl12xx/mmc mux setup failed: %d\n, ret); +               goto

Re: [PATCH v4] ARM: davinci: AM18x: Add wl1271/wlan support

2011-08-04 Thread Ido Yariv
Hi Jaya, On Thu, Aug 04, 2011 at 04:40:01PM +0800, Jaya Kumar wrote: Hi Ido, A quick question for my own understanding. What's the mechanism by which wl12xx is bound with above. I see above wl12xx_set_platform_data but I didn't see something like .name = wl1271 or dev_name that comes in