[PATCH 3/6] omap3: Introduce function to detect the IGEP v2 hardware revision.

2010-09-25 Thread Enric Balletbo i Serra
Signed-off-by: Enric Balletbo i Serra --- arch/arm/mach-omap2/board-igep0020.c | 47 ++ 1 files changed, 47 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-igep0020.c b/arch/arm/mach-omap2/board-igep0020.c index 9f25d0d..a386425 100644 ---

[PATCH 5/6] omap3: Add i2c eeprom driver to read EDID on IGEP v2.

2010-09-25 Thread Enric Balletbo i Serra
Add i2c eeprom driver to access monitor EDID binary information from user space, something that is required by 'decode-edid' and 'parse-edid'. Signed-off-by: Enric Balletbo i Serra --- arch/arm/mach-omap2/board-igep0020.c | 24 +--- 1 files changed, 17 insertions(+), 7 dele

[PATCH 0/0] omap3: omap3: Various fixes and improvements for IGEP v2 board.

2010-09-25 Thread Enric Balletbo i Serra
Hello, I just sent these patch series to linux-omap upstream. These patch series fixes and improves the support for IGEP v2 board and I think could be interesting to include in Maverick and linaro 2.6.35. Please consider to add, thanks. Kind regards, Enric arch/arm/mach-omap2/board-igep0020.c

[PATCH 4/6] omap3: Fix handling some GPIO's for WLAN-BT combo on IGEP v2.

2010-09-25 Thread Enric Balletbo i Serra
Some GPIO's used by WLAN-BT combo on IGEP v2 depends on hardware revision. This patch handles these GPIO's. -- | Hw Rev. | WIFI_NPD | WIFI_NRESET | BT_NRESET | -- | B

[PATCH 2/6] omap3: fix and improve the LED handling on IGEP v2 board.

2010-09-25 Thread Enric Balletbo i Serra
The IGEP v2 board has four leds, this patch allows control all of these LEDs using the LED class if CONFIG_LEDS_GPIO is selected or using the General Purpose Input/Output (GPIO) interface if CONFIG_LEDS_GPIO is not selected. Signed-off-by: Enric Balletbo i Serra --- arch/arm/mach-omap2/board-ige

[PATCH 1/6] omap3: Add GPIO's for external VBUS power switch and overcurrent detect on IGEP v2 board.

2010-09-25 Thread Enric Balletbo i Serra
Signed-off-by: Enric Balletbo i Serra --- arch/arm/mach-omap2/board-igep0020.c | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-igep0020.c b/arch/arm/mach-omap2/board-igep0020.c index 175f043..1052a63 100644 --- a/arch/arm/mach-omap

[PATCH 6/6] omap3: Remove VMMC2 regulator on IGEP v2 because it's not used.

2010-09-25 Thread Enric Balletbo i Serra
Signed-off-by: Enric Balletbo i Serra --- arch/arm/mach-omap2/board-igep0020.c | 26 +++--- 1 files changed, 3 insertions(+), 23 deletions(-) diff --git a/arch/arm/mach-omap2/board-igep0020.c b/arch/arm/mach-omap2/board-igep0020.c index c5eaa43..fa450b1 100644 --- a/arch/a