Re: ttyO2 broken on IGEPv2 on 3.3, 3.4-rc5 or arm-soc/for-next, working on 3.2

2012-10-06 Thread Enric Balletbò i Serra
2012/10/5 Javier Martinez Canillas martinez.jav...@gmail.com: On Fri, Oct 5, 2012 at 10:10 AM, Thomas Petazzoni thomas.petazz...@free-electrons.com wrote: On Fri, 5 Oct 2012 09:32:07 +0200, Javier Martinez Canillas wrote: As Enric said, u-boot has SPL and NAND support for IGEP since

Re: [PATCH] arm: igep0020: Specify the VPLL2 regulator unconditionally

2012-04-27 Thread Enric Balletbò i Serra
2012/4/23 Laurent Pinchart laurent.pinch...@ideasonboard.com: The supply is connected to the DSS DO-D5 pins and is thus needed for both serial and parallel display interfaces on the igep0030 as well as the igep0020. If the igep0030 module isn't connected to a display, no DSI or DPI display

Re: [RESEND PATCH 1/2] ARM: OMAP2+: nand: Make board_onenand_init() visible to board code

2012-04-25 Thread Enric Balletbò i Serra
2012/4/4 Javier Martinez Canillas jav...@dowhile0.org: board_onenand_init() and board_nand_init() initialization functions are used to initialize OneNAND and NAND memories respectively. But only board_nand_init() was visible to be used from board code. This patch makes possible to initialize a

Re: [RESEND PATCH 2/2] OMAP3: igep0020: Add support for Micron NAND Flash storage memory

2012-04-25 Thread Enric Balletbò i Serra
2012/4/4 Javier Martinez Canillas jav...@dowhile0.org: IGEP-based boards can have two different flash memories, a OneNAND or a NAND device. The boot configuration pins (sys_boot) are used to specify which memory is available. Also, this patch removes unnecesary code for registering the

Re: [PATCHv2 14/15] OMAP: Panda, Beagle, Overo: DVI: Add i2c_bus_num

2011-09-12 Thread Enric Balletbò i Serra
2011/9/12 Tomi Valkeinen tomi.valkei...@ti.com: Add i2c bus number for DVI output. The driver uses this to detect if a panel is connected and to read EDID. Signed-off-by: Tomi Valkeinen tomi.valkei...@ti.com ---  arch/arm/mach-omap2/board-omap3beagle.c |    1 +  

Re: [PATCHv2 14/15] OMAP: Panda, Beagle, Overo: DVI: Add i2c_bus_num

2011-09-12 Thread Enric Balletbò i Serra
2011/9/12 Tomi Valkeinen tomi.valkei...@ti.com: On Mon, 2011-09-12 at 11:58 +0200, Enric Balletbò i Serra wrote: 2011/9/12 Tomi Valkeinen tomi.valkei...@ti.com: Add i2c bus number for DVI output. The driver uses this to detect if a panel is connected and to read EDID. Signed-off-by: Tomi

USB Ethernet gadget doesn't work with DM3730

2011-07-14 Thread Enric Balletbò i Serra
Hi all, Playing with USB ethernet gadget on IGEP boards with mainline kernel (Linux 3.0.0-rc7) I observed one strange behavior. The ethernet gadget works with one board with OMAP3530 but it doesn't with another one with DM3730. The log looks like this: root@igep00x0:~# modprobe g_ether [

Re: [RESEND PATCH 1/4] omap: igep0020: name refactoring for future merge with IGEP3

2011-05-17 Thread Enric Balletbò i Serra
Hi, 2011/5/17 Tony Lindgren t...@atomide.com: * Enric Balletbò i Serra eballe...@gmail.com [110516 10:11]: Hi Mike, The only comment I wanted to do is maybe I prefer rename the board-igep0020 to board-igep00x0 to be more generic. Apart from this these patch series looks good for me and has

Re: [RESEND PATCH 1/4] omap: igep0020: name refactoring for future merge with IGEP3

2011-05-16 Thread Enric Balletbò i Serra
Hi Mike, The only comment I wanted to do is maybe I prefer rename the board-igep0020 to board-igep00x0 to be more generic. Apart from this these patch series looks good for me and has my ack. Thanks. 2011/5/12 Mike Rapoport m...@compulab.co.il: IGEP2 and IGEP3 boards are very similar and can be

Re: [RESEND PATCH 3/4] omap: igep0020: add support for IGEP3

2011-05-16 Thread Enric Balletbò i Serra
2011/5/12 Mike Rapoport m...@compulab.co.il: Add IGEP3 machine support to board-igep0020 Signed-off-by: Mike Rapoport m...@compulab.co.il ---  arch/arm/mach-omap2/board-igep0020.c |  103 ++  1 files changed, 80 insertions(+), 23 deletions(-) diff --git

Re: [RESEND PATCH 2/4] omap: igep0020: minor refactoring

2011-05-16 Thread Enric Balletbò i Serra
2011/5/15 Arnd Bergmann a...@arndb.de: On Sunday 15 May 2011, m...@compulab.co.il wrote: We can keep all the data structures that differ between IGEP2 and IGEP3. However, this significantly reduces the benifit of the series. There's already code in the IGEP2 that differentiates between HW

Re: [RESEND PATCH 4/4] omap: drop board-igep0030.c

2011-05-16 Thread Enric Balletbò i Serra
2011/5/12 Mike Rapoport m...@compulab.co.il: since it is merged into board-igep0020.c Signed-off-by: Mike Rapoport m...@compulab.co.il ---  arch/arm/mach-omap2/Kconfig          |    1 +  arch/arm/mach-omap2/Makefile         |    2 -  arch/arm/mach-omap2/board-igep0030.c |  438

Re: [RESEND PATCH 0/4] omap: merge IGEP v2 and v3

2011-05-13 Thread Enric Balletbò i Serra
Hi Mike, 2011/5/12 Mike Rapoport m...@compulab.co.il: Hi Tony, I'm resending this with the correct arm-linux mailing list cc'ed.. Just discard the first set, sorry for the noise... This is yet another attempt to reduce code duplication in the board files :) Only build tested, since I don't

Re: [RFC] About ARM expansion boards and others things

2011-05-04 Thread Enric Balletbò i Serra
2011/5/4 Vladimir Pantelic vlado...@gmail.com: Enric Balletbò i Serra wrote: Hi guys, I'm thinking probably in a crazy idea, I hope someone can help me or kill definitely this idea from my mind. I'll explain a little more, the real problem is I don't know how to add support

Re: [RFC] About ARM expansion boards and others things

2011-05-04 Thread Enric Balletbò i Serra
2011/5/4 Igor Grinberg grinb...@compulab.co.il: On 05/03/11 20:25, Enric Balletbò i Serra wrote: Hi guys, I'm thinking probably in a crazy idea, I hope someone can help me or kill definitely this idea from my mind. This is not that crazy as you think it is... I'll explain a little more

[RFC] About ARM expansion boards and others things

2011-05-03 Thread Enric Balletbò i Serra
Hi guys, I'm thinking probably in a crazy idea, I hope someone can help me or kill definitely this idea from my mind. I'll explain a little more, the real problem is I don't know how to add support for an expansion board for IGEP v2 board. I see most of boards adds the support inside the

omap: USB host disconnects connecting a device through USB HUB

2011-04-07 Thread Enric Balletbò i Serra
with the USB HUB connected to the USB Host port and the device connected to the USB hub. 2. if after kernel is up, connect the USB HUB + device to the USB Host port Anyone is experimenting something like this with other OMAP3-based boards ? Regards, Enric Balletbò i Serra -- To unsubscribe

Re: omap: USB host disconnects connecting a device through USB HUB

2011-04-07 Thread Enric Balletbò i Serra
Hi, 2011/4/7 Alan Stern st...@rowland.harvard.edu: On Thu, 7 Apr 2011, Enric Balletbò i Serra wrote: Hi all, I'm experimenting some issues with USB on IGEP v2 board, in certain cases I've an USB disconnect when I plug a device. For me it fails with kernel 2.6.35 but I think it also affect

Re: [REPOST][PATCH] Fix IGEPv2 second MMC channel power supply

2010-12-14 Thread Enric Balletbò i Serra
2010/12/13 Tony Lindgren t...@atomide.com: * Enric Balletbò i Serra eballe...@gmail.com [101213 08:47]: Tony, please can this patch be included before 2.6.37 ? Without this patch the wifi module on IGEP v2 board not works. Sorry it's too much for the -rc series. For the -rc series the fixes

Re: [PATCH 1/2] omap3: igepv2: Don't call gpio_set_value right after gpio_direction_output

2010-12-13 Thread Enric Balletbò i Serra
2010/12/12 Laurent Pinchart laurent.pinch...@ideasonboard.com: gpio_direction_output() has a value argument, there's no need to call gpio_set_value() explicitly right after. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com ---  arch/arm/mach-omap2/board-igep0020.c |   20

Re: [PATCH 2/2] omap3: igepv2: LED gpio-led:green:d1 is active low

2010-12-13 Thread Enric Balletbò i Serra
2010/12/12 Laurent Pinchart laurent.pinch...@ideasonboard.com: Make sure the LED is turned off at boot time, and configure the GPIO LED device as active low. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com ---  arch/arm/mach-omap2/board-igep0020.c |    3 ++-  1 files

Re: [REPOST][PATCH] Fix IGEPv2 second MMC channel power supply

2010-12-13 Thread Enric Balletbò i Serra
Hi all, 2010/12/4 Marc Zyngier m...@misterjones.org: Commit 72f381ba056 (omap3: Remove VMMC2 regulator on IGEP v2) removed an unused regulator entry, but left the second MMC channel (used by the Libertas WLAN module) without link to power regulator. This causes the SDIO module to fail being

Re: [PATCH] Fix IGEPv2 second MMC channel power supply

2010-11-15 Thread Enric Balletbò i Serra
Hi, 2010/11/14 Marc Zyngier m...@misterjones.org: On Sun, 14 Nov 2010 19:11:46 +0100 Enric Balletbò i Serra eballe...@gmail.com wrote: Why we need to define an unexistent regulator in board file ? This should not be done enabling the CONFIG_DUMMY_REGULATOR in your kernel configuration

Re: [PATCH] Fix IGEPv2 second MMC channel power supply

