Re: DSS2: Compilation Error on Git tree http://www.bat.org/~tomba/git/linux-omap-dss.git

2009-06-04 Thread Tomi Valkeinen
On Wed, 2009-06-03 at 16:07 +0200, ext Venkatesh, Subbu wrote: Hi Tomi, I did git pull to update my tree, later compiling code for LDP, I am getting compilation error as show below. I see that I am missing declaration of struct omap_dss_display_config in display.h file, could you please

Re: [PATCH] [MTD] [NAND] Add prefetch and dma support for omap2/3 NAND driver

2009-06-04 Thread vimal singh
On Wed, Jun 3, 2009 at 10:03 PM, Tony Lindgren t...@atomide.com wrote: * Singh, Vimal imceaex-_o=ti_ou=bd_cn=recipients_cn=x0094...@dlee86.itg.ti.com [090602 23:46]: On Wed, Jun 3, 2009 at 2:06 AM, Tony Lindgren t...@atomide.com wrote: * vimal singh vimalsi...@ti.com [090602 05:40]: This

Re: MUSB ISSUE on OMAP3530 with USB-2-Ethernet converter

2009-06-04 Thread Remith Ravi
Hi, Anybody had a chance to attend this issue? Any hint to solve the problem? The ASIX AX88772A USB2.0 Fast Ethernet Network Adapter Linux driver available in Asix website supports only upto Linux 2.6.26. I integrated that driver into the git kernel and tested it on the OMAP35xx dev board (EHCI

Re: MUSB ISSUE on OMAP3530 with USB-2-Ethernet converter

2009-06-04 Thread Felipe Balbi
On Thu, Jun 04, 2009 at 12:12:04PM +0200, ext Remith Ravi wrote: Hi, Anybody had a chance to attend this issue? Any hint to solve the problem? The ASIX AX88772A USB2.0 Fast Ethernet Network Adapter Linux driver available in Asix website supports only upto Linux 2.6.26. I integrated that

RE: [PATCH] OMAP3: PM: 2 new entries in SDRC table for Qimonda HYB18M512160AF-6

2009-06-04 Thread Nayak, Rajendra
Ok.. thanks. I just saw this missing in the PM branch and hence posted this. -Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Wednesday, June 03, 2009 6:06 AM To: Nayak, Rajendra Cc: linux-omap@vger.kernel.org Subject: Re: [PATCH] OMAP3: PM: 2 new entries in SDRC

DSP MMU Fault

2009-06-04 Thread Can Bal
Hi everyone, I'm implementing a code on DSP but at the time I do a memory allocation at the DSP side as: short *a; a = malloc(192); // (short*)malloc(192) does not work either But at this line I get the following error and DSP fails afterwards. Then I need to reboot until I can run the

[PATCH] DSPBRIDGE: Use GT_trace for CLk_Disable message

2009-06-04 Thread Ameya Palande
From: Ameya Palande ameya.pala...@nokia.com To reduce the unnecessary debug messages polluting the console, pr_err is replaced by GT_trace which provides finer control for the visibility of debug messages. Signed-off-by: Ameya Palande ameya.pala...@nokia.com ---

[PATCH] DSPBRIDGE: Compiler wanrning fix for unlocked_ioctl

2009-06-04 Thread Ameya Palande
From: Ameya Palande ameya.pala...@nokia.com Signed-off-by: Ameya Palande ameya.pala...@nokia.com --- drivers/dsp/bridge/rmgr/drv_interface.c |2 +- drivers/dsp/bridge/rmgr/drv_interface.h |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

RE: DSP MMU Fault

2009-06-04 Thread Kanigeri, Hari
Hi Can, Do you have any ideas why this might be happening and how to fix it? Thanks a lot. Most probably you might not have mapped the address 0x230674a0. Thank you, Best regards, Hari -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-

Re: LDP support

2009-06-04 Thread Imre Deak
On Thu, Jun 04, 2009 at 01:41:26AM +0200, ext Tony Lindgren wrote: * Russell King - ARM Linux li...@arm.linux.org.uk [090603 15:34]: On Thu, Jun 04, 2009 at 12:39:55AM +0300, Imre Deak wrote: I updated the omapfb-upstream branch on git://koowaldah.org/people/imre/linux-2.6-fb, if

Re: Question OMAP3 and PM

2009-06-04 Thread Kevin Hilman
Kevyn-Alexandre Paré kevyn.alexandre.p...@gmail.com writes: I'm interested in the PM branch latest and greatest that is working for the beagleboard and the omap3evm. I clone these git for master branch and compile and try without success.

Re: LDP support

2009-06-04 Thread Tony Lindgren
* Imre Deak imre.d...@nokia.com [090604 07:58]: On Thu, Jun 04, 2009 at 01:41:26AM +0200, ext Tony Lindgren wrote: * Russell King - ARM Linux li...@arm.linux.org.uk [090603 15:34]: On Thu, Jun 04, 2009 at 12:39:55AM +0300, Imre Deak wrote: I updated the omapfb-upstream branch on

Re: [PATCH] [MTD] [NAND] Add prefetch and dma support for omap2/3 NAND driver

2009-06-04 Thread Tony Lindgren
* vimal singh vimalsi...@ti.com [090604 02:34]: On Wed, Jun 3, 2009 at 10:03 PM, Tony Lindgren t...@atomide.com wrote: * Singh, Vimal imceaex-_o=ti_ou=bd_cn=recipients_cn=x0094...@dlee86.itg.ti.com [090602 23:46]: On Wed, Jun 3, 2009 at 2:06 AM, Tony Lindgren t...@atomide.com wrote: *

Re: [PATCH] OMAP2/3 Avoid GPIO pending irq status been set after irq_disable

2009-06-04 Thread Kevin Hilman
Wang Sawsd-A24013 cqw...@motorola.com writes: Kevin, See below for more comments/explanations: I still think there at least a couple different problems going on and I think you are addressing some symptoms but not the root cause. I understand that combine these two changes in one patch

RE: [PATCH] OMAP2/3 Avoid GPIO pending irq status been set after irq_disable

2009-06-04 Thread Wang Sawsd-A24013
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: 2009年6月5日 1:04 Dumb question: Why use level? Why not use falling edge for this? A good question, :-) We did use edge interrupt before, see the reason below. The issue is, after the touch driver

