Re: ARM64: hibernation: How to use hibernation/suspend-to-disk on ARMv8?

2015-01-11 Thread Amit Kucheria
(Fixing Sebastian's email address) On Sat, Jan 10, 2015 at 8:44 PM, George Bush georgebush...@gmail.com wrote: Hi all I notice we have hibernation.c in arm/kernel, however, I don't find it in arm64. Does it mean arm64 do not support hibernation/suspend-to-disk function? Correct. arm64 is a

Re: PATCH: add small infrastructure and definitions to export debugfs files for OMAP powerdomain attributes

2012-05-15 Thread Amit Kucheria
Eric, This looks interesting, but I'll add the linux-omap list to CC so someone can verify if there isn't already a patch to export this. On Tue, May 15, 2012 at 2:57 AM, eric van tassell evt...@gmail.com wrote: - These changes make OMAP power state register fields available as attributes per

Re: [PATCH 00/18][V3] ARM: OMAP3/4 : cpuidle34xx and cpuidle44xx cleanups

2012-05-01 Thread Amit Kucheria
On Tue, May 1, 2012 at 11:16 AM, Daniel Lezcano daniel.lezc...@linaro.org wrote: On 05/01/2012 12:58 AM, Kevin Hilman wrote: Daniel Lezcanodaniel.lezc...@linaro.org  writes: On 04/24/2012 04:05 PM, Daniel Lezcano wrote: This patchset makes some cleanup on these cpuidle drivers and

Re: [PATCH v8 4/8] ARM: davinci: Consolidate time keeping and irq enable

2012-03-21 Thread Amit Kucheria
Rob, you should start a new '3.4-fixes' branch containing such bugfixes that can be pushed to Len after -rc1. On Wed, Mar 21, 2012 at 4:28 PM, Rob Lee rob@linaro.org wrote: Sekhar tested this patch on Davinci last night and found a problem.  I looked at the code again and found a mindless

Re: [PATCH v8 0/8] Consolidate cpuidle functionality

2012-03-20 Thread Amit Kucheria
On Wed, Mar 21, 2012 at 12:48 AM, Kevin Hilman khil...@ti.com wrote: Arnd Bergmann arnd.bergm...@linaro.org writes: On Tuesday 20 March 2012, Robert Lee wrote: This patch series moves various functionality duplicated in platform cpuidle drivers to the core cpuidle driver. Also, the platform

Re: [PATCH v4 3/6] clk: introduce the common clock framework

2012-01-12 Thread Amit Kucheria
On 12 Jan 04, Turquette, Mike wrote: On Wed, Jan 4, 2012 at 6:11 PM, Rob Herring robherri...@gmail.com wrote: On 01/04/2012 07:01 PM, Turquette, Mike wrote: On Wed, Jan 4, 2012 at 6:32 AM, Rob Herring robherri...@gmail.com wrote: On 01/03/2012 08:15 PM, Richard Zhao wrote: On Fri, Dec 16,

Re: [PATCH v4 2/6] Documentation: common clk API

2012-01-05 Thread Amit Kucheria
Tiny, tiny typo... On 11 Dec 13, Mike Turquette wrote: +clk_set_rate deserves a special mention because it is more complex than +the other operations. There are three key concepts to the common +clk_set_rate implementation: + +1) recursively traversing up the clk tree and changing clk

Re: [PATCH 2/2] OMAP3 PM: sleep code clean up

2010-10-04 Thread Amit Kucheria
On 10 Oct 04, Sripathy, Vishwanath wrote: Kevin, [snip] But this also makes me wonder, if we're going to clean this up, the bulk of it could be re-written in C, with some inline asm helpers as needed. Probably yes. But as this code is specific to OMAP3, do you think it's worth spending

Re: omap3 startup memory map

2010-09-07 Thread Amit Kucheria
Adding linux-omap to CC On 10 Sep 06, Peter Maydell wrote: Hi. I have a question about what the memory map of the TI OMAP3 (35xx) looks like on startup, which I'm hoping somebody here can answer. (Steve, Richard: you're on the CC: because Loic suggested that you would be good people to ask.)

Re: [PATCH] OMAP CPUIDLE: CPU Idle latency measurement

2010-08-27 Thread Amit Kucheria
On 10 Aug 28, vishwanath.sripa...@linaro.org wrote: From: Vishwanath BS vishwanath.sripa...@linaro.org This patch has instrumentation code for measuring latencies for various CPUIdle C states for OMAP. Idea here is to capture the timestamp at various phases of CPU Idle and then compute the

Re: usb_nop_xceiv_register() missing when OTG built as modules

2010-05-22 Thread Amit Kucheria
: 3df714f995b0895e905090760482194233f66a1d.1274570700.git.amit.kuche...@canonical.com From: Amit Kucheria amit.kuche...@canonical.com Date: Sun, 23 May 2010 01:35:00 +0300 Subject: [PATCH] omap: remove calls to usb_nop_xceiv_register from board files This will allow the OMAP USB drivers

omap: Build failure with tip of Linus' tree

2010-05-22 Thread Amit Kucheria
: 0222c29661c9a36dcf3a1b2786b62b0080b9dc88.1274572962.git.amit.kuche...@canonical.com From: Amit Kucheria amit.kuche...@canonical.com Date: Sun, 23 May 2010 03:00:51 +0300 Subject: [PATCH] omap: fix build failure due to missing include dma-mapping.h Fixes following error, CC arch/arm/mach-omap2

[PATCH] Fix omap 1-wire driver compilation

2010-03-22 Thread Amit Kucheria
.git.amit.kuche...@verdurent.com From: Amit Kucheria amit.kuche...@canonical.com Date: Wed, 10 Mar 2010 14:10:54 +0200 Subject: [PATCH] UBUNTU: [Upstream] Fix omap 1-wire driver compilation This fixes the following error message: drivers/w1/masters/omap_hdq.c: In function 'hdq_wait_for_flag': drivers/w1

[PATCH 1/1] mfd: twl4030: clarify the return value for read and write

2009-12-07 Thread Amit Kucheria
transferred successfully. Signed-off-by: Amit Kucheria amit.kuche...@verdurent.com --- drivers/mfd/twl4030-core.c | 24 1 files changed, 16 insertions(+), 8 deletions(-) diff --git a/drivers/mfd/twl4030-core.c b/drivers/mfd/twl4030-core.c index 56f1de5..3d2c413 100644

[PATCH] mfd: twl4030: clarify the return value for read and write

2009-12-02 Thread Amit Kucheria
We should be checking if all the messages were tranferred or not. Currently we return success even if none of messages were transferred successfully. Signed-off-by: Amit Kucheria amit.kuche...@verdurent.com --- drivers/mfd/twl4030-core.c | 21 + 1 files changed, 13

[PATCHv2] mfd: twl4030: clarify the return value for read and write

2009-12-02 Thread Amit Kucheria
transferred successfully. Signed-off-by: Amit Kucheria amit.kuche...@verdurent.com --- drivers/mfd/twl4030-core.c | 25 + 1 files changed, 17 insertions(+), 8 deletions(-) diff --git a/drivers/mfd/twl4030-core.c b/drivers/mfd/twl4030-core.c index 56f1de5..8f9ba79 100644

Re: [PATCH] mfd: twl4030: Driver for twl4030 madc module

2009-11-30 Thread Amit Kucheria
Hi Samuel, On Fri, Nov 27, 2009 at 9:36 PM, Samuel Ortiz sa...@linux.intel.com wrote: Hi Amit, On Wed, Nov 25, 2009 at 12:47:51PM +0200, Amit Kucheria wrote: diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile index af0fc90..df1897b 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd

[PATCH] mfd: twl4030: Driver for twl4030 madc module

2009-11-25 Thread Amit Kucheria
From: Mikko Ylinen mikko.k.yli...@nokia.com This ADC allows monitoring of analog signals such as battery levels, temperatures, etc. Several people have contributed to this driver on the linux-omap list. Signed-off-by: Amit Kucheria amit.kuche...@verdurent.com --- drivers/mfd/Kconfig

Re: [PATCH 1/2] staging: iio: tsl2563 ambient light sensor driver

