Re: [PATCH-v5 1/4] OMAP2/3: Add support for flash on SDP boards

2009-11-19 Thread Vimal Singh
On Wed, Nov 18, 2009 at 10:33 PM, Tony Lindgren t...@atomide.com wrote: * Vimal Singh vimal.neww...@gmail.com [091118 07:25]: On Fri, Nov 13, 2009 at 2:10 AM, Tony Lindgren t...@atomide.com wrote: * Vimal Singh vimal.neww...@gmail.com [091110 02:08]: From

Re: [PATCH-v5 2/4] OMAP3: Add support for NAND on ZOOM2/LDP boards

2009-11-19 Thread Vimal Singh
On Wed, Nov 18, 2009 at 10:37 PM, Tony Lindgren t...@atomide.com wrote: * Vimal Singh vimal.neww...@gmail.com [091118 06:38]: Tony, On Fri, Nov 13, 2009 at 2:14 AM, Tony Lindgren t...@atomide.com wrote: * Vimal Singh vimal.neww...@gmail.com [091110 02:08]: From

[PATCH 0/3] omap3: pm: removes hardcoded VDD1/2 OPP values and make threshold generic

2009-11-19 Thread G.N, Vijayakumar
With 3 patches I am trying to 1. Remove hardcoded VDD1 OPP values and make threshold generic 2. Remove hardcoded VDD2 OPP values and make threshold generic 3. adding new api inplace of MIN/MAX_VDD1/VDD2_OPP to support 3630 OPP constraning along with the existing 3430 constraint.

[PATCH 1/3] omap3: pm: removes hardcoded VDD1/2 OPP values and make threshold generic

2009-11-19 Thread G.N, Vijayakumar
From e5e225fc19410178ad378acc74183a1bf1f0251a Mon Sep 17 00:00:00 2001 From: Vijay Kumar vijaykumar...@ti.com Date: Thu, 19 Nov 2009 14:39:59 +0530 Subject: [PATCH 1/3] omap3: pm: Adding facility to support OPP dynamically introduce new accessor api's for 1. Correcting VDD2 DVFS OPP threshold

[PATCH 2/3] omap3: pm: removes hardcoded VDD1/2 OPP values and make threshold generic

2009-11-19 Thread G.N, Vijayakumar
From 3a4213ec9284c04e1a6a3b14094819e70ac951d9 Mon Sep 17 00:00:00 2001 From: Vijay Kumar vijaykumar...@ti.com Date: Thu, 19 Nov 2009 15:06:30 +0530 Subject: [PATCH 2/3] Correct VDD2 DVFS OPP threshold VDD2 OPP is linked with VDD1 OPP. THis patch removes hardcoded VDD2 OPP values and make

[PATCH 3/3] omap3: pm: removes hardcoded VDD1/2 OPP values and make threshold generic

2009-11-19 Thread G.N, Vijayakumar
From 202416dbdf3fce31bfd76f1e74dda89b382a78c3 Mon Sep 17 00:00:00 2001 From: Vijay Kumar vijaykumar...@ti.com Date: Thu, 19 Nov 2009 15:07:38 +0530 Subject: [PATCH 3/3] OMAP 3630: Update VDD2 values The OMAP3630 VDD2 minimum value is 1 and Maximum value is 2. The VDD2 API's are updated to return

Re: [PATCH 1/3] omap3: pm: removes hardcoded VDD1/2 OPP values and make threshold generic

2009-11-19 Thread Menon, Nishanth
G.N, Vijayakumar said the following on 11/19/2009 05:24 AM: From e5e225fc19410178ad378acc74183a1bf1f0251a Mon Sep 17 00:00:00 2001 From: Vijay Kumar vijaykumar...@ti.com Date: Thu, 19 Nov 2009 14:39:59 +0530 Subject: [PATCH 1/3] omap3: pm: Adding facility to support OPP dynamically introduce

Re: [PATCH 2/3] omap3: pm: removes hardcoded VDD1/2 OPP values and make threshold generic

2009-11-19 Thread Nishanth Menon
G.N, Vijayakumar said the following on 11/19/2009 05:25 AM: From 3a4213ec9284c04e1a6a3b14094819e70ac951d9 Mon Sep 17 00:00:00 2001 From: Vijay Kumar vijaykumar...@ti.com Date: Thu, 19 Nov 2009 15:06:30 +0530 Subject: [PATCH 2/3] Correct VDD2 DVFS OPP threshold VDD2 OPP is linked with VDD1

Re: [PATCH 3/3] omap3: pm: removes hardcoded VDD1/2 OPP values and make threshold generic

2009-11-19 Thread Menon, Nishanth
G.N, Vijayakumar said the following on 11/19/2009 05:26 AM: From 202416dbdf3fce31bfd76f1e74dda89b382a78c3 Mon Sep 17 00:00:00 2001 From: Vijay Kumar vijaykumar...@ti.com Date: Thu, 19 Nov 2009 15:07:38 +0530 Subject: [PATCH 3/3] OMAP 3630: Update VDD2 values The OMAP3630 VDD2 minimum value

RE: [PATCH 9/9 v2] omap3: pm: introduce 3630 opps

2009-11-19 Thread Sripathy, Vishwanath
-Original Message- From: Menon, Nishanth Sent: Friday, November 13, 2009 11:35 AM To: linux-omap Cc: Menon, Nishanth; Cousson, Benoit; Hunter, Jon; Kevin Hilman; Chikkature Rajashekar, Madhusudhan; Paul Walmsley; Dasgupta, Romit; Premi, Sanjeev; Shilimkar, Santosh; Aguirre,

[PATCH-v6 0/4] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards

2009-11-19 Thread Vimal Singh
Here is the v6 of this patch series. I am cc'ing mtd list too this time. From 8bc97108cf9c78216f1ea5407ccbd900e6b63dc2 Mon Sep 17 00:00:00 2001 From: Vimal Singh vimalsi...@ti.com Date: Thu, 19 Nov 2009 19:28:11 +0530 This patch series adds flash support for NAND (in sdp, zoom and ldp), OneNAND

Re: [PATCH-v6 0/4] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards

2009-11-19 Thread Vimal Singh
Sorry, forgot to append diffstat. Listing below this time. On Thu, Nov 19, 2009 at 7:38 PM, Vimal Singh vimal.neww...@gmail.com wrote: Here is the v6 of this patch series. I am cc'ing mtd list too this time. From 8bc97108cf9c78216f1ea5407ccbd900e6b63dc2 Mon Sep 17 00:00:00 2001 From: Vimal

[PATCH-v6 2/4] OMAP3: Add support for NAND on ZOOM/LDP boards

2009-11-19 Thread Vimal Singh
From 43df1ee9e29d454100e59ee4902db157072b81b6 Mon Sep 17 00:00:00 2001 From: Vimal Singh vimalsi...@ti.com Date: Thu, 19 Nov 2009 14:37:44 +0530 Subject: [PATCH] OMAP3: Add support for NAND on ZOOM/LDP boards Adding NAND support for ZOOM2/3 and LDP board. I have tested it for ZOOM2 boards.

[PATCH-v6 3/4] OMAP: Zoom2: Enable NAND and JFFS2 support in defconfig

2009-11-19 Thread Vimal Singh
From 8bc97108cf9c78216f1ea5407ccbd900e6b63dc2 Mon Sep 17 00:00:00 2001 From: Vimal Singh vimalsi...@ti.com Date: Thu, 19 Nov 2009 19:23:18 +0530 Subject: [PATCH] OMAP: Zoom2: Enable NAND and JFFS2 support in defconfig Enable NAND (and other necessary options too) and JFFS2 options by default in

[PATCH-v6 4/4] OMAP: 3430SDP: Enable NAND in defconfig

2009-11-19 Thread Vimal Singh
From cff30e52d3702c154310557145090b2375c870c3 Mon Sep 17 00:00:00 2001 From: Vimal Singh vimalsi...@ti.com Date: Thu, 19 Nov 2009 19:17:38 +0530 Subject: [PATCH] OMAP: 3430SDP: Enable NAND in defconfig Enable NAND by default in 3430sdp_defconfig file. Other changes in defconfig come from make

Re: [PATCH-v6 2/4] OMAP3: Add support for NAND on ZOOM/LDP boards

2009-11-19 Thread Nishanth Menon
Vimal Singh had written, on 11/19/2009 08:16 AM, the following: From 43df1ee9e29d454100e59ee4902db157072b81b6 Mon Sep 17 00:00:00 2001 From: Vimal Singh vimalsi...@ti.com Date: Thu, 19 Nov 2009 14:37:44 +0530 Subject: [PATCH] OMAP3: Add support for NAND on ZOOM/LDP boards Adding NAND support

Re: [PATCH-v6 0/4] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards

2009-11-19 Thread Nishanth Menon
Vimal Singh had written, on 11/19/2009 08:11 AM, the following: [...] v4-v5: [PATCH-v5 1/4] OMAP2/3: Add support for flash on SDP boards: Implemented Tony's comments. arch/arm/configs/omap_3430sdp_defconfig | 140 +++ arch/arm/configs/omap_zoom2_defconfig| 344

[PATCH-v6 1/4] OMAP2/3: Add support for flash on SDP boards

2009-11-19 Thread Vimal Singh
From ac109bb5f47577b323673699a94f9b6a4a7e2431 Mon Sep 17 00:00:00 2001 From: Vimal Singh vimalsi...@ti.com Date: Thu, 19 Nov 2009 19:01:11 +0530 Subject: [PATCH] OMAP2/3: Add support for flash on SDP boards Add support for flash on SDP boards. NAND, NOR and OneNAND are supported. This patch also