[PATCH 01/20] omapfb: Add support for the Apollon LCD

2009-06-04 Thread Imre Deak
From: Kyungmin Park kyungmin.p...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Signed-off-by: Imre Deak imre.d...@nokia.com --- drivers/video/omap/Makefile |2 + drivers/video/omap/lcd_apollon.c | 138 ++ 2 files changed, 140

[PATCH 03/20] N770: Enable LCD MIPI-DCS in Kconfig

2009-06-04 Thread Imre Deak
CC: linux-arm-ker...@lists.arm.linux.org.uk Signed-off-by: Imre Deak imre.d...@nokia.com --- arch/arm/configs/n770_defconfig |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/configs/n770_defconfig b/arch/arm/configs/n770_defconfig index 672f6db..a1657b7 100644

[PATCH 06/20] omapfb: Add support for the OMAP2EVM LCD

2009-06-04 Thread Imre Deak
From: arun c arun.edar...@gmail.com omap2evm LCD supports VGA and QVGA resolution, by default its in VGA mode. Signed-off-by: Arun C arunedar...@mistralsolutions.com Signed-off-by: Tony Lindgren t...@atomide.com Fixed-by: Jarkko Nikula jarkko.nik...@gmail.com Fixed-by: David Brownell

[PATCH 00/20] omapfb: Add support for new LCDs / misc fixes

2009-06-04 Thread Imre Deak
Hi, I'd like to ask for the merging of this patchset into Linus' tree. It adds support for new LCDs on OMAP based boards (01-12) and fixes generic parts of the omapfb driver (13-20). The changes have been staged in the Linux OMAP tree for quite a long time, so they should be safe to be merged.