2009-11-10 Thread Amit Kucheria
On 09 Nov 09, Jonathan Cameron wrote: Amit Kucheria wrote: On 09 Nov 09, Jonathan Cameron wrote: Hi Amit, Normally I'd welcome this in IIO, except that all ambient light sensors are in the process of moving to the new ALS subsystem. There are still some issues to resolve

Re: Driver Merge Questions

2009-11-09 Thread Amit Kucheria
-- - Amit Kucheria, Kernel Developer, Verdurent - -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body

Re: Driver Merge Questions

2009-11-09 Thread Amit Kucheria
On Mon, Nov 9, 2009 at 11:26 AM, Amit Kucheria amit.kuche...@verdurent.com wrote: On 09 Nov 03, Tony Lindgren wrote: * Chris Hudson chud...@kionix.com [091103 06:48]: Hello all, I've never submitted any software to Linux before, but I've been working on some new accelerometer drivers

[PATCH 1/2] staging: iio: tsl2563 ambient light sensor driver

2009-11-09 Thread Amit Kucheria
for submitting this to staging is that it is dependent on the IIO subsystem. Signed-off-by: Amit Kucheria amit.kuche...@verdurent.com Cc: Jonathan Cameron ji...@cam.ac.uk Cc: Greg Kroah-Hartman gre...@suse.de Cc: linux-omap@vger.kernel.org --- drivers/staging/iio/light/Kconfig | 11 + drivers

[PATCH 2/2] omap: rx51: Enable RX-51 ambient light sensor

2009-11-09 Thread Amit Kucheria
The driver is at staging/iio/light/tsl2563.c for now since the IIO subsystem seems to be the preferred subsystems for such drivers now. Enable it on the RX-51 for now. The ugly #include will get fixed when IIO moves from staging to its own subsystem. Signed-off-by: Amit Kucheria amit.kuche

Re: [PATCH 1/2] staging: iio: tsl2563 ambient light sensor driver

2009-11-09 Thread Amit Kucheria
On 09 Nov 09, Jonathan Cameron wrote: Hi Amit, Normally I'd welcome this in IIO, except that all ambient light sensors are in the process of moving to the new ALS subsystem. There are still some issues to resolve in that subsystem (mainly to do with naming conventions) but hopefully we

Re: Driver Merge Questions

2009-11-09 Thread Amit Kucheria
on obvious issues, if any. But be prepared to modify the driver to use IIO. I just modified a driver to use IIO and isn't that hard - probably an afternoon's work. Regards, Amit -- - Amit Kucheria, Kernel

[PATCH 1/5] mfd: twl4030-power: Rename DEVGROUP to DEV_GRP

2009-10-19 Thread Amit Kucheria
Stick to the names used in the reference manual Signed-off-by: Amit Kucheria amit.kuche...@verdurent.com Cc: sa...@linux.intel.com Cc: linux-omap@vger.kernel.org --- drivers/mfd/twl4030-power.c | 16 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/mfd

[PATCH 2/5] mfd: twl4030-power: Add comments for the register and bit layout

2009-10-19 Thread Amit Kucheria
Describe how the resource registers are laid out and the various bit-fields in them. Signed-off-by: Amit Kucheria amit.kuche...@verdurent.com Cc: sa...@linux.intel.com Cc: linux-omap@vger.kernel.org --- drivers/mfd/twl4030-power.c | 12 ++-- 1 files changed, 10 insertions(+), 2

[PATCH 4/5] mfd: twl4030-power: Add support for remapping power states

2009-10-19 Thread Amit Kucheria
The RESOURCE_REMAP register allows configuration of the RESOURCE in case of a sleep or off transition. Allow this property of resources to be configured (through twl4030_resconfig) and add code to parse these values to program the registers accordingly. Signed-off-by: Amit Kucheria amit.kuche

[PATCH 3/5] mfd: twl4030-power: Move power-related data closer together in the header file

2009-10-19 Thread Amit Kucheria
Bring together all the TWL power-related data in the header file Signed-off-by: Amit Kucheria amit.kuche...@verdurent.com Cc: sa...@linux.intel.com Cc: linux-omap@vger.kernel.org --- include/linux/i2c/twl4030.h | 154 ++- 1 files changed, 78 insertions

[PATCH 5/5] mfd: twl4030-power: Optimised power scripts for the rx51

