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

2011-02-15 Thread Panduranga Mallireddy
From: Kishore Kadiyala 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 Signed-off-by: Panduranga Mallireddy --- arch/arm/mach-omap2/hsmmc.c |5 + drivers/mmc/host

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

2011-02-15 Thread Panduranga Mallireddy
and MMC5 on OMAP4 platforms Panduranga Mallireddy (4): omap: panda: wlan board muxing omap: select REGULATOR_FIXED_VOLTAGE by default for panda and sdp4430 omap: panda: add fixed regulator device for wlan omap: panda: add mmc5/wl1271 device support arch/arm/mach-omap2/Kconfig

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

2011-02-15 Thread Panduranga Mallireddy
-by: Panduranga Mallireddy --- arch/arm/mach-omap2/board-omap4panda.c | 20 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-omap4panda.c b/arch/arm/mach-omap2/board-omap4panda.c index cd25255..ef43010 100644 --- a/arch/arm/mach-omap2

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

2011-02-15 Thread Panduranga Mallireddy
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 Signed-off-by: Panduranga Mallireddy --- arch/arm/mach-omap2/board-omap4panda.c | 34 1 files changed, 34 insertions(+), 0

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

2011-02-15 Thread Panduranga Mallireddy
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 Signed-off-by: Panduranga Mallireddy --- arch/arm/mach-omap2/board-omap4panda.c | 13 + 1 files changed, 13

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

2011-02-15 Thread Panduranga Mallireddy
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 --- arch/arm/mach-omap2/Kconfig |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach