[PATCH 0/5] Panda: Support for WLAN on WL127x

2011-02-13 Thread panduranga_mallireddy
From: Panduranga Mallireddy panduranga_mallire...@ti.com Adding support for WLAN on Panda board using wl12xx and mac80211 drivers Patches were tested on Panda board. These patches add software control for emulating card detect events, add board configurations to support the wl127x device.

[PATCH 4/5] omap: panda: add mmc5/wl1271 device support

2011-02-13 Thread panduranga_mallireddy
From: Panduranga Mallireddy panduranga_mallire...@ti.com Add MMC5 support on PANDA, which has the wl1271 device hardwired to. The wl1271 is a 4-wire, 1.8V, embedded SDIO WLAN device with an external IRQ line, and power-controlled by a GPIO-based fixed regulator. Based on the patch for

[PATCH 3/5] omap: panda: add fixed regulator device for wlan

2011-02-13 Thread panduranga_mallireddy
From: Panduranga Mallireddy panduranga_mallire...@ti.com Add a fixed regulator vmmc device to enable power control of the wl1271 wlan device. Based on the patch for zoom by Ohad Ben-Cohen o...@wizery.com Signed-off-by: Panduranga Mallireddy panduranga_mallire...@ti.com ---

[PATCH 5/5] OMAP: hsmmc: Enable MMC4 and MMC5 on OMAP4 platforms

2011-02-13 Thread panduranga_mallireddy
From: Kishore Kadiyala kishore.kadiy...@ti.com OMAP4 supports up to 5 MMC controllers, but only 3 of these were initialized. MMC5 is used by wl12xx chip. So initialize MMC4 and MMC5. Signed-off-by: Kishore Kadiyala kishore.kadiy...@ti.com Signed-off-by: Panduranga Mallireddy

[PATCH 1/5] omap: panda: wlan board muxing

2011-02-13 Thread panduranga_mallireddy
From: Panduranga Mallireddy panduranga_mallire...@ti.com Add board muxing to support the wlan wl1271 chip that is hardwired to mmc5 (fifth mmc controller) on the PANDA. Based on the wlan board muxing for zoom3 by Ohad Ben-Cohen oh...@ti.com Signed-off-by: Panduranga Mallireddy

[PATCH 2/5] omap: select REGULATOR_FIXED_VOLTAGE by default for panda and sdp4430

2011-02-13 Thread panduranga_mallireddy
From: Panduranga Mallireddy panduranga_mallire...@ti.com Power to the wl12xx wlan device is controlled by a fixed regulator. Boards that have the wl12xx should select REGULATOR_FIXED_VOLTAGE. Signed-off-by: Panduranga Mallireddy panduranga_mallire...@ti.com --- arch/arm/mach-omap2/Kconfig |2