2009-10-19 Thread Amit Kucheria
The power scripts optimisation was mainly done by: Tero Kristo tero.kri...@nokia.com and Arnaud Mandy ext-arnaud.2.ma...@nokia.com I'm only refactoring and testing it against the mainline kernel. Signed-off-by: Amit Kucheria amit.kuche...@verdurent.com Cc: Samuel Ortiz sa...@linux.intel.com Cc

Re: [PATCH 0/2] twl4030 power support for 3430SDP

2009-10-02 Thread Amit Kucheria
On 09 Oct 01, Kevin Hilman wrote: Amit Kucheria amit.kuche...@canonical.com writes: On 09 Oct 01, Kevin Hilman wrote: I've been carrying these in the PM branch, but now that twl4030 power support is in mainline, these can be queued for 2.6.33. Kevin Hilman (1): OMAP3: PM: 3430SDP

Re: [PATCH v3 02/04] ARM: OMAP: Rename all twl4030_i2c*.

2009-10-01 Thread Amit Kucheria
-- - Amit Kucheria, Kernel Developer, Verdurent - -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord

Re: [PATCH v3 01/04] OMAP4: PMIC: Add support for twl6030 irq framework

2009-10-01 Thread Amit Kucheria
-- - Amit Kucheria, Kernel Developer, Verdurent - -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message

Re: [PATCH 0/2] twl4030 power support for 3430SDP

2009-10-01 Thread Amit Kucheria
-- - Amit Kucheria, Kernel Developer, Verdurent - -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info

Re: [PATCH 0/2] twl4030 power support for 3430SDP

2009-10-01 Thread Amit Kucheria
On 09 Oct 01, Kevin Hilman wrote: Amit Kucheria amit.kuche...@canonical.com writes: On 09 Oct 01, Kevin Hilman wrote: I've been carrying these in the PM branch, but now that twl4030 power support is in mainline, these can be queued for 2.6.33. Kevin Hilman (1): OMAP3: PM: 3430SDP

[PATCH] input: fix rx51 board keymap

2009-09-30 Thread Amit Kucheria
. While we are at it, fix the comments in twl4030.h and define PERSISTENT_KEY as (r,c) instead of (c, r) Tested on a RX51 (N900) device. Signed-off-by: Amit Kucheria amit.kuche...@verdurent.com Cc: Tony Lindgren t...@atomide.com Cc: Lauri Leukkunen lauri.leukku...@nokia.com Cc: Samuel Ortiz sa

Re: [PATCH 0/2] mfd: restoring twl4030 power-off and power-button capabilities

2009-09-27 Thread Amit Kucheria
in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html -- - Amit Kucheria, Kernel Developer, Verdurent

Re: [PATCH 1/3] MFD: TWL4030: Add support for TWL4030/5030 dynamic power switching

2009-08-31 Thread Amit Kucheria
On Fri, Aug 28, 2009 at 8:47 PM, Samuel Ortizsa...@linux.intel.com wrote: Hi Amit, On Mon, Aug 17, 2009 at 05:01:46PM +0300, Amit Kucheria wrote: + +#include asm/mach-types.h You'll have to make your Kconfig entry depend on ARM if you want to include this file. Too bad you need it just

Re: Patch format for submission?

2009-08-19 Thread Amit Kucheria
and push into mainline. Peter, Look at Documentation/SubmittingPatches in the kernel top level directory. It has instructions and links to other documents for submitting a correct patch. Regards, Amit -- - Amit Kucheria

Re: [PATCH 1/3] MFD: TWL4030: Add support for TWL4030/5030 dynamic power switching

2009-08-17 Thread Amit Kucheria
+0300, Amit Kucheria wrote: The TWL4030/5030 family of multifunction devices allows board-specific control of the the various regulators, clock and reset lines through 'scripts' that are loaded into its memory. This allows for Dynamic Power Switching (DPS). Implement board-independent

Re: [PATCH 2/3] MFD: TWL4030: print warning for out-of-order script loading

2009-08-17 Thread Amit Kucheria
On 09 Aug 04, Samuel Ortiz wrote: Hi Amit, On Wed, Jul 08, 2009 at 01:49:35PM +0300, Amit Kucheria wrote: When the sleep script is loaded before the wakeup script, there is a chance that the system might go to sleep before the wakeup script loading is completed. This will lead