Re: [PATCH-v6 0/4] OMAP: Adding flash support to SDP, ZOOM2 and LDP boards

2009-11-19 Thread Vimal Singh
On Thu, Nov 19, 2009 at 7:52 PM, Nishanth Menon n...@ti.com wrote: Vimal Singh had written, on 11/19/2009 08:11 AM, the following: [...] v4-v5: [PATCH-v5 1/4] OMAP2/3: Add support for flash on SDP boards: Implemented Tony's comments.  arch/arm/configs/omap_3430sdp_defconfig      |  140

Re: [PATCH-v6 2/4] OMAP3: Add support for NAND on ZOOM/LDP boards

2009-11-19 Thread Vimal Singh
On Thu, Nov 19, 2009 at 7:50 PM, Nishanth Menon n...@ti.com wrote: Vimal Singh had written, on 11/19/2009 08:16 AM, the following: From 43df1ee9e29d454100e59ee4902db157072b81b6 Mon Sep 17 00:00:00 2001 From: Vimal Singh vimalsi...@ti.com Date: Thu, 19 Nov 2009 14:37:44 +0530 Subject: [PATCH]

[PATCH 0/3] Introducing TouchScreen TSC2004 driver support

2009-11-19 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com This is first version of TSC2004 driver support, which has been validated on AM3517EVM platform. Driver is derived from existing touchscreen driver TSC2007. Vaibhav Hiremath (3): Mux configuration for AM3517 TouchScreen support Input:TouchScreen:

[PATCH 1/3] Mux configuration for AM3517 TouchScreen support

2009-11-19 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Signed-off-by: Vaibhav Hiremath hvaib...@ti.com --- arch/arm/mach-omap2/mux.c |3 +++ arch/arm/plat-omap/include/plat/mux.h |1 + 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/mux.c

[PATCH 2/3] Input:TouchScreen: Introduce TSC2004 driver support

2009-11-19 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Signed-off-by: Vaibhav Hiremath hvaib...@ti.com --- drivers/input/touchscreen/Kconfig | 11 + drivers/input/touchscreen/Makefile |1 + drivers/input/touchscreen/tsc2004.c | 525 +++ include/linux/i2c/tsc2004.h

[PATCH 3/3] AM3517: Add support for TSC2004 driver

2009-11-19 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Signed-off-by: Vaibhav Hiremath hvaib...@ti.com --- arch/arm/mach-omap2/board-am3517evm.c | 62 + 1 files changed, 62 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-am3517evm.c

RE: [PATCH 3/3] omap3: pm: removes hardcoded VDD1/2 OPP values and make threshold generic

2009-11-19 Thread G.N, Vijayakumar
My apologies for the noise generated for the below patches submitted by me. http://patchwork.kernel.org/patch/61277/ http://patchwork.kernel.org/patch/61276/ http://patchwork.kernel.org/patch/61275/ I was not aware of the discussions happening on dynamic OPP management for supporting

[PATCH 0/2] VFP context save/restore support for OMAP3

2009-11-19 Thread Tero Kristo
From: Tero Kristo tero.kri...@nokia.com These two patches add support for VFP context save and restore. These patches are a collaboration from several people (listed in CC), I have mainly split the original patch in two parts (one generic ARM, one for OMAP3 PM), and optimized the code a bit. No

[PATCH 2/2] OMAP3: Implemented VFP restore/save context

2009-11-19 Thread Tero Kristo
From: Tero Kristo tero.kri...@nokia.com VFP save context is called before MPU/NEON off. Restore is not needed as the next VFP trap will restore context automatically. Uses the support routine implemented in arch/arm/vfp/vfpmodule.c. Signed-off-by: Tero Kristo tero.kri...@nokia.com Cc: Vishwanath

[PATCH 1/2] ARM: Implemented support for VFP PM context saving

2009-11-19 Thread Tero Kristo
From: Tero Kristo tero.kri...@nokia.com In some ARM architectures, like OMAP3, the VFP context can be lost during dynamic sleep cycle. For this purpose, there is now a function vfp_pm_save_context() that should be called before the VFP is assumed to lose context. Next VFP trap will then restore

