Re: [PATCH 2/9] ARM: OMAP2+: SmartReflex: move the driver specific macros in include/linux/power

2012-04-05 Thread Trilok Soni
, may be others will rise once they see the framework and contribute if their h/w architecture requirements are not addressed? ---Trilok Soni -- -- Sent by a consultant of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum

Re: [PATCH 2/9] ARM: OMAP2+: SmartReflex: move the driver specific macros in include/linux/power

2012-04-05 Thread Trilok Soni
/power, unless it is generic fwk and then build up client drivers on top of it. Meanwhile we could move this driver into above options as I have suggested. ---Trilok Soni -- -- Sent by a consultant of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code

Re: [PATCH 2/9] ARM: OMAP2+: SmartReflex: move the driver specific macros in include/linux/power

2012-04-04 Thread Trilok Soni
am sure this kind of technology would be common in newer embedded chips. ---Trilok Soni -- -- Sent by a consultant of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum. -- To unsubscribe from this list: send the line unsubscribe linux

Re: [RFC] [PATCH 1/3] OMAP4: Keyboard Controller Support

2010-04-14 Thread Trilok Soni
); + +       platform_set_drvdata(pdev, keypad_data); + +       return 0; + +failed_free_device: +       input_unregister_device(keypad_data-input); add keypad_data-input = NULL. -- ---Trilok Soni http://triloksoni.wordpress.com http://www.linkedin.com/in/triloksoni -- To unsubscribe from

Re: [PATCHv2 0/3] Add support for TCA6416 based Keypad driver.

2010-03-12 Thread Trilok Soni
!!! -- ---Trilok Soni http://triloksoni.wordpress.com http://www.linkedin.com/in/triloksoni -- 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 at http://vger.kernel.org/majordomo-info.html

Re: [RFC][PATCH 1/3] RTC periodic interrupts enabling and msecure init

2009-08-23 Thread Trilok Soni
://vger.kernel.org/majordomo-info.html -- ---Trilok Soni http://triloksoni.wordpress.com http://www.linkedin.com/in/triloksoni -- 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 at http://vger.kernel.org

Re: [PATCH][RFC] OMAP4: Keypad Support for OMAP4430

2009-07-22 Thread Trilok Soni
, and then start merging omap4 keypad code. -- ---Trilok Soni http://triloksoni.wordpress.com http://www.linkedin.com/in/triloksoni -- 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 at http://vger.kernel.org

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

2009-07-22 Thread Trilok Soni
Hi Amit, On Wed, Jul 22, 2009 at 7:55 PM, Amit Kucheriaamit.kuche...@verdurent.com wrote: 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

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

2009-07-20 Thread Trilok Soni
about the result */ +       (void) twl4030_kpwrite_u8(kp, 0xff, KEYP_IMR1); +       free_irq(kp-irq, NULL); +err3: +       input_unregister_device(kp-input); +       kp-input = NULL; +err2: +       input_free_device(kp-input); +       kfree(kp); +       return -ENODEV; +} + -- ---Trilok

Re: [RESEND][PATCH] input: Added TSC2003

2009-06-15 Thread Trilok Soni
in the body of a message to majord...@vger.kernel.org More majordomo info at  http://vger.kernel.org/majordomo-info.html Please read the FAQ at  http://www.tux.org/lkml/ -- ---Trilok Soni http://triloksoni.wordpress.com http://www.linkedin.com/in/triloksoni -- To unsubscribe from this list

Re: [PATCH] MFD: Add U300 AB3100 core support v1

2009-05-28 Thread Trilok Soni
manilined driver twl4030-core driver too. Adding David here. read/write register APIs for twl4030-core driver is also exported everywhere without per chip structure fed into it. ---Trilok Soni http://triloksoni.wordpress.com http://www.linkedin.com/in/triloksoni -- To unsubscribe from this list: send

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

2009-05-04 Thread Trilok Soni
Hi Thierry, On Mon, May 4, 2009 at 5:07 PM, Thierry Reding thierry.red...@avionic-design.de wrote: * Kwangwoo Lee wrote: Hi Thierry and Trilok, On Wed, Apr 29, 2009 at 10:23 PM, Trilok Soni soni.tri...@gmail.com wrote: Hi Thierry, I have added linux-omap community. How different

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

2009-05-04 Thread Trilok Soni
Hi Therry, On Mon, May 4, 2009 at 8:27 PM, Thierry Reding thierry.red...@avionic-design.de wrote: * Trilok Soni wrote: Hi Thierry, On Mon, May 4, 2009 at 5:07 PM, Thierry Reding thierry.red...@avionic-design.de wrote: * Kwangwoo Lee wrote: Hi Thierry and Trilok, On Wed, Apr 29, 2009

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

2009-04-29 Thread Trilok Soni
. ---Trilok Soni On Wed, Apr 29, 2009 at 5:33 PM, Thierry Reding thierry.red...@avionic-design.de wrote: This patch implements touchscreen support for the TSC2003 controller. There is no support for the temperature sensor yet. Signed-off-by: Thierry Reding thierry.red...@avionic-design.de

Re: Problems while designing TPS65023 regulator driver

2009-04-24 Thread Trilok Soni
Hi David, On Fri, Apr 24, 2009 at 3:47 AM, David Brownell davi...@pacbell.net wrote: On Thursday 23 April 2009, Trilok Soni wrote: Any updates on tps65023 regulator driver? Could you please submit the WIP patches to the list? FWIW, here's the last version I saw ... it includes a build hack

Re: Problems while designing TPS65023 regulator driver

2009-04-23 Thread Trilok Soni
get merged into OMAP some time after that is released. Sounds good to me. Any updates on tps65023 regulator driver? Could you please submit the WIP patches to the list? -- ---Trilok Soni http://triloksoni.wordpress.com http://www.linkedin.com/in/triloksoni -- To unsubscribe from this list: send

Re: lowmemory android driver not needed?

2009-04-01 Thread Trilok Soni
this infrastructure. That's my homework. Any updates on top of mem_notify v6 patches? Is there any WIP for mem_notify with memcg infrastructure as you have pointed out above? -- ---Trilok Soni http://triloksoni.wordpress.com http://www.linkedin.com/in/triloksoni -- To unsubscribe from this list

Re: Things to do after 2.6.29 gets released

2009-03-21 Thread Trilok Soni
right now to test those on n810. This driver is very much clean and there won't be much effort to mainline this if someone is ready to takeup task of mainlining this. -- ---Trilok Soni http://triloksoni.wordpress.com http://www.linkedin.com/in/triloksoni -- To unsubscribe from this list: send

Re: [PATCH] tidspbridge: remove revision history

2009-03-18 Thread Trilok Soni
names from the revision history, it doesn't have any meaning. -- ---Trilok Soni http://triloksoni.wordpress.com http://www.linkedin.com/in/triloksoni -- 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] tidspbridge: remove revision history

2009-03-18 Thread Trilok Soni
have any meaning. Nishanth probably can put some points here. -- ---Trilok Soni http://triloksoni.wordpress.com http://www.linkedin.com/in/triloksoni -- 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: [Linux-fbdev-devel] [PATCH] omapfb: Fix argument of blank operation.

2009-03-11 Thread Trilok Soni
Hi Felipe, On Fri, Dec 5, 2008 at 4:15 AM, Felipe Contreras felipe.contre...@gmail.com wrote: From: Felipe Contreras felipe.contre...@nokia.com The blank operation should receive FB_BLANK_POWERDOWN, not VESA_POWERDOWN. Thanks. Looks good. Signed-off-by: Trilok Soni soni.tri...@gmail.com

Re: [PATCH 2/2] OMAP: tsc2005: Change state machine to be more stable.

2009-02-17 Thread Trilok Soni
input_report_event. I had submitted earlier version of tsc2005.c to mainline, and we have got couple of comments, I can see that you have fixed simple_strtoul return related problem in sysfs in the first patch. I will send you that thread link tomorrow. -- ---Trilok Soni http://triloksoni.wordpress.com

Re: [patch/rfc 2.6.28-rc2] input: twl4030_keypad driver

2009-01-22 Thread Trilok Soni
twl4030_keypad *kp = platform_get_drvdata(pdev); free_irq(kp-irq, kp); input_unregister_device(kp-input); Thanks for making changes: Reviewed-by: Trilok Soni soni.tri...@gmail.com -- ---Trilok Soni http://triloksoni.wordpress.com http://www.linkedin.com/in/triloksoni

Re: [patch/rfc 2.6.28-rc2] input: twl4030_keypad driver

