Re: [PATCH 1/4] onenand init: Rename board-n800-flash.c to gpmc-onenand.c

2009-04-29 Thread vimal singh
'gpmc-onenand.c' is still confusing name. This is not going to used in all boards anyway. On Thu, Apr 30, 2009 at 3:20 AM, Tony Lindgren wrote: > Rename board-n800-flash.c to gpmc-onenand.c. > > Signed-off-by: Tony Lindgren > --- > arch/arm/mach-omap2/Makefile |4 ++-- > arch/arm

RE: [PATCH 3/3] OMAP2/3 V4L2 Display Driver

2009-04-29 Thread Shah, Hardik
> -Original Message- > From: InKi Dae [mailto:daei...@gmail.com] > Sent: Thursday, April 30, 2009 11:48 AM > To: Shah, Hardik > Cc: tomi.valkei...@nokia.com; linux-me...@vger.kernel.org; linux- > o...@vger.kernel.org; Jadav, Brijesh R; Hiremath, Vaibhav > Subject: Re: [PATCH 3/3] OMAP2/3

Re: [PATCH 3/3] OMAP2/3 V4L2 Display Driver

2009-04-29 Thread InKi Dae
hello Shah, Hardik.. your omap_vout.c has the problem that it disables video1 or fb1. so I have modified your code. I defined and set platform_data for DSS2 in machine code.(or board file) static struct omapfb_platform_data xxx_dss_platform_data = { .mem_desc.region[0].format = OMAPFB_COLOR_

Re: [PATCHv2] ARM: OMAP: gptimer based event monitor driver for oprofile

2009-04-29 Thread Hemanth V
Hi Siarhei, Could you let me know the advantage of the this patch over timer interrupt based profiling already supported by oprofile. I tested timer interrupt based profiling on omap3 platform and found that it works well. Thanks Hemanth http://oprofile.sourceforge.net/doc/detailed-parameters

Re: [PATCH 4/4] onenand init: Pass configuration data from board-*.c files

2009-04-29 Thread Adrian Hunter
Tony Lindgren wrote: Pass configuration data from board-*.c files. Also remove support for the OMAP_TAG_PARTITION tag. If the partition info is passed, it should be passed from cmdline, and probably should be done in a generic way in the drivers/mtd. Signed-off-by: Tony Lindgren --- NAK Thi

RE: [PATCH] OMAP: sDMA: Correct the the omap_request_dma_chain() signature

2009-04-29 Thread Shilimkar, Santosh
Regards, Santosh > -Original Message- > From: linux-omap-ow...@vger.kernel.org > [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of > Shilimkar, Santosh > Sent: Thursday, April 30, 2009 10:02 AM > To: Jarkko Nikula > Cc: linux-omap@vger.kernel.org > Subject: RE: [PATCH] OMAP: sDM

RE: [PATCH] OMAP: sDMA: Correct the the omap_request_dma_chain() signature

2009-04-29 Thread Shilimkar, Santosh
> -Original Message- > From: Jarkko Nikula [mailto:jhnik...@gmail.com] > Sent: Thursday, April 30, 2009 12:38 AM > To: Shilimkar, Santosh > Cc: linux-omap@vger.kernel.org > Subject: Re: [PATCH] OMAP: sDMA: Correct the the > omap_request_dma_chain() signature > > On Wed, 29 Apr 2009 17:39

Re: [PATCH] input: Add support for the TSC2003 controller.

2009-04-29 Thread Kwangwoo Lee
Hi Thierry and Trilok, On Wed, Apr 29, 2009 at 10:23 PM, Trilok Soni wrote: > Hi Thierry, > > I have added linux-omap community. How different is this chip from > tsc2007. It looks to me that this chip is not much different from > tsc2007 (this is just quick look at the driver). If they > are sim

[PATCH 5/4] onenand init: Debug patch to print out the onenand partitions from bootloader

2009-04-29 Thread Tony Lindgren
FYI, here's the debug patch I used to dump the ATAG partitions. Tony >From b65441b89ae7003adb983ac2f225f0bc1ddfba76 Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Wed, 29 Apr 2009 14:52:20 -0700 Subject: [PATCH] onenand init: Debug patch to print out the onenand partitions from bootloader No

[PATCH 4/4] onenand init: Pass configuration data from board-*.c files

2009-04-29 Thread Tony Lindgren
Pass configuration data from board-*.c files. Also remove support for the OMAP_TAG_PARTITION tag. If the partition info is passed, it should be passed from cmdline, and probably should be done in a generic way in the drivers/mtd. Signed-off-by: Tony Lindgren --- arch/arm/mach-omap2/board-n800.c

[PATCH 3/4] onenand init: Rename n800_* functions to gpmc_onenand_* functions

2009-04-29 Thread Tony Lindgren
Rename n800_* functions to gpmc_onenand_* functions Signed-off-by: Tony Lindgren --- arch/arm/mach-omap2/Makefile |1 - arch/arm/mach-omap2/board-n800.c |2 +- arch/arm/mach-omap2/board-rx51-flash.c| 21 --- arch/arm/mach-omap2/board-rx51.c

[PATCH 2/4] onenand init: Build gpmc-onenand.o based on CONFIG_MTD_ONENAND_OMAP2

2009-04-29 Thread Tony Lindgren
Build gpmc-onenand.o based on CONFIG_MTD_ONENAND_OMAP2 Signed-off-by: Tony Lindgren --- arch/arm/mach-omap2/Makefile |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 9127a94..9cb2662 100644 --- a/arch/

[PATCH 1/4] onenand init: Rename board-n800-flash.c to gpmc-onenand.c

2009-04-29 Thread Tony Lindgren
Rename board-n800-flash.c to gpmc-onenand.c. Signed-off-by: Tony Lindgren --- arch/arm/mach-omap2/Makefile |4 ++-- arch/arm/mach-omap2/gpmc-onenand.c |0 2 files changed, 2 insertions(+), 2 deletions(-) rename arch/arm/mach-omap2/{board-n800-flash.c => gpmc-onenand.c} (1

[PATCH 0/4] Generic gpmc-onenand initialization, v2

2009-04-29 Thread Tony Lindgren
Hi all, Please ignore the previous message, I had a typo in my stg mail options.. This series creates a generic gpmc-onenand.c from the board-n800-flash.c. Eventually we should be able to use this for all boards with onenand connected. This should allow us to start syncing up the mach-omap2/boar

[PATCH 0/4] Generic gpmc-onenand initialization

2009-04-29 Thread Tony Lindgren
Hi all, This series creates a generic gpmc-onenand.c from the board-n800-flash.c. Eventually we should be able to use this for all boards with onenand connected. This should allow us to start syncing up the mach-omap2/board-*.c files with mainline, and the the gpmc-onenand code into the mainline.

Re: [PATCH] OMAP: sDMA: Correct the the omap_request_dma_chain() signature

2009-04-29 Thread Jarkko Nikula
On Wed, 29 Apr 2009 17:39:16 +0530 Santosh Shilimkar wrote: > Original OMAP DMA chaining design has chain_id as one of the callback > parameters. The below patch broke the desing. > http://git.omapzoom.org/?p=repo/omapkernel.git;a=commitdiff;h=538528de0cb256f65716ab2e9613d9e920f97fe2 > Now callba

Re: [PATCH] OMAP OneNAND: add missing __devexit_p wrappers

2009-04-29 Thread David Brownell
On Wednesday 29 April 2009, Adrian Hunter wrote: > + .shutdown = __devexit_p(omap2_onenand_shutdown), That looks wrong. Shutdown functions shouldn't get discarded like exit functions. I'd think the fix for that would be taking away any __devexit annotation on the shutdown function.

Fwd: dss2 and dsi

2009-04-29 Thread Rebecca Schultz Zavin
I have a question on the intended use of pan_display v. the update_window ioctl in dss2.  I'm using a dsi panel and it seems like the only way I can get new data out to the display is by calling display->update.  The only place that seems to be called is from a couple of the ioctls, mainly update_w

Overo broken with current top of tree

2009-04-29 Thread Steve Sakoman
I tried an Overo build from the current top of tree and ran into a number of twl4030 platform data errors: twl4030: PIH (irq 7) chaining IRQs 368..375 twl4030: power (irq 373) chaining IRQs 376..383 twl4030_gpio: use which platform_data? twl4030: gpio (irq 368) chaining IRQs 384..401 mmci-omap-hs.

Re: USB EHCI - Power Management - Query

2009-04-29 Thread Greg KH
On Wed, Apr 29, 2009 at 04:32:21PM +0530, Remith Ravi wrote: > Hi, > > I have a query on OMAP3530 USB EHCI Power Management. > USB EHCI port is not switching off the port during suspend activity > and it is drawing current from the system. > > Is the power management tested for USB EHCI ? > In fi

RE: Issues with PM Branch

2009-04-29 Thread Menon, Nishanth
> -Original Message- > From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- > ow...@vger.kernel.org] On Behalf Of Abraham Arce > > > The non-USB related hang looks like the problem when using smartreflex > > without SRF.  If you disable smartreflex, or use smartreflex with SRF > > yo

Beagleboard rev C memory timings & suspend/resume

2009-04-29 Thread Jean Pihet
Hi, The suspend/resume on Beagleboard has some problem due to bad memory timings. Suspending for more than 5 to 10 seconds shows memory corruption. The new chips on rev Cx boards are using 2 DDR chip selects and it looks like the 2nd memory part is not correctly put into self refresh. As an exp

Re: [PATCH] input: Add support for the TSC2003 controller.

2009-04-29 Thread Trilok Soni
Hi Thierry, I have added linux-omap community. How different is this chip from tsc2007. It looks to me that this chip is not much different from tsc2007 (this is just quick look at the driver). If they are similar please consider using i2c_device_id feature in tsc2007 to accommodate this chip. --

Re: [PATCH] OMAP OneNAND: add missing __devexit_p wrappers

2009-04-29 Thread Adrian Hunter
Mika Korhonen wrote: The patch follows as attachment as gmail damages whitespaces and git-send-mail is right now out of question. This goes via MTD mailing list. >From b72b537ff229a8d62540569bc543c419702ecb05 Mon Sep 17 00:00:00 2001 From: Mika Korhonen Date: Wed, 29 Apr 2009 14:10:34 +0300 S

[PATCH] twl4030-gpio: Avoid call to a discarded function

2009-04-29 Thread Mika Korhonen
The patch is attached. Probably there are better ways of doing this like extracting the cleanup part from __devexited function to another spot. The patch is a quick one to make it build in non-module, non-hotplug configuration and to demonstrate the problem. Mika K From a8a84a685a5ef108ce4f4fcce37

[PATCH] OMAP: sDMA: Correct the the omap_request_dma_chain() signature

2009-04-29 Thread Santosh Shilimkar
Original OMAP DMA chaining design has chain_id as one of the callback parameters. The below patch broke the desing. http://git.omapzoom.org/?p=repo/omapkernel.git;a=commitdiff;h=538528de0cb256f65716ab2e9613d9e920f97fe2 Now callback returns logical channel number and not chain_id. Hence the signatu

[PATCH] OMAP OneNAND: add missing __devexit_p wrappers

2009-04-29 Thread Mika Korhonen
The patch follows as attachment as gmail damages whitespaces and git-send-mail is right now out of question. Mika From b72b537ff229a8d62540569bc543c419702ecb05 Mon Sep 17 00:00:00 2001 From: Mika Korhonen Date: Wed, 29 Apr 2009 14:10:34 +0300 Subject: [PATCH] OMAP OneNAND: add missing __devexit_p

RE: [PATCH] OMAP3: SR: Fix SR driver to check for omap-pm return values

2009-04-29 Thread Nayak, Rajendra
> -Original Message- > From: Roger Quadros [mailto:ext-roger.quad...@nokia.com] > Sent: Wednesday, April 29, 2009 1:20 PM > To: Nayak, Rajendra > Cc: linux-omap@vger.kernel.org > Subject: Re: [PATCH] OMAP3: SR: Fix SR driver to check for > omap-pm return values > > ext Rajendra Nayak w

USB EHCI - Power Management - Query

2009-04-29 Thread Remith Ravi
Hi, I have a query on OMAP3530 USB EHCI Power Management. USB EHCI port is not switching off the port during suspend activity and it is drawing current from the system. Is the power management tested for USB EHCI ? In file "drivers/usb/host/ehci-omap.c", the function ehci_hcd_omap_drv_suspend() a

[PATCH] RX51: Remove multiple definition of MACH_NOKIA_RX51 in Kconfig

2009-04-29 Thread Roger Quadros
This patch prevents "Nokia RX-51 board" from being shown twice in 'System Type' within Menuconfig. Signed-off-by: Roger Quadros --- arch/arm/mach-omap2/Kconfig |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig in

Re: [PATCH] OMAP3: SR: Fix SR driver to check for omap-pm return values

2009-04-29 Thread Roger Quadros
ext Rajendra Nayak wrote: This patch checks for the return values of omap_pm_vddx_get_opp() in SR driver and acts accordingly. With no SRF layer enabled the OMAP-PM layer api is unable to return the current OPP. Signed-off-by: Rajendra Nayak --- arch/arm/mach-omap2/smartreflex.c | 42 +++