2010-11-14 Thread Enric Balletbò i Serra
2010/11/14 Felipe Balbi m...@felipebalbi.com: Hi, On Sun, 14 Nov 2010 11:34:12 +, Marc Zyngier m...@misterjones.org wrote: @@ -272,8 +273,8 @@ static struct regulator_init_data igep2_vmmc1 = {                                       | REGULATOR_CHANGE_MODE                                  

USB Ethernet gadget seems doesn't work with current mainline

2010-11-05 Thread Enric Balletbò i Serra
Hello all, With current mainline and stable 2.6.35.y branch I've some strange features with USB ethernet gadget ... r...@igep0020:~# uname -a Linux igep0020 2.6.37-rc1+ #1 Fri Nov 5 09:22:53 CET 2010 armv7l unknown unknown GNU/Linux r...@igep0020:~# ifconfig usb0 Link

Re: USB Ethernet gadget seems doesn't work with current mainline

2010-11-05 Thread Enric Balletbò i Serra
Hi, 2010/11/5 Ming Lei tom.leim...@gmail.com: 2010/11/5 Grazvydas Ignotas nota...@gmail.com: hi, On Fri, Nov 5, 2010 at 10:39 AM, Enric Balletbò i Serra eballe...@gmail.com wrote: Hello all, With current mainline and stable 2.6.35.y branch I've some strange features with USB ethernet

Re: [PATCH 0/2] mmc: omap_hsmmc: support SDIO cards (#2)

2010-10-29 Thread Enric Balletbò i Serra
Hi all, 2010/10/10 Mike Rapoport m...@compulab.co.il: Hi Madhu, Madhusudhan wrote: -Original Message- From: Steve Sakoman [mailto:sako...@gmail.com] Sent: Thursday, October 07, 2010 8:57 AM To: Mike Rapoport Cc: Madhusudhan Chikkature; David Vrabel; Chris Ball; linux-

How to add an expansion board on IGEP v2 board.

2010-10-27 Thread Enric Balletbò i Serra
Hello all, I would ask some technical questions, maybe someone can help me. I would add support for a new expansion board for IGEP v2 board, The expansion board comes with a EEPROM, the EEPROM is used to identify the expansion board, my idea is create a new file for expansion board (

Add new omap_dss_device after dss_device_registration

2010-10-27 Thread Enric Balletbò i Serra
Hello all, Can I add a new omap_dss_device after dss_device registration ? Something like add_new_omap_dss_device(lcd_device) or similar ? On IGEP v2 we register only igep2_dvi_device as dss_device, We want to add a new dss_device (igep2_lcd_device) after dss registration. Is it possible ? For

Re: [PATCH] omap3: Add minimal OMAP3 IGEP module support.

2010-10-02 Thread Enric Balletbò i Serra
2010/10/2 Tony Lindgren t...@atomide.com: * Enric Balletbo i Serra eballe...@gmail.com [101001 15:18]: The OMAP3 IGEP module is a low-power, high performance production-ready system-on-module (SOM) based on TI's OMAP3 family. Looks OK to me, but also looks like you're missing the uncompress.h

Re: [PATCHv3 1/6] omap3: Add external VBUS power switch and overcurrent detect on IGEP v2 board.

2010-10-02 Thread Enric Balletbò i Serra
2010/10/2 David Cohen david.co...@nokia.com: Hi, On Fri, Oct 01, 2010 at 11:09:04PM +0200, ext Enric Balletbo i Serra wrote: GPIO for various devices are missing from the board initialization. This patch adds support for the VBUS and over current gpios.  Without this patch, input/outputs

Re: musb_hdrc: usb_disconnect is not called when the USB device is disconnected.

2010-07-14 Thread Enric Balletbò i Serra
2010/7/14 Gadiyar, Anand gadi...@ti.com: Enric Balletbò i Serra Hello, When I disconnect an USB pendrive using twl4030 otg as host (step 2) the usb_disconnect function is not called. OTOH if I reconnect the device (step 3), then the usb_disconnect function is called. Does anyone have any

Re: Possible bug in onenand_base ?

2010-07-12 Thread Enric Balletbò i Serra
Hello, 2010/7/8 Artem Bityutskiy dedeki...@gmail.com: On Thu, 2010-07-08 at 12:11 +0200, Enric Balletbò i Serra wrote: Hello, 2010/7/8 Artem Bityutskiy dedeki...@gmail.com: On Thu, 2010-07-08 at 11:55 +0200, Enric Balletbò i Serra wrote: Hello, I made new tests regarding this issue

musb_hdrc: usb_disconnect is not called when the USB device is disconnected.

2010-07-12 Thread Enric Balletbò i Serra
Hello, When I disconnect an USB pendrive using twl4030 otg as host (step 2) the usb_disconnect function is not called. OTOH if I reconnect the device (step 3), then the usb_disconnect function is called. Does anyone have any ideas why usb_disconnect is not called when the device is removed?

Re: Possible bug in onenand_base ?

2010-07-08 Thread Enric Balletbò i Serra
at : checking... compare failed. seed 1804289383 Byte 0x1 is 5a should be da Byte 0x3 is 82 should be 92 (...) I suspect currently OneNAND with 2 planes is broken. Someone with this type of device can try these tests ? Thanks in advance, Enric 2010/5/12 Enric Balletbò i Serra

Re: Possible bug in onenand_base ?

2010-07-08 Thread Enric Balletbò i Serra
Hello, 2010/7/8 Artem Bityutskiy dedeki...@gmail.com: On Thu, 2010-07-08 at 11:55 +0200, Enric Balletbò i Serra wrote: Hello, I made new tests regarding this issue. Looks like the problem is reading from the OneNAND device. Did you try older kernel and then bisecting who is responsible

mtd_pagetest fails with omap2 OneNAND driver

2010-07-07 Thread Enric Balletbò i Serra
Hello, I need some help to understand what is wrong, maybe someone can help me. I'm running an OMAP3-based board with a OneNAND from Numonyx, the problem is some mtd tests fails. An example is the mtd_pagetest, the erase test fails. [ 937.885925] mtd_pagetest: erasetest [ 937.889434]

Re: Possible bug in onenand_base ?

2010-05-12 Thread Enric Balletbò i Serra
' ? Sorry if this is a trivial question but I'm not sure about DDP and '2 plane' concepts. Are the same ? Cheers, Enric 2010/5/6 Enric Balletbò i Serra eballe...@gmail.com: Hi, 2010/5/6 Kyungmin Park kmp...@infradead.org: Hi, What's your chip version? maybe some mis-probe it seems to be probed

Re: Possible bug in onenand_base ?

2010-05-12 Thread Enric Balletbò i Serra
I answer to myself. DDP (dual die plane) not implies 'ONENAND_HAS_2PLANE'. A device with a single die can also have '2 planes'. I'm right ? Sorry for these newbie questions, I'm just introducing to OneNAND devices. Cheers, Enric 2010/5/12 Enric Balletbò i Serra eballe...@gmail.com: Hello

Re: Possible bug in onenand_base ?

2010-05-06 Thread Enric Balletbò i Serra
- onenand_addr(this, block) this-page_shift is same as '(addr this-page_shift) this-page_mask'. Looks like page number is wrong ? Cheers, Enric Thank you, Kyungmin Park On Fri, Apr 30, 2010 at 7:05 PM, Enric Balletbò i Serra eballe...@gmail.com wrote: Hello all, After commit

Possible bug in onenand_base ?

2010-04-30 Thread Enric Balletbò i Serra
Hello all, After commit 5988af2319781bc8e0ce418affec4e09cfa77907 (mtd: Flex-OneNAND support) the onenand support for my device is broken. Before this commit when I run the nandtest program all is ok --- # nandtest /dev/mtd3 ECC corrections: 0 ECC failures : 0 Bad blocks : 0 BBT blocks

Re: [PATCH RESEND] omap3: Fix EHCI port for IGEP v2 board.

2010-03-15 Thread Enric Balletbò i Serra
Hello, Felipe, sorry but I don't understand your questions,m maybe I'm missing something. All IGEP v2 boards uses USB1HS EHCI port. My mistake was suppose that port_mode[1] -- EHCI USB1HS but this is not correct, the EHCI USB1HS is port_mode[0]. This patch only fixes this. Best regards, Enric

Re: [PATCH RESEND] omap3: Fix EHCI port for IGEP v2 board.

2010-03-15 Thread Enric Balletbò i Serra
Hi, 2010/3/15 Felipe Balbi m...@felipebalbi.com: Hi, please don't top-post. Read more at [1]. Sorry is there a IGEP v1 board available ? Are there any developers around using it ? If true, you should try to be backwards compatible. Yes, IGEP v1 is available but it's a different platform

OMAPFB: cannot parse default modes

2010-03-04 Thread Enric Balletbò i Serra
Hello, Testing the Linux Omap master branch on IGEP v2 board I get this feature [ 17.565155] omapfb omapfb: cannot parse default modes My kernel command line is something like '.. omapfb.mode=dvi:1280x720mr...@60' which works without problems with latest 2.6.33-rc8. Any idea about this ?

Re: OMAPFB: cannot parse default modes

2010-03-04 Thread Enric Balletbò i Serra
For me also works, thanks Best regards, Enric 2010/3/4 Tomi Valkeinen tomi.valkei...@nokia.com: On Thu, 2010-03-04 at 16:25 +0100, ext Enric Balletbò i Serra wrote: Hello, Testing the Linux Omap master branch on IGEP v2 board I get this feature [   17.565155] omapfb omapfb: cannot parse

Re: Question about omap_hsmmc driver

2010-01-07 Thread Enric Balletbò i Serra
be due to negotiation of voltage. I would look at these things first. Regards, Madhu From: Enric Balletbò i Serra [mailto:eballe...@gmail.com] Sent: Tuesday, January 05, 2010 10:44 AM To: linux-omap@vger.kernel.org; madhu...@ti.com Subject: Question

Question about omap_hsmmc driver

2010-01-05 Thread Enric Balletbò i Serra
Hi all, I'm having problems trying to run the SDIO WLAN module on my IGEP v2 board using the latest omap kernel (2.6.33-rc2). The SDIO WLAN module is connected to the MMC2 using 4 wires. With an older kernel ( 2.6.28 ) works fine but the same configuration with 2.6.33-rc2 do not detect the SDIO

Re: [PATCH (for-next)] ASoC: Add support for IGEP v2

2009-11-18 Thread Enric Balletbò i Serra
This part isn't relevant to ASoC. Shouldn't it go separately through linux-omap? It could possibly get folded into the patch adding this board support in the first place. - Anand Oops, sorry is a mistake I will resend the patch without this. Thanks, Enric 2009/11/18 Gadiyar, Anand

Doubts around SoC audio on omap3

2009-11-16 Thread Enric Balletbò i Serra
Hi all, I would like to add support for SoC audio on the IGEP v2 board but I have some doubts about how to do. As I have seen in the source code, the SoC driver for IGEP should be the same as omap3evm, overo and cm-t35. So, is better to use the solution adopted by the board CM-T35 or add a

Re: [PATCH] ARM: OMAP3: Add support for the IGEP v2 board (rev B)

2009-10-14 Thread Enric Balletbò i Serra
Ok, I will resubmit in few minuts Thanks, Enric 2009/10/13 Tony Lindgren t...@atomide.com: * Enric Balletbò i Serra eballe...@gmail.com [091009 09:18]:   This patch adds minimal IGEP v2 support. Can you please move the defconfig into a separate patch when you resubmit? It makes it easier

[PATCH 1/2] ARM: OMAP3: Add support for the IGEP v2 board (rev B)

2009-10-14 Thread Enric Balletbò i Serra
This patch adds minimal IGEP v2 support. The IGEP v2 board is a low-cost, fan-less and industrial temperature range single board computer that unleashes laptop-like performance and expandability without the bulk, expense, or noise of typical desktop machines. Its architecture shares much in

[PATCH 2/2] ARM: OMAP3: IGEP-v2: Add defconfig

2009-10-14 Thread Enric Balletbò i Serra
Signed-off-by: Enric Balletbo i Serra eballe...@iseebcn.com --- arch/arm/configs/igep0020_defconfig | 1432 +++ 1 files changed, 1432 insertions(+), 0 deletions(-) create mode 100644 arch/arm/configs/igep0020_defconfig diff --git

Re: [PATCH] ARM: OMAP3: Add support for the IGEP v2 board (rev B)

2009-10-13 Thread Enric Balletbò i Serra
: www.igep-platform.com Regards, Enric 2009/10/10 Nishanth Menon n...@ti.com: Hi, Thanks for the patch.. a few minor comments follow from a read through.. Enric Balletbò i Serra had written, on 10/09/2009 10:59 AM, the following:  This patch adds minimal IGEP v2 support. could you add more

[PATCH v2] ARM: OMAP3: Add support for the IGEP v2 board (rev B)

2009-10-13 Thread Enric Balletbò i Serra
This patch adds minimal IGEP v2 support. The IGEP v2 board is a low-cost, fan-less and industrial temperature range single board computer that unleashes laptop-like performance and expandability without the bulk, expense, or noise of typical desktop machines. Its architecture shares much in

How to add suport for new ARM board IGEP0020

2009-10-09 Thread Enric Balletbò i Serra
Hi all,   I'm a newbie and I have some questions. What is the procedure to publish our patches to add support for a new OMAP3 based board ? Can I send the patches to this list ?   Thanks in advance, Enric -- To unsubscribe from this list: send the line unsubscribe linux-omap in

[PATCH] ARM: OMAP3: Add support for the IGEP v2 board (rev B)

2009-10-09 Thread Enric Balletbò i Serra
This patch adds minimal IGEP v2 support. Signed-off-by: Enric Balletbo i Serra eballe...@iseebcn.com --- arch/arm/configs/igep0020_defconfig | 1443 ++ arch/arm/mach-omap2/Kconfig |4 + arch/arm/mach-omap2/Makefile |2 +