[PATCH 02/20] omapfb: Add support for MIPI-DCS compatible LCDs

2009-06-04 Thread Imre Deak
Fixed-by: Mike Wege ext-mike.w...@nokia.com Fixed-by: Arnaud Patard arnaud.pat...@rtp-net.org Fixed-by: Timo Savola tsav...@movial.fi Fixed-by: Hiroshi DOYU hiroshi.d...@nokia.com Fixed-by: Trilok Soni soni.tri...@gmail.com Signed-off-by: Imre Deak imre.d...@solidboot.com Signed-off-by: Juha

[PATCH 08/20] omapfb: Add support for the OMAP3 EVM LCD

2009-06-04 Thread Imre Deak
From: Steve Sakoman st...@sakoman.com Add LCD support for OMAP3 EVM Backlight support by Arun C arunedar...@mistralsolutions.com Signed-off-by: Steve Sakoman st...@sakoman.com Acked-by: Syed Mohammed Khasim kha...@ti.com Signed-off-by: Tony Lindgren t...@atomide.com Fixed-by: Jarkko Nikula

[PATCH 05/20] omapfb: Add support for the 2430SDP LCD

2009-06-04 Thread Imre Deak
From: Hunyue Yau h...@mvista.com Add glue to control the 2430SDP LCD as a frame buffer device using the existing dispc.c driver under omapfb. Signed-off-by: Hunyue Yau h...@mvista.com Signed-off-by: Kevin Hilman khil...@mvista.com Signed-off-by: Tony Lindgren t...@atomide.com Fixed-by: Kevin

[PATCH 04/20] omapfb: Add support for the Amstrad Delta LCD

2009-06-04 Thread Imre Deak
From: Jonathan McDowell nood...@earth.li This is an updated version of the LCD driver for the Amstrad Delta to take into account the recent changes to the omapfb infrastructure. The Delta features a 480x320 12 bit DSTN panel. Signed-off-by: Jonathan McDowell nood...@earth.li Signed-off-by: Tony

[PATCH 14/20] omapfb: dispc: Disable iface clocks along with func clocks

2009-06-04 Thread Imre Deak
From: Jouni Hogander jouni.hogan...@nokia.com Leaving interface clocks enabled causes dss pwrdm to stay in active state when mpu is in active state. This fix puts dss to sleep state when it is not needed. Earlier version broke framebuffer on 24xx. This is fixed by enabling clocks before trying

[PATCH 12/20] omapfb: Add support for rotation on the Blizzard LCD ctrl

2009-06-04 Thread Imre Deak
From: Rodrigo Vivi rodrigo.v...@openbossa.org The LCD controller (EPSON S1D13744) supports rotation (0, 90, 180 and 270 degrees) on hardware just setting the bits 0 and 1 of 0x28 register (LCD Panel Configuration Register). Now it is possible to use this caps only setting the angle degree on var

[PATCH 10/20] omapfb: Add support for the Gumstix Overo LCD

2009-06-04 Thread Imre Deak
From: Steve Sakoman st...@sakoman.com Signed-off-by: Steve Sakoman st...@sakoman.com Signed-off-by: Tony Lindgren t...@atomide.com Signed-off-by: Imre Deak imre.d...@nokia.com --- drivers/video/omap/Kconfig | 21 + drivers/video/omap/Makefile|1 + drivers/video/omap/lcd_overo.c

[PATCH 13/20] omapfb: dispc: Various typo fixes

2009-06-04 Thread Imre Deak
- value and register offset was swapped in a dispc write - DISPC_CONTROL register was used instead of DISPC_SYSCONFIG - FIFO size bit field had incorrect length for OMAP3 Signed-off-by: Tony Lindgren t...@atomide.com Fixed-by: arun arunedar...@mistralsolutions.com Fixed-by: Kalle Jokiniemi

[PATCH 07/20] omapfb: Add support for the 3430SDP LCD