[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

[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

[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

[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

[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

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

2009-11-19 Thread Koen Kooi
You haven't addressed Dmitry's comments in this new version regards, Koen Op 19 nov 2009, om 18:18 heeft Gregoire Gentil het volgende geschreven: Signed-off-by: Gregoire Gentil grego...@gentil.com --- drivers/hid/hid-alwaysinnovating.c | 262 +++ + 1 files

[PATCH] USB: twl4030: Enable USB regulators before enabling USB charging

2009-11-19 Thread Aguilar Pena, Leed
For TWL family of power management ICs, USB charging works only when USB regulators are in enabled state: 3v1, 1v5, 1v8 On a USB cable attach, twl4030_phy_resume(twl) function enables the regulators. Enable USB charging, only after all regulators are enabled. Its observed that enabling USB

Re: [PATCH 0/3] omap3: pm: removes hardcoded VDD1/2 OPP values and make threshold generic

2009-11-19 Thread Kevin Hilman
G.N, Vijayakumar vijaykumar...@ti.com writes: With 3 patches I am trying to 1. Remove hardcoded VDD1 OPP values and make threshold generic 2. Remove hardcoded VDD2 OPP values and make threshold generic 3. adding new api inplace of MIN/MAX_VDD1/VDD2_OPP to support 3630 OPP

Re: [PATCH 7/8] OMAP: omap_device: warn about expected latencies only if non-zero

2009-11-19 Thread Kevin Hilman
Paul Walmsley p...@pwsan.com writes: Hi, On Tue, 17 Nov 2009, Kevin Hilman wrote: When checking measured [de]activate latencies against expected latencies, only print warning if driver has provided a non-zero latency. This allows drivers to set their [de]activate latencies to zero when

Re: [PATCH 3/8] Freescale MMA7455 accelerometer driver

2009-11-19 Thread Jonathan Cameron
Hi Gregoire, Couple of minor style type comments you are welcome to ignore Bigger ones are that I don't understand your signed 10 bit conversion functions and the bits of the probe function that don't seem to have been written (error handling etc). Jonathan Gregoire Gentil wrote:

Re: [alsa-devel] [PATCH 1/2] OMAP3: MCBSP: Suspend/resume failure fix

2009-11-19 Thread Anuj Aggarwal
On Thu, Nov 19, 2009 at 1:04 PM, Jarkko Nikula jhnik...@gmail.com wrote: On Wed, Nov 18, 2009 at 8:28 PM, Aggarwal, Anuj anuj.aggar...@ti.comwrote: If no API or feature would require active McBSP block before the omap_mcbsp_start call, then the clock management could be done inside the

NULL pointer dereference with 2.6.31 on OMAP2430

2009-11-19 Thread Chris Banker
I'm having trouble with the 2.6.31 kernel running on an OMAP2430 board. I was able to get the board to boot using 2.6.31rc1, but am having some issue with 2.6.31. With low-level debugging enabled, I get the output below. It appears to be an issue with the new hwmod system, which didn't exist in

Re: [PATCH 2/9 v2] omap3: pm: introduce opp accessor functions

2009-11-19 Thread Kevin Hilman
Nishanth Menon n...@ti.com writes: Menon, Nishanth had written, on 11/15/2009 08:54 AM, the following: [...] b) Improvements of the omap accessor functions, I will send out few of the proposals I can think of later when I get some free time.. we can discuss that too. Here is my initial

linux-next: omap tree misaplied patch

2009-11-19 Thread Stephen Rothwell
Hi Tony, I think commit 8552f084d80cfc191ea5affacbeffe44e8629496 (ARM OMAP3: RX-51 board - add initialization of gpio keys) has been misapplied. It has this line: +#endif /* CONFIG_KEYBOARD_GPIO || CONFIG_KEYBOARD_GPIO_MODULE */ with the leading '+'. I noticed this when merging with

Re: [PATCH 2/9 v2] omap3: pm: introduce opp accessor functions

2009-11-19 Thread Nishanth Menon
Kevin Hilman had written, on 11/19/2009 07:31 PM, the following: Nishanth Menon n...@ti.com writes: Menon, Nishanth had written, on 11/15/2009 08:54 AM, the following: [...] b) Improvements of the omap accessor functions, I will send out few of the proposals I can think of later when I get

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

2009-11-19 Thread Hiremath, Vaibhav
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Gregoire Gentil Sent: Thursday, November 19, 2009 10:48 PM To: linux-omap@vger.kernel.org Cc: Gregoire Gentil; Tony Lindgren; Tim Yamin Subject: [PATCH 7/8] Video

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

2009-11-19 Thread Hiremath, Vaibhav
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Gregoire Gentil Sent: Thursday, November 19, 2009 10:48 PM To: linux-omap@vger.kernel.org Cc: Gregoire Gentil; Tony Lindgren; Tim Yamin Subject: [PATCH 2/8] Board file

Re: [alsa-devel] [PATCH 1/2] OMAP3: MCBSP: Suspend/resume failure fix

2009-11-19 Thread Peter Ujfalusi
On Thursday 19 November 2009 21:48:26 ext Anuj Aggarwal wrote: [Anuj] Yes, w/o audio, it goes into suspend neatly. After going through the entire patch series [PATCHv5 00/20] OMAP ASoC changes in DMA utilization, which I missed earlier, I found that the sysfs entry dma_op_mode can be toggled