Re: How to completely switch off LCD backlight

2011-02-06 Thread Gregoire Gentil
If you are not using it, put .reset_gpio = 96 in your board file for the DSS2 structure. Then echo 1/0 .../fb0/blank will do the trick to turn on/off your screen, Grégoire On Sun, 2011-02-06 at 21:53 +0400, Elvis Dowson wrote: Hi Grant, Thanks for the reply. On Feb 6,

[PATCH 0/5] AI TB: Always Innovating OMAP3-based Touch Book

2009-11-15 Thread Gregoire Gentil
This series adds support for the Always Innovating OMAP3-based Touch Book, Grégoire Gentil Gregoire Gentil (5): Defconfig file of the Always Innovating OMAP3-based Touch Book. Board file of the Always Innovating OMAP3-based Touch Book. Driver for the Freescale MMA7455L accelerometer

[PATCH 2/5] AI TB: Board file of the Always Innovating OMAP3-based Touch Book.

2009-11-15 Thread Gregoire Gentil
Board file of the Always Innovating OMAP3-based Touch Book. Signed-off-by: Gregoire Gentil grego...@gentil.com --- arch/arm/mach-omap2/board-omap3touchbook.c | 683 1 files changed, 683 insertions(+), 0 deletions(-) create mode 100644 arch/arm/mach-omap2/board

[PATCH 3/5] AI TB: Driver for the Freescale MMA7455L accelerometer

2009-11-15 Thread Gregoire Gentil
Driver for the Freescale MMA7455L accelerometer Signed-off-by: Gregoire Gentil grego...@gentil.com --- drivers/input/misc/Kconfig|9 + drivers/input/misc/Makefile |2 +- drivers/input/misc/mma7455l.c | 625 + include/linux/mma7455l.h

[PATCH 4/5] AI TB: Driver for the Always Innovating Touch Book keyboard.

2009-11-15 Thread Gregoire Gentil
Driver for the Always Innovating Touch Book keyboard. Signed-off-by: Gregoire Gentil grego...@gentil.com --- drivers/hid/Kconfig|7 + drivers/hid/Makefile |1 + drivers/hid/hid-alwaysinnovating.c | 262 drivers/hid/hid

[PATCH 5/5] AI TB: Additional modifications for the Always Innovating OMAP3-based Touch Book, including video and sound.

2009-11-15 Thread Gregoire Gentil
Additional modifications for the Always Innovating OMAP3-based Touch Book, including video and sound. Signed-off-by: Gregoire Gentil grego...@gentil.com --- arch/arm/mach-omap2/Kconfig |5 + arch/arm/mach-omap2/Makefile|2 + drivers/video/omap/lcd_omap3touchbook.c

Re: [PATCH 00/19] OMAP: DSS2: Intro

2009-11-15 Thread Gregoire Gentil
On Wed, 2009-10-07 at 11:57 +0300, Felipe Contreras wrote: On Wed, Sep 30, 2009 at 12:21 PM, Tomi Valkeinen tomi.valkei...@nokia.com wrote: Hi, Andrew, do you have time to check out the DSS2 driver? Or suggestions how should I proceed. I rebased DSS2 on top of today's linux-tree, and

[PATCH 2/8] AI TB: Board file of Always Innovating OMAP3-based Touch Book

2009-11-18 Thread Gregoire Gentil
Signed-off-by: Gregoire Gentil grego...@gentil.com --- arch/arm/mach-omap2/board-omap3touchbook.c | 683 1 files changed, 683 insertions(+), 0 deletions(-) create mode 100644 arch/arm/mach-omap2/board-omap3touchbook.c diff --git a/arch/arm/mach-omap2/board

[PATCH 7/8] AI TB: Video driver of Always Innovating OMAP3-based Touch Book

2009-11-18 Thread Gregoire Gentil
Signed-off-by: Gregoire Gentil grego...@gentil.com --- drivers/video/omap/lcd_omap3touchbook.c | 130 +++ 1 files changed, 130 insertions(+), 0 deletions(-) create mode 100644 drivers/video/omap/lcd_omap3touchbook.c diff --git a/drivers/video/omap/lcd_omap3touchbook.c

[PATCH 0/8] AI TB: Always Innovating OMAP3-based Touch Book

2009-11-19 Thread Gregoire Gentil
This series adds support for Always Innovating OMAP3-based Touch Book. I also attach the patches as it seems that the last time, the indentation was screwed up by the mailer. Gregoire Gentil (8): defconfig file of Always Innovating OMAP3-based Touch Book Board file of Always Innovating

[PATCH 2/8] Board file of Always Innovating OMAP3-based Touch Book

2009-11-19 Thread Gregoire Gentil
Signed-off-by: Gregoire Gentil grego...@gentil.com --- arch/arm/mach-omap2/board-omap3touchbook.c | 683 1 files changed, 683 insertions(+), 0 deletions(-) create mode 100644 arch/arm/mach-omap2/board-omap3touchbook.c diff --git a/arch/arm/mach-omap2/board

[PATCH 3/8] Freescale MMA7455 accelerometer driver

2009-11-19 Thread Gregoire Gentil
Signed-off-by: Gregoire Gentil grego...@gentil.com --- drivers/input/misc/Kconfig|9 + drivers/input/misc/Makefile |2 +- drivers/input/misc/mma7455l.c | 626 + include/linux/mma7455l.h | 11 + 4 files changed, 647 insertions(+), 1

[PATCH 4/8] Driver for Always Innovating OMAP3-based Touch Book keyboard