2009-06-04 Thread Imre Deak
From: Kevin Hilman khil...@mvista.com The 3430SDP uses the same panel as the 2430SDP. The main difference are in the GPIO lines used for panel enable and backlight, and the VAUX register/commands sent to the TWL4030 power subsystem. Also, some misc. whitespace cleanups. Signed-off-by: Kevin

[PATCH 17/20] omapfb: suspend/resume only if FB device is already initialized

2009-06-04 Thread Imre Deak
From: Jouni Högander jouni.hogan...@nokia.com Check wether fbdev is NULL in suspend / resume functions. Fbdev is NULL, if there is no lcd or it is not enabled in configuration. Signed-off-by: Jouni Högander jouni.hogan...@nokia.com Signed-off-by: Tony Lindgren t...@atomide.com Signed-off-by:

[PATCH 11/20] omapfb: Add support for the ZOOM MDK LCD

2009-06-04 Thread Imre Deak
From: Stanley.Miao stanley.m...@windriver.com Add glue to control the OMAP_LDP LCD as a frame buffer device using the existing dispc.c driver under omapfb. Patch updated for mainline kernel. Note that the drivers/video/omap should be updated to pass omap_lcd_config in platform_data. The patch

[PATCH 09/20] omapfb: Add support for the OMAP3 Beagle DVI output

2009-06-04 Thread Imre Deak
From: Koen Kooi k...@openembedded.org The default resolution is 1024x...@24bit This version addresses the comments from Felipe Balbi adn Arun Edarath Signed-off-by: Koen Kooi k...@openembedded.org Signed-off-by: Tony Lindgren t...@atomide.com Fixed-by: Felipe Contreras

[PATCH 18/20] omapfb: Fix coding style / remove dead line

2009-06-04 Thread Imre Deak
From: arun c arunedar...@mistralsolutions.com - use __iomem type attribute where appropriate - expand (a ? : b) to (a ? a : b) As suggested by Russell King li...@arm.linux.org.uk - remove a dead line from omapfb_main.c Signed-off-by: Arun C arunedar...@mistralsolutions.com Signed-off-by: Tony

[PATCH 20/20] omapfb: HWA742: fix pointer to be const

2009-06-04 Thread Imre Deak
Fixes the following: warning: assignment discards qualifiers from pointer target type CC: linux-arm-ker...@lists.arm.linux.org.uk Signed-off-by: Imre Deak imre.d...@nokia.com --- drivers/video/omap/hwa742.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[PATCH 15/20] omapfb: dispc: Enable wake up capability

2009-06-04 Thread Imre Deak
From: Jouni Hogander jouni.hogan...@nokia.com Without wakeup enable omap doesn't wake up on dispc interrupts. This causes problems in a case where mpu is in sleep state and dispc interrupt fires. Signed-off-by: Jouni Hogander jouni.hogan...@nokia.com Signed-off-by: Tony Lindgren t...@atomide.com

[PATCH 19/20] omapfb: Add FB manual update option to Kconfig

2009-06-04 Thread Imre Deak
Also move the controller specific options up in the menu, to a more logical spot. Signed-off-by: Imre Deak imre.d...@nokia.com --- drivers/video/omap/Kconfig | 49 ++- 1 files changed, 30 insertions(+), 19 deletions(-) diff --git

[PATCH 16/20] omapfb: dispc: Allow multiple external IRQ handlers

2009-06-04 Thread Imre Deak
From: Daniel Stone daniel.st...@nokia.com Previously, the only external (to dispc.c) IRQ handler was RFBI's frame done handler. dispc's IRQ framework was very dumb: you could only have one handler, and the semantics of {request,free}_irq were odd, to say the least. The new framework allows

Please help on testing new sound driver for OMAP1510 based machine

2009-06-04 Thread Janusz Krzysztofik
Hi, As some of you may have already noticed, I am trying to create a sound driver for ams-delta board, based on ASoC OMAP framework. AFAIK, this would be the first ASoC implementation for OMAP1510/5910 based board. Unfortunatelly, I am not able to get DMA interrupts working. It would be much

Re: [RFC][PATCH] Add support for hook switch on ams-delta