2009-01-21 Thread Trilok Soni
) +{ + struct twl4030_keypad *kp = dev_get_drvdata(pdev-dev); platform_get_drvdata ? -- ---Trilok Soni http://triloksoni.wordpress.com http://www.linkedin.com/in/triloksoni -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More

Re: lowmemory android driver not needed?

2009-01-15 Thread Trilok Soni
? And there is one more lowmem driver developed by Nokia for Nokia 8xx tablets it seems. CCed Tony Lindgren, Juha and Viktor. http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=blob;f=security/lowmem.c;h=ae78a530af39703e335ad769f1e6f097f63ec6dd;hb=HEAD -- ---Trilok Soni http

Re: [REVIEW PATCH 04/14] OMAP: CAM: Add ISP user header and register defs

2009-01-13 Thread Trilok Soni
Hi Sergio, +++ b/arch/arm/plat-omap/include/mach/isp_user.h @@ -0,0 +1,668 @@ +/* + * include/asm-arm/arch-omap/isp_user.h + * Path doesn't match. Better remove paths from all files, as they keep changing, and maintaining them is hard. -- ---Trilok Soni http://triloksoni.wordpress.com

Re: [PATCH] Add TI TSC2005 Touchscreen driver

2009-01-02 Thread Trilok Soni
Hi Felip, Sorry for the delayed reply. On Mon, Dec 8, 2008 at 11:58 PM, Felipe Balbi m...@felipebalbi.com wrote: On Mon, Dec 08, 2008 at 11:19:53PM +0530, Trilok Soni wrote: +static ssize_t tsc2005_disable_store(struct device *dev, + struct device_attribute

Re: [irda-users] [PATCH] OMAP IrDA driver

2008-12-22 Thread Trilok Soni
); + } + I can move this to board-h3.c file instead with platform data flag probably. -- ---Trilok Soni http://triloksoni.wordpress.com http://www.linkedin.com/in/triloksoni -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More

Re: [PATCH] Add Omnivision OV9640 sensor support.

2008-12-21 Thread Trilok Soni
to be internal to the driver and so should be moved to the driver source (or a ov9640_regs.h headers next to the driver source). I will bring regs inside the source file and remove ov9640.h from include/media if there is no need of platform data dependency from board-xxx.c files. -- ---Trilok Soni

Re: GPIO switch framework (was: Re: [PATCH] ARM: OMAP: Add support for dynamic GPIO switch update)

2008-12-19 Thread Trilok Soni
Hi Jani, On Thu, Dec 18, 2008 at 7:10 PM, Jani Nikula ext-jani.1.nik...@nokia.com wrote: On Thu, 2008-12-18 at 18:30 +0530, ext Trilok Soni wrote: Why limit to GPIO based switches only? GPIOs should be client of switch framework I think, and how h/w implements that switch should be hidden

Re: Instructions and design notes for using TI TSC2007 touch screen controller chip

2008-12-15 Thread Trilok Soni
the TI TSC2007 to a 4-wire analog resistive touch screen panel available on a Sharp LQ043T1DG01 4.3 480x272 resolution LCD touch screen display. Recently TSC2007 driver was submitted to LKML and linux-omap ML, please google: kwangwoo lee TSC2007 -- ---Trilok Soni http

Re: [PATCH] ARM: OMAP: Add support for dynamic GPIO switch update

2008-12-15 Thread Trilok Soni
Not related to this patch, but why not we convert this omap specific gpio switch code into generic switch framework and attach gpios to that switch framework, other arm-linux platforms seems to also use such home-brew frameworks for this functionality it seems. -- ---Trilok Soni http

Re: [PATCH] Add OMAP2 camera driver

2008-12-10 Thread Trilok Soni
camera driver to use videobuf would be a lot easier. The performance would be better, too. A generic DMA controller driver would be also good to have but not mandatory. This is not yet mainlined, so let's incorporate IOMMU bits once it gets mainlined. -- ---Trilok Soni http

Re: [PATCH] Add TI TSC2005 Touchscreen driver

2008-12-09 Thread Trilok Soni
Hi Lauri, On Tue, Dec 9, 2008 at 6:47 PM, Lauri Leukkunen [EMAIL PROTECTED] wrote: On 08/12/08 19:26 +0100, ext Sam Ravnborg wrote: Add Texas Instruments TSC2005 chip touchscreen driver. Signed-off-by: Trilok Soni [EMAIL PROTECTED] Hi Trilok. A few nitpicks below. In general a very

[PATCH] Add TI TSC2005 Touchscreen driver

2008-12-08 Thread Trilok Soni
From f515287088f01b5870017edaa83a309ca9623f91 Mon Sep 17 00:00:00 2001 From: Lauri Leukkunen [EMAIL PROTECTED] Date: Sun, 7 Dec 2008 19:52:41 +0530 Subject: [PATCH] Add TI TSC2005 Touchscren driver Add Texas Instruments TSC2005 chip touchscreen driver. Signed-off-by: Trilok Soni [EMAIL PROTECTED

Re: [irda-users] [PATCH] OMAP IrDA driver

2008-12-05 Thread Trilok Soni
Hi Samuel, On Fri, Dec 5, 2008 at 2:58 PM, [EMAIL PROTECTED] wrote: Hi, On Fri, 5 Dec 2008 12:04:29 +0530, Trilok Soni [EMAIL PROTECTED] wrote: This time adding LKML too. Could you please inline the patch so that we can have an easier review ? I don't have proper git-send-email

Remove drivers/input/touchscreen/omap directory?

2008-12-05 Thread Trilok Soni
Hi Tony, I think no one using touchscreen drivers under this directory, please remove. I will start process of sending tsc patches to upstream soon... -- ---Trilok Soni http://triloksoni.wordpress.com http://www.linkedin.com/in/triloksoni -- To unsubscribe from this list: send the line

Re: [PATCH] OMAP IrDA driver

2008-12-04 Thread Trilok Soni
Hi Samuel, Any updates on when you can review this OMAP IrDA patch? -- ---Trilok Soni http://triloksoni.wordpress.com http://www.linkedin.com/in/triloksoni -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More majordomo info

[PATCH] OMAP IrDA driver

2008-12-04 Thread Trilok Soni
This time adding LKML too. -- ---Trilok Soni http://triloksoni.wordpress.com http://www.linkedin.com/in/triloksoni 0001-OMAP-IrDA-driver.patch Description: Binary data

Re: [PATCH] Add OMAP2 camera driver

2008-12-03 Thread Trilok Soni
enough to be used on other silicons also, right? What if it is on Davinci line of processors? -- ---Trilok Soni http://triloksoni.wordpress.com http://www.linkedin.com/in/triloksoni -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED

Re: [PATCH] Add tsc2007 based touchscreen driver.

2008-12-03 Thread Trilok Soni
-- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ -- ---Trilok Soni http://triloksoni.wordpress.com http

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb

2008-12-02 Thread Trilok Soni
Hi, On Tue, Dec 2, 2008 at 11:58 AM, Trilok Soni [EMAIL PROTECTED] wrote: Hi Mauro, This is one of the lack of the features on mercurial. It doesn't have a meta tag for committer. On mercurial, the -hg user and the author should be the same person. Since we want to identify the patch

Re: [PATCH] Add OMAP2 camera driver

2008-12-02 Thread Trilok Soni
code, some one from TI should refresh those patches. -- ---Trilok Soni http://triloksoni.wordpress.com http://www.linkedin.com/in/triloksoni -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More majordomo info at http

Re: [PATCH] Add Omnivision OV9640 sensor support.

2008-12-01 Thread Trilok Soni
;) -- ---Trilok Soni http://triloksoni.wordpress.com http://www.linkedin.com/in/triloksoni -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] Add OMAP2 camera driver

2008-12-01 Thread Trilok Soni
Hi Hans, Hi Trilok, Sakari, I've merged it in my tree: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb Is it OK for me to issue a pull request for that it can be merged in the v4l-dvb master? I am OK with this. Sakari, I need your signed-off-by line. -- ---Trilok Soni http

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb

2008-12-01 Thread Trilok Soni
sent was having --author field as Sakari Ailus. Could you please check this? Thanks. author Hans Verkuil [EMAIL PROTECTED] Mon Dec 01 14:49:58 2008 +0100 (4 hours ago) changeset 9768 2b81e03d16ed manifest2b81e03d16ed parent 9767 7100e78482d7 tag tip -- ---Trilok Soni http

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb

2008-12-01 Thread Trilok Soni
, but atleast you will not have to internal user meta-data per patch. -- ---Trilok Soni http://triloksoni.wordpress.com http://www.linkedin.com/in/triloksoni -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More majordomo info at http

Re: [patch 2.6.28-rc6-omap-git 5/5] move drivers/i2c/chips/twl4030-usb.c

2008-12-01 Thread Trilok Soni
Hi David, Any plan of moving menelaus.c from i2c/chips directory? I think we can move this driver under regulator framework too. -- ---Trilok Soni http://triloksoni.wordpress.com http://www.linkedin.com/in/triloksoni -- To unsubscribe from this list: send the line unsubscribe linux-omap

[PATCH] OMAP IrDA driver

2008-11-28 Thread Trilok Soni
-- ---Trilok Soni http://triloksoni.wordpress.com http://www.linkedin.com/in/triloksoni From e218cd5b2f29fa3ca342a5f4074a9e3cd3cacdad Mon Sep 17 00:00:00 2001 From: Trilok Soni [EMAIL PROTECTED] Date: Fri, 28 Nov 2008 16:49:44 +0530 Subject: [PATCH] OMAP IrDA driver Add Texas Instruments OMAP

Re: [PATCH] Add OMAP2 camera driver

2008-11-27 Thread Trilok Soni
for the next patch from Trilok.) It will come down to linux-omap via mainline tree :) -- ---Trilok Soni http://triloksoni.wordpress.com http://www.linkedin.com/in/triloksoni -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More majordomo

Re: [PATCH] Add OMAP2 camera driver

2008-11-26 Thread Trilok Soni
will resubmit the patch. -- ---Trilok Soni http://triloksoni.wordpress.com http://www.linkedin.com/in/triloksoni -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: PWM drivers for TWL4030

2008-11-25 Thread Trilok Soni
framework on linux-arm-kernel and LKML, please follow that discussion. -- ---Trilok Soni http://triloksoni.wordpress.com http://www.linkedin.com/in/triloksoni -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More majordomo info

Re: [PATCH 2/2] TVP514x V4L int device driver support

2008-11-24 Thread Trilok Soni
(now deleted) available from linux-omap tree after syncing them with latest linux-2.6.x tree, and the whole driver and the sensor is written using v4l2-int-device framework. I am going to send it anyway, so that it can have some review comments. -- ---Trilok Soni http://triloksoni.wordpress.com

Re: gpio_expander_omap removal?

2008-11-24 Thread Trilok Soni
Hi Tony, Yes, let's get rid of that. Attached the patch, just check. -- ---Trilok Soni http://triloksoni.wordpress.com http://www.linkedin.com/in/triloksoni From 88ce88a30a3c141657786869d87afc3600def0d8 Mon Sep 17 00:00:00 2001 From: Trilok Soni [EMAIL PROTECTED] Date: Mon, 24 Nov 2008 23

Re: [PATCH] [OMAPZOOM] OMAP: DISPLAY: Code Clean up Trailing Whitespace

2008-11-24 Thread Trilok Soni
/omap24xxvout.h|6 +- drivers/media/video/omap/omap24xxvoutdef.h | 32 ++-- 6 files changed, 201 insertions(+), 201 deletions(-) Where did you get video/omap directory in linux-omap master? From which branch you have based this patch? -- ---Trilok Soni http://triloksoni.wordpress.com http

Re: [PATCH] [OMAPZOOM] OMAP: DISPLAY: Code Clean up Trailing Whitespace

2008-11-24 Thread Trilok Soni
? I am taking liberty to CC linux-omap list. -- ---Trilok Soni http://triloksoni.wordpress.com http://www.linkedin.com/in/triloksoni -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org

Re: v4l2_device/v4l2_subdev: please review

2008-11-24 Thread Trilok Soni
is also good, as we are doing some core changes right? -- ---Trilok Soni http://triloksoni.wordpress.com http://www.linkedin.com/in/triloksoni -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More majordomo info at http

Re: v4l2_device/v4l2_subdev: please review

2008-11-24 Thread Trilok Soni
their sensor/controller drivers to adapt your changes. -- ---Trilok Soni http://triloksoni.wordpress.com http://www.linkedin.com/in/triloksoni -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More majordomo info at http

Re: [PATCH 2/2] TVP514x V4L int device driver support

2008-11-23 Thread Trilok Soni
camera-sensor framework or merge with soc-camera framework. Two frameworks doesn't help anyone, but creates more confusion for new developers. -- ---Trilok Soni http://triloksoni.wordpress.com http://www.linkedin.com/in/triloksoni -- To unsubscribe from this list: send the line unsubscribe linux

Re: Jack insertion

2008-11-18 Thread Trilok Soni
work regarding the Headset JACK insertion/detection. Check Jack Abstraction layer by Mark, it is already mainlined: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=include/sound/jack.h;h=b1b2b8b59adbe67d7efb817b09f7b985ad0422e7;hb=HEAD -- ---Trilok Soni http

Re: [RFC][DRAFT] TODO list for TI DSP BRIDGE

2008-08-18 Thread Trilok Soni
and power domains not separate clock infrastructure for DSPBridge. Richard and Paul can probably explain more about OMAP clock framework and why it has to be used by DSPBridge too. -- ---Trilok Soni http://triloksoni.wordpress.com http://www.linkedin.com/in/triloksoni -- To unsubscribe from this list

Re: [RFC][DRAFT] TODO list for TI DSP BRIDGE

2008-08-18 Thread Trilok Soni
kernel API won't work there? Now there are beagleboards out in the market, other developers can also help you guys in submitting/cleaning up patches, as far as there is no duplicate work going on and regular visibility on work done by TI/Nokia on Bridge internally. -- ---Trilok Soni http

Re: [RFC] Port TI DSP BRIDGE for a new dedicated branch in linux-omap

2008-08-15 Thread Trilok Soni
between TI and linux-omap-dsp community. Let's wait for Tony to put some inputs here, because someone has to maintain this branch and needs write access or else Tony has to do all the work of pushing/rebasing the patches in to ti-dspbridge branch :) -- ---Trilok Soni http://triloksoni.wordpress.com

Re: [RFC] Port TI DSP BRIDGE for a new dedicated branch in linux-omap

2008-08-15 Thread Trilok Soni
in coming months. With multiple open platforms on OMAP, I think we will see a good amount of traffic for OMAP and DSP in particular. Yes and No, as far as TI is ready to support him. -- ---Trilok Soni http://triloksoni.wordpress.com http://www.linkedin.com/in/triloksoni -- To unsubscribe from

Re: [PATCH] Volume Down key on the Zoom MDK

2008-08-01 Thread Trilok Soni
Hi Vikram, (2) A TI-GIT tree: An up-to-date 2.6.26 kernel in sync with linux-omap git This can be got by git clone - git clone http://git.omapzoom.org/repo/omapkernel Do you guys have gitweb URL for above zoom kernel? -- ---Trilok Soni http://triloksoni.wordpress.com http

Re: [PATCH 2/2] ARM:OMAP2: irda support 3430

2008-07-03 Thread Trilok Soni
are not platform data and it is long pending cleanup. It would great if we can convert this to platform_resource, as it is chip specific not board specific. -- ---Trilok Soni http://triloksoni.wordpress.com -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message

Re: [PATCH/RFC 1/2] Add Dspbridge driver to OMAP GIT kernel

2008-06-18 Thread Trilok Soni
are putting very big patches and we are unable to keep sync with your changes in incremental fashion. For most of the open source guys, setting up GIT tree is sometime first step in-order to make changes visible to others in better way :) -- ---Trilok Soni http://triloksoni.wordpress.com

Re: [PATCH 1/4] PLAT-OMAP: MCBSP: Tranform into platform driver

2008-05-08 Thread Trilok Soni
PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html -- ---Trilok Soni http://triloksoni.wordpress.com -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org

[OT] Any updates on Omap Zoom MDK beta program?

2008-04-28 Thread Trilok Soni
Hi, Anybody received any updates on Omap Zoom MDK beta program? Anybody received this kit as part of this program yet? -- ---Trilok Soni http://triloksoni.wordpress.com -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More

Re: OMAP3 DSPBridge review

2008-04-17 Thread Trilok Soni
Hi Vijay, On Thu, Apr 17, 2008 at 11:24 AM, Trilok Soni [EMAIL PROTECTED] wrote: Hi Vijay, On Thu, Apr 17, 2008 at 8:15 AM, Pasam, Vijay [EMAIL PROTECTED] wrote: Hi Trilok: I was just going this dspbridge code, and I was surprised to find layers for un-necessary

Re: source.mvista links are broken

2008-04-09 Thread Trilok Soni
? -- ---Trilok Soni http://triloksoni.wordpress.com -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html