2009-11-19 Thread Gregoire Gentil
Signed-off-by: Gregoire Gentil grego...@gentil.com --- drivers/hid/Kconfig|7 +++ drivers/hid/Makefile |1 + drivers/hid/hid-core.c |1 + drivers/hid/hid-ids.h |3 +++ 4 files changed, 12 insertions(+), 0 deletions(-) diff --git a/drivers/hid/Kconfig b/drivers/hid

[PATCH 5/8] HID file for Always Innovating OMAP3-based Touch Book keyboard

2009-11-19 Thread Gregoire Gentil
Signed-off-by: Gregoire Gentil grego...@gentil.com --- drivers/hid/hid-alwaysinnovating.c | 262 1 files changed, 262 insertions(+), 0 deletions(-) create mode 100644 drivers/hid/hid-alwaysinnovating.c diff --git a/drivers/hid/hid-alwaysinnovating.c b

[PATCH 6/8] Audio driver of Always Innovating OMAP3-based Touch Book

2009-11-19 Thread Gregoire Gentil
Signed-off-by: Gregoire Gentil grego...@gentil.com --- sound/soc/omap/Kconfig |8 ++ sound/soc/omap/Makefile |2 + sound/soc/omap/omap3touchbook.c | 211 +++ 3 files changed, 221 insertions(+), 0 deletions(-) create mode 100644 sound

[PATCH 8/8] Additional file for Always Innovating OMAP3-based Touch Book

2009-11-19 Thread Gregoire Gentil
Signed-off-by: Gregoire Gentil grego...@gentil.com --- arch/arm/mach-omap2/Kconfig |5 + arch/arm/mach-omap2/Makefile |2 ++ 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 034d990..6d32d1b 100644

[PATCH 7/8] Video driver of Always Innovating OMAP3-based Touch Book

2009-11-19 Thread Gregoire Gentil
Signed-off-by: Gregoire Gentil grego...@gentil.com --- drivers/video/omap/lcd_omap3touchbook.c | 130 +++ 1 files changed, 130 insertions(+), 0 deletions(-) create mode 100644 drivers/video/omap/lcd_omap3touchbook.c diff --git a/drivers/video/omap

Re: McSPI3 on the BeagleBoard

2009-02-20 Thread Gregoire Gentil
configured the pins in kernel and it was not working. Only when I eventually did it in u-boot, it started to work. I don't know what's wrong with the pin configuration in the kernel, Grégoire On Thu, 2009-02-19 at 09:14 -0500, Philip Balister wrote: Gregoire Gentil wrote: Philip, Can you

YUV rotation support for DSS2 - 2.6.29 [WAS Re: Hello Tomi Valkeinen, I have some questions about dss2 driver.]

2009-04-06 Thread Gregoire Gentil
Tomi, Tim has patched your latest DSS2 2.6.29 git (master branch) to add support for YUV rotation. It has been successfully tested on the coming Touch Book, as well as the Beagleboard Rev B6 with the exception of the bug mentioned below. You may want to review this patch and perhaps integrate

Re: tidspbridge git repository

2009-04-26 Thread Gregoire Gentil
On Fri, 2009-03-27 at 09:50 -0700, Tony Lindgren wrote: * Ameya Palande ameya.pala...@nokia.com [090327 06:06]: Hi Tony, ext Tony Lindgren wrote: * ameya.pala...@nokia.com ameya.pala...@nokia.com [090323 00:42]: Hi Tony, I have collected latest patches for tidspbridge at:

Re: USB charging over TPS65950 BCI

2009-08-01 Thread Gregoire Gentil
On Fri, 2009-07-31 at 19:19 +0530, pramod gurav wrote: Hi All, I was trying to get the USB battery charging working over TPS65950 BCI on the OMAP3430 custom board. I am working with linux-omap-2.6 v2.6.28-omap1 tag. I enabled the TWL4030 MADC and TWL4030 BCI drivers. I passed interrupt

Re: [beagleboard] Re: USB EHCI problems

2009-08-15 Thread Gregoire Gentil
On the Touch Book (which has the same transceiver as Beagleboard), we experience a similar problem with high speed USB. I'm playing with those various options and patches but it's not working so far. I'm then very interested to get any help on this problem too. More documentation about Smart

Re: USB charging over TPS65950 BCI

2009-09-14 Thread Gregoire Gentil
. -- Thanks and Best Regards Pramod On Wed, Aug 5, 2009 at 9:48 PM, Gregoire Gentil grego...@gentil.com wrote: Hello, Any feed-back on the patch I sent? Have you tried it? Have you fixed your problem? Grégoire On Fri, 2009-07-31 at 23:41 -0700, Gregoire Gentil wrote: On Fri, 2009-07

Re: New project announcement: gst-dsp, with beagleboard demo image

2009-10-13 Thread Gregoire Gentil
It definitely seems to be a very nice effort that will be very useful to many projects. I will integrate on the Touch Book. Thanks, Grégoire On Tue, 2009-10-13 at 00:31 +0300, Felipe Contreras wrote: Hi, This is the first public release of gst-dsp; a native GStreamer plug-in to access Texas

Re: Beagleboard -XM and 32GB microSD card oddities

2011-06-30 Thread Gregoire Gentil
Is your card labeled SDHC or SDXC? Can you give the specs of your card? Have you tried on Pandaboard? Grégoire On Thu, 2011-06-30 at 10:50 +0100, Sid Boyce wrote: I'm not really looking for a solution, just supplying some information in case anyone is contemplating a 16GB card. Using

Re: Super Fast Linux Boot on BeagleBoard: 300 ms from boot loader to shell

2011-04-13 Thread Gregoire Gentil
First, if the kernel is pretty empty, what's the point of booting in 300ms? What's the business case? Secondly, there is no source on this page, no detailed paper about what are the optimizations in x-load and kernel. Bottom-line, I thought that the linux-omap mailing list was ad-free...