RE: [PATCH v3] davinci: Add wl1271/wlan support for AM18x

2011-08-03 Thread Nori, Sekhar
Hi Ido, On Fri, Jul 29, 2011 at 02:22:53, 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

Re: [PATCH v3] davinci: Add wl1271/wlan support for AM18x

2011-07-29 Thread Troy Kisky
On 7/28/2011 3:06 PM, Ido Yariv wrote: Hi Troy, On Thu, Jul 28, 2011 at 02:15:41PM -0700, Troy Kisky wrote: + if (power_on) { + /* Power up sequence required for wl127x devices */ + gpio_set_value(DA850_WLAN_EN, 1); + usleep_range(15000, 15000); +

[PATCH v3] davinci: Add wl1271/wlan support for AM18x

2011-07-28 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 v3] davinci: Add wl1271/wlan support for AM18x

2011-07-28 Thread Troy Kisky
On 7/28/2011 1:52 PM, 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 is

Re: [PATCH v3] davinci: Add wl1271/wlan support for AM18x

2011-07-28 Thread Ido Yariv
Hi Troy, On Thu, Jul 28, 2011 at 02:15:41PM -0700, Troy Kisky wrote: + if (power_on) { + /* Power up sequence required for wl127x devices */ + gpio_set_value(DA850_WLAN_EN, 1); + usleep_range(15000, 15000); + gpio_set_value(DA850_WLAN_EN, 0);