2009-06-04 Thread Jonathan McDowell
On Wed, Jun 03, 2009 at 11:03:20AM +0200, Janusz Krzysztofik wrote: Wednesday 03 June 2009 00:04:33 Jonathan McDowell napisał(a): I'm obviously too late as I've seen the Applied mail, No problem, I'm glad to hear from you. but some comments: * I don't think SW_HEADPHONE_INSERT is

Re: [PATCH 1/2] omap: twl4030_wdt: twl4030 watchdog driver

2009-06-04 Thread Wim Van Sebroeck
Hi Russell, Samuel, David, I reviewed the twl watchdog driver written by Timo and Atal (reviewed version - see below). could you review them also (arm driver and touches drivers/mfd/twl4030-core). Thanks in advance, Wim. --- commit ca1a9726d1e0655c39d07f8b77659c5d017748cb Author: Timo Kokkonen

[RFC] [PATCH] input: add definition for handset pick up switch event

2009-06-04 Thread Janusz Krzysztofik
This patch adds new symbol definition for events generated by handset pick up switch on machines equipped with such facility. It will be used by gpio-keys driver supported platform device definition for ams-delta omap board I'm going to submit. Signed-off-by: Janusz Krzysztofik

RE: [PATCH] OMAP2/3 Avoid GPIO pending irq status been set after irq_disable

2009-06-04 Thread Wang Sawsd-A24013
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Wang Sawsd-A24013 Sent: 2009年6月5日 1:43 To: Kevin Hilman Cc: linux-omap@vger.kernel.org; n...@ti.com; Mike Chan Subject: RE: [PATCH] OMAP2/3 Avoid GPIO pending irq

Early gpio_request on LDP for LCD fails

2009-06-04 Thread Venkatesh, Subbu
Hi, I am getting failed messages when I try gpio_request for LCD in the early board_init (GPIO number is (9+OMAP_GPIO_LINES_MAX)). Could any one suggest me how to resolve it, or any inputs are appreicated. Regards, Subbu-- To unsubscribe from this list: send the line unsubscribe linux-omap in

Re: [RFC] [PATCH] input: add definition for handset pick up switch event

2009-06-04 Thread Janusz Krzysztofik
Everyone willing to answer my original message, please correct my spelling error in linux-input address before sending or reply to this one instead. Sorry for this. Janusz Thursday 04 June 2009 20:46:37 Janusz Krzysztofik napisał(a): This patch adds new symbol definition for events generated

Re: [Linux-fbdev-devel] [PATCH 00/20] omapfb: Add support for new LCDs / misc fixes

2009-06-04 Thread Krzysztof Helt
On Thu, 4 Jun 2009 20:52:25 +0300 Imre Deak imre.d...@nokia.com wrote: Hi, I'd like to ask for the merging of this patchset into Linus' tree. It adds support for new LCDs on OMAP based boards (01-12) and fixes generic parts of the omapfb driver (13-20). The changes have been staged in the

DSS porting problems

2009-06-04 Thread Gary Thomas
I'm porting my platform (3530, very similar to LDP) to your tree. http://www.bat.org/~tomba/git/linux-omap-dss.git Since you have complete support for the 3430SDP, I started with that board file. I've added my own display (larger Hitachi screen that is 800x600). I've run into a few problems:

Re: [PATCH] OMAP2/3 Avoid GPIO pending irq status been set after irq_disable

2009-06-04 Thread Kevin Hilman
Wang Sawsd-A24013 cqw...@motorola.com writes: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Wang Sawsd-A24013 Sent: 2009年6月5日 1:43 To: Kevin Hilman Cc: linux-omap@vger.kernel.org; n...@ti.com; Mike Chan

Re: [PATCH][RFC] OMAP4: I2C Support for OMAP_4430SDP

2009-06-04 Thread Jagadeesh Bhaskar Pakaravoor
why is this 2600? omap3 could do 3.3Mhz. There is a silicon issue reported on TWL5030 which says that it can not operate at the stipulated highest frequency of 3.3MHz. The information I got is this: I2C data hold time in HS mode is higher than specification when reading I2C registers. This