Re: [PATCH 3/3] MFD: TWL4030: OMAP: Board-specifc DPS scripts for RX51 board

2009-08-17 Thread Amit Kucheria
On 09 Aug 04, Samuel Ortiz wrote: Hi Amit, On Wed, Jul 08, 2009 at 01:49:39PM +0300, Amit Kucheria wrote: Add support for Dynamic Power Switching (DPS) for the RX51 board. Could I have an Acked-by from Tony or someone from Nokia maintaining this board (e.g. Lauri) ? I'll cc Tony

[PATCH 1/3] MFD: TWL4030: Add support for TWL4030/5030 dynamic power switching

2009-08-17 Thread Amit Kucheria
by board-specific code to load custom DPS scripts. Signed-off-by: Amit Kucheria amit.kuche...@verdurent.com Cc: sa...@linux.intel.com Cc: dbrown...@users.sourceforge.net Cc: linux-omap@vger.kernel.org --- drivers/mfd/Kconfig | 13 ++ drivers/mfd/Makefile|1 + drivers/mfd

[PATCH 2/3] MFD: TWL4030: print warning for out-of-order script loading

2009-08-17 Thread Amit Kucheria
this problem, including modification of the core twl4030 power code to be smart enough to reorder the loading of the scripts. But it felt too over-engineered. Hence this patch just warns the DPS script developer so that they may be reordered in the board-code itself. Signed-off-by: Amit Kucheria

[PATCH 3/3] MFD: TWL4030: OMAP: Board-specifc DPS scripts for RX51 board

2009-08-17 Thread Amit Kucheria
Add support for Dynamic Power Switching (DPS) for the RX51 board. These scripts are still a work-in-progress. I'll keep sending patches to update the scripts as they are optimised. Signed-off-by: Amit Kucheria amit.kuche...@verdurent.com Cc: sa...@linux.intel.com Cc: t...@atomide.com Cc: dbrown

Re: [PATCH] TWL4030:TWL5030:TPS659x0: add keypad support

2009-07-22 Thread Amit Kucheria
On 09 Jul 20, Trilok Soni wrote: Hi Vikram, + +#include linux/kernel.h +#include linux/module.h +#include linux/init.h +#include linux/interrupt.h +#include linux/input.h +#include linux/platform_device.h +#include linux/i2c/twl4030.h +#include mach/keypad.h One empty line

[PATCHv2 0/3] MFD: TWL4030: Support for dynamic power switching

2009-07-08 Thread amit . kucheria
From: Amit Kucheria amit.kuche...@verdurent.com The TWL4030/5030 family of multifunction devices allow dynamic power switching based on board-specific applications through power 'scripts'. Add board-independent core support for this feature and add support for the RX51 board based on OMAP3

[PATCH 1/3] MFD: TWL4030: Add support for TWL4030/5030 dynamic power switching

2009-07-08 Thread Amit Kucheria
by board-specific code to load custom DPS scripts. Signed-off-by: Amit Kucheria amit.kuche...@verdurent.com --- drivers/mfd/Kconfig | 13 ++ drivers/mfd/Makefile|1 + drivers/mfd/twl4030-core.c | 12 ++ drivers/mfd/twl4030-power.c | 384

[PATCH 2/3] MFD: TWL4030: print warning for out-of-order script loading

2009-07-08 Thread Amit Kucheria
this problem, including modification of the core twl4030 power code to be smart enough to reorder the loading of the scripts. But it felt too over-engineered. Hence this patch just warns the DPS script developer so that they may be reordered in the board-code itself. Signed-off-by: Amit Kucheria

[PATCH 3/3] MFD: TWL4030: OMAP: Board-specifc DPS scripts for RX51 board

2009-07-08 Thread Amit Kucheria
Add support for Dynamic Power Switching (DPS) for the RX51 board. Signed-off-by: Amit Kucheria amit.kuche...@verdurent.com --- arch/arm/mach-omap2/board-rx51-peripherals.c | 122 +- 1 files changed, 120 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-omap2

[PATCH 0/3] TWL4030: Add support for dynamic power switching

2009-06-24 Thread Amit Kucheria
The TWL4030/5030 family of multifunction devices allow dynamic power switching based on board-specific applications through power 'scripts'. Add board-independent core support for this feature and add support for the RX51 board based on OMAP3. Amit Kucheria (3): TWL4030: power: Add support

[PATCH 1/3] TWL4030: power: Add support for TWL4030/5030 dynamic power switching

2009-06-24 Thread Amit Kucheria
by board-specific code to load custom DPS scripts. Signed-off-by: Amit Kucheria amit.kuche...@verdurent.com --- drivers/mfd/Kconfig | 13 ++ drivers/mfd/Makefile|1 + drivers/mfd/twl4030-core.c | 26 +++ drivers/mfd/twl4030-power.c | 389

[PATCH 2/3] TWL4030: power: print warning for out-of-order script loading

2009-06-24 Thread Amit Kucheria
this problem, including modification of the core twl4030 power code to be smart enough to reorder the loading of the scripts. But it felt too over-engineered. Hence this patch just warns the DPS script developer so that it may be reordered in the board-code itself. Signed-off-by: Amit Kucheria

[PATCH 3/3] TWL4030: power: OMAP: Board-specifc DPS scripts for RX51 board

2009-06-24 Thread Amit Kucheria
Add support for Dynamic Power Switching (DPS) for the RX51 board. Signed-off-by: Amit Kucheria amit.kuche...@verdurent.com --- arch/arm/mach-omap2/board-rx51-peripherals.c | 120 +- 1 files changed, 119 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2

[PATCH] TWL4030: Reset header file to mainline

2009-06-17 Thread Amit Kucheria
Reset twl4030.h to what is upstream. Patches to restore twl4030_power functionality will follow directly to lkml. Compile-tested only. Signed-off-by: Amit Kucheria amit.kuche...@verdurent.com --- include/linux/i2c/twl4030.h | 78 +++--- 1 files changed, 6

Re: [PATCH] TWL4030: Reset header file to mainline

2009-06-17 Thread Amit Kucheria
On 09 Jun 17, Eugeny S. Mints wrote: Amit Kucheria wrote: Reset twl4030.h to what is upstream. Patches to restore twl4030_power functionality will follow directly to lkml. development against upstream is great. But what will be left for this mail list if we send all patches directly

Re: [PATCH] [PATCH] twl4030: Add some error checking to twl4030 init

2009-06-03 Thread Amit Kucheria
Bump.. This patch was acked by David Brownell earlier in the thread. Regards, Amit On Wed, May 06, 2009 at 03:03:38PM +0300, Amit Kucheria wrote: Check for return values of i2c read/write operations and size of scripts being uploaded to TWL4030 (Removed the unrelated string changes based

[PATCH] [PATCH] twl4030: Add some error checking to twl4030 init

2009-05-06 Thread Amit Kucheria
Check for return values of i2c read/write operations and size of scripts being uploaded to TWL4030 (Removed the unrelated string changes based on David Brownell's comment) Signed-off-by: Amit Kucheria amit.kuche...@verdurent.com --- drivers/mfd/twl4030-power.c | 52

[PATCH] twl4030: Add some error checking to twl4030 init

2009-04-20 Thread Amit Kucheria
Check for return values of i2c read/write operations and size of scripts being uploaded to TWL4030 Signed-off-by: Amit Kucheria amit.kuche...@verdurent.com --- drivers/mfd/twl4030-core.c |2 +- drivers/mfd/twl4030-power.c | 52 +++--- 2 files changed

[PATCH] twl4030: Add some error checking to twl4030 init

2009-04-20 Thread Amit Kucheria
Whitespace-fixed version and passed through checkpatch.pl Check for return values of i2c read/write operations and size of scripts being uploaded to TWL4030 Signed-off-by: Amit Kucheria amit.kuche...@verdurent.com --- drivers/mfd/twl4030-core.c |2 +- drivers/mfd/twl4030-power.c | 49

Re: Question regarding how to submit patches

2009-02-16 Thread Amit Kucheria
-- - Amit Kucheria amit _dot_ kucheria@NOSPAMverdurent.com Kernel Developer, Verdurent -- -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body