RE: [PATCH] OMAP2/3 Avoid GPIO pending irq status been set after irq_disable

2009-06-04 Thread Wang Sawsd-A24013
What do you think about disabling the level/edge detection when disable_irq_wake() is called instead? This seems more logical and expected. Kevin, if we look at the current code, enable_irq_wake and disable_irq_wake Does not even touch any GPIO WAKEEN register, it seems it is intended To

Re: [RFC][PATCH] Add support for hook switch on ams-delta

2009-06-04 Thread Janusz Krzysztofik
Hi, Thursday 04 June 2009 20:18:33 Jonathan McDowell napisał(a): On Wed, Jun 03, 2009 at 11:03:20AM +0200, Janusz Krzysztofik wrote: Wednesday 03 June 2009 00:04:33 Jonathan McDowell napisał(a): * We assume the bootloader does the appropriate GPIO pin setup for us, so I don't think

RE: DSP MMU Fault

2009-06-04 Thread Can Bal
Hi Hari, How can I map the address? At what part do I specify these mappings; bridge installation, at DSP side program (with the tci file etc.)? By the way just before that in the program I do a malloc(32) to another short pointer but |it doesn't return any errors? Please forgive me if this is a

RE: DSP MMU Fault

2009-06-04 Thread Kanigeri, Hari
Hi Can, The address that DSP accesses should be mapped to physical address by ARM. I am not sure what you are trying to do, but you can look at the below examples on how the Mapping works. Reference: 1 = MPU side sample:

[RFC] [PATCH] input: export gpio-keys driven switch status over gpiolib sysfs

2009-06-04 Thread Janusz Krzysztofik
This patch adds support for exporting status of GPIO switches, configured as gpio-keys buttons that generate events of type EV_SW, over standard gpiolib sysfs interface. That way, switch state can be easily accessed from userspace via a modern sysfs API in addition to traditional ioclt API,

Re: [PATCH] OMAP2/3 Avoid GPIO pending irq status been set after irq_disable

2009-06-04 Thread Kevin Hilman
Wang Sawsd-A24013 cqw...@motorola.com writes: What do you think about disabling the level/edge detection when disable_irq_wake() is called instead? This seems more logical and expected. Kevin, if we look at the current code, enable_irq_wake and disable_irq_wake Does not even touch any

RE: DSS2: Compilation Error on Git tree http://www.bat.org/~tomba/git/linux-omap-dss.git

2009-06-04 Thread Venkatesh, Subbu
Hi Tomi, I ported LDP changes to new Device model, basic features are tested, let me know if I need to resend it. While testing mirroring, I added new IOCTL for mirroring, so that user application can perform operations, do you want me send that patch too? Regards, Subbu

Early gpio_request on LDP for LCD fails

2009-06-04 Thread Venkatesh, Subbu
Hi, I am getting failed messages when I try gpio_request for LCD in the early board_init (GPIO number is (9+OMAP_GPIO_LINES_MAX)). Could any one suggest me how to resolve it, or any inputs are appreicated. Regards, Subbu -- To unsubscribe from this list: send the line unsubscribe linux-omap in

Re: [PATCH][RFC] OMAP4: I2C Support for OMAP_4430SDP

2009-06-04 Thread Nishanth Menon
On Thu, Jun 4, 2009 at 4:41 PM, Jagadeesh Bhaskar Pakaravoor jagadees...@gmail.com wrote: why is this 2600? omap3 could do 3.3Mhz. There is a silicon issue reported on TWL5030 which says that it can not operate at the stipulated highest frequency of 3.3MHz. The information I got is this:

Re: DSP MMU Fault

2009-06-04 Thread Ramesh Gupta Guntha
Hi Can, On 6/4/09, Can Bal can...@ee.bilkent.edu.tr wrote: Hi everyone, I'm implementing a code on DSP but at the time I do a memory allocation at the DSP side as: short *a; a = malloc(192); // (short*)malloc(192) does not work either But at this line I get the following error and DSP