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

2009-11-24 Thread Hiremath, Vaibhav
> -Original Message- > From: Tony Lindgren [mailto:t...@atomide.com] > Sent: Monday, November 23, 2009 11:23 PM > To: Hiremath, Vaibhav > Cc: linux-in...@vger.kernel.org; linux-omap@vger.kernel.org > Subject: Re: [PATCH 1/3] Mux configuration for AM3517 TouchScreen >

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

2009-11-23 Thread Hiremath, Vaibhav
> -Original Message- > From: Dmitry Torokhov [mailto:dmitry.torok...@gmail.com] > Sent: Friday, November 20, 2009 10:32 PM > To: Hiremath, Vaibhav > Cc: linux-in...@vger.kernel.org; linux-omap@vger.kernel.org > Subject: Re: [PATCH 2/3] Input:TouchScreen: Introduce TSC200

RE: [PATCH 2/5] ZOOM: DSS2: Add nec panel for zoom display

2009-11-23 Thread Hiremath, Vaibhav
/video/omap2/displays/panel-nec.c > b/drivers/video/omap2/displays/panel-nec.c > new file mode 100644 > index 000..c18f3ba > --- /dev/null > +++ b/drivers/video/omap2/displays/panel-nec.c > @@ -0,0 +1,291 @@ > +/* > + * NEC panel support > + * > + * Copyright (C) 2008

RE: [PATCH 1/5] ZOOM: DSS2: changes in zoom board file for display support

2009-11-23 Thread Hiremath, Vaibhav
; + lcd_panel_reset_gpio = 55; > + } > + > + gpio_request(lcd_panel_reset_gpio, "lcd reset"); > + gpio_request(LCD_PANEL_QVGA_GPIO, "lcd qvga"); > + gpio_request(LCD_PANEL_ENABLE_GPIO, "lcd panel"); > +

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

2009-11-19 Thread Hiremath, Vaibhav
hbook_nand_data.gpmc_baseaddr = > + (void *) (gpmc_base_add); > + > + printk(KERN_INFO "Registering NAND on CS%d\n", nandcs); > + if > (platform_device_register(&omap3touchbook_nand_device) < 0) > +

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

2009-11-19 Thread Hiremath, Vaibhav
.hbp= 39, > + .vsw= 1, > + .vfp= 2, > + .vbp = 7, > + > + .pixel_clock= 64000, > + > + .init = omap3touchbook_panel_init, > + .cleanup= omap3touchbook_panel_cleanup, > + .enable

RE: [PATCH] V4L2: clear buf when vrfb buf not allocated

2009-11-18 Thread Hiremath, Vaibhav
((void *) vout->smsshado_virt_addr[i], 0, > - vout->smsshado_size); > + if (!buffer_set) { > + memset((void *) vout->smsshado_virt_addr[i], 0, > + vout->smsshado_size)

RE: [PATCH 05/12] omap3evm: Add board revision function

2009-11-16 Thread Hiremath, Vaibhav
> -Original Message- > From: Tony Lindgren [mailto:t...@atomide.com] > Sent: Tuesday, November 17, 2009 4:58 AM > To: linux-arm-ker...@lists.infradead.org > Cc: Gupta, Ajay Kumar; linux-omap@vger.kernel.org; Hiremath, > Vaibhav; Premi, Sanjeev > Subject: [PATCH 05/12

RE: [PATCH 1/2] OMAP3: Enable DSS2 for OMAP3EVM board

2009-11-10 Thread Hiremath, Vaibhav
> -Original Message- > From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- > ow...@vger.kernel.org] On Behalf Of Tomi Valkeinen > Sent: Tuesday, November 10, 2009 3:43 PM > To: Hiremath, Vaibhav > Cc: Tony Lindgren; linux-omap@vger.kernel.org > Subject:

RE: [PATCH 1/2] OMAP3: Enable DSS2 for OMAP3EVM board

2009-11-09 Thread Hiremath, Vaibhav
> -Original Message- > From: Tony Lindgren [mailto:t...@atomide.com] > Sent: Tuesday, November 10, 2009 6:39 AM > To: Hiremath, Vaibhav > Cc: linux-omap@vger.kernel.org; Tomi Valkeinen > Subject: Re: [PATCH 1/2] OMAP3: Enable DSS2 for OMAP3EVM board > > * Hiremath

RE: [PATCH] omap3evm: Migrate to smsc911x ethernet driver.

2009-11-04 Thread Hiremath, Vaibhav
gt; @@ -335,12 +354,10 @@ static void __init omap3_evm_init_irq(void) > omap2_init_common_hw(mt46h32m32lf6_sdrc_params, NULL); > omap_init_irq(); > omap_gpio_init(); > - omap3evm_init_smc911x(); > } > > static struct platform_device *omap3_evm_devices[] __initd

RE: Update DSS2 patches for latest kernel changes

2009-11-04 Thread Hiremath, Vaibhav
> -Original Message- > From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- > ow...@vger.kernel.org] On Behalf Of Tomi Valkeinen > Sent: Wednesday, November 04, 2009 2:55 PM > To: Hiremath, Vaibhav > Cc: linux-omap@vger.kernel.org > Subject: RE: Update DSS2 patc

RE: Update DSS2 patches for latest kernel changes

2009-11-03 Thread Hiremath, Vaibhav
> -Original Message- > From: Tomi Valkeinen [mailto:tomi.valkei...@nokia.com] > Sent: Tuesday, November 03, 2009 2:25 PM > To: Hiremath, Vaibhav > Cc: linux-omap@vger.kernel.org > Subject: Re: Update DSS2 patches for latest kernel changes > > Hi, > > On

Update DSS2 patches for latest kernel changes

2009-11-02 Thread Hiremath, Vaibhav
Hi Tomi, (Tomi, Sorry for resending it again, somehow last mail did not reach to list, so sending it again by removing patches attached.) DSS2 patches needs to be updated against the latest kernel changes, especially after commit "omap: headers: Move remaining headers from include/mach to inc

RE: [PATCH 1/2] OMAP3: Enable DSS2 for OMAP3EVM board

2009-10-28 Thread Hiremath, Vaibhav
> -Original Message- > From: Hiremath, Vaibhav > Sent: Wednesday, October 28, 2009 3:34 PM > To: linux-omap@vger.kernel.org > Cc: Hiremath, Vaibhav > Subject: [PATCH 1/2] OMAP3: Enable DSS2 for OMAP3EVM board > [Hiremath, Vaibhav] Tony, Can you merge these 2 patches

RE: [RFC][PATCH] omapfb: Condition mutex acquisition

2009-09-29 Thread Hiremath, Vaibhav
er_framebuffer call. > > > > > > So, how is the best to solve this then? > > > > Oh, I wasn't implying that there's something wrong with the fix, I > just > > didn't know what it was fixing =). > > Ok, no prob :) Should I improve the pat

RE: [PATCH 00/18] OMAP: DSS2: Intro

2009-09-10 Thread Hiremath, Vaibhav
> -Original Message- > From: Tomi Valkeinen [mailto:tomi.valkei...@nokia.com] > Sent: Thursday, September 03, 2009 4:30 PM > To: ext Andrew Morton > Cc: Artem Bityutskiy; t...@atomide.com; Hiremath, Vaibhav; Syed > Mohammed, Khasim; sako...@gmail.com; linux-ker...@vger.k

RE: [RFC][PATCH] omapfb: Reorder Register_framebuffer call

2009-09-04 Thread Hiremath, Vaibhav
t; Signed-off-by: Sergio Aguirre > > Tested-by: Anand Gadiyar > > This patch on top of current linux-omap kernel allows me to > boot with the default SDP defconfig on a 3430 SDP. > [Hiremath, Vaibhav] I have tried it on OMAP3EVM and it allowed me to boot, which was c

RE: [PATCH 00/18] OMAP: DSS2: Intro

2009-08-31 Thread Hiremath, Vaibhav
> Tested-by: Steve Sakoman > > If there is a concern on OMAP2 support, I can confirm that there is > no difference between OMAP2 and OMAP3 Display Subsystem from > Register level. So what ever works on OMAP3 DSS2 should straight > away work for OMAP2 as well. > > I agree w

RE: Problem tryhing to bring up new LCD on OMAP Logic board

2009-08-25 Thread Hiremath, Vaibhav
> -Original Message- > From: Peter Barada [mailto:pet...@logicpd.com] > Sent: Wednesday, August 26, 2009 9:39 AM > To: Hiremath, Vaibhav > Cc: Gadiyar, Anand; linux-omap > Subject: RE: Problem tryhing to bring up new LCD on OMAP Logic board > > On Wed, 2009-08-26

RE: Problem tryhing to bring up new LCD on OMAP Logic board

2009-08-25 Thread Hiremath, Vaibhav
)) > > > trying to pull the lock for fbi->mm_lock which is not > initialized since > > > register_framebuffer() has not yet been called (called after > > > planes_init() is called). > > > > > > Any ideas what I'm doing wrong? > > >

RE: LCD blanking?

2009-08-25 Thread Hiremath, Vaibhav
; > > > How can I keep this from happening? > > Once it does, is there any way to get it back on (remember, > > no keyboard)? > [Hiremath, Vaibhav] The default console timeout is 10 min, so after this time LCD will blank, from user space you can do following - SYSFS entry - #

RE: Linux Plumbers Conference 2009: V4L2 API discussions

2009-08-04 Thread Hiremath, Vaibhav
> -Original Message- > From: Magnus Damm [mailto:magnus.d...@gmail.com] > Sent: Wednesday, August 05, 2009 8:01 AM > To: Karicheri, Muralidharan > Cc: Hiremath, Vaibhav; Hans Verkuil; linux-me...@vger.kernel.org; > davinci-linux-open-sou...@linux.davincid

RE: Linux Plumbers Conference 2009: V4L2 API discussions

2009-08-04 Thread Hiremath, Vaibhav
gt; proposal on the new APIs that are needed to fully support all the > new > SoCs. So the more input we get, the better the end-result will be. > [Hiremath, Vaibhav] Hi Hans, I will be attending the conference and along with above mentioned RFC I would want to discuss some of the open i

RE: OMAP camera with BT-656 sensor

2009-07-28 Thread Hiremath, Vaibhav
Hi Thomas, > -Original Message- > From: Gary Thomas [mailto:g...@mlbassoc.com] > Sent: Tuesday, July 28, 2009 6:15 PM > To: Hiremath, Vaibhav > Cc: Aguirre Rodriguez, Sergio Alberto; linux-omap@vger.kernel.org > Subject: Re: OMAP camera with BT-656 sensor > >

RE: OMAP camera with BT-656 sensor

2009-07-27 Thread Hiremath, Vaibhav
rested in making them part of my tree aswell, so Vaibhav could > avoid > > rebasing the BT646 support internally everytime... > > > > Is there a GIT tree for this? > > AFAIK, this is the latest tree Vaibhav is exposing: > > http://arago-project.org/git/people/vaibhav

RE: Reading from ISP registers fails

2009-07-21 Thread Hiremath, Vaibhav
in > >> the body of a message to majord...@vger.kernel.org > >> More majordomo info at  http://vger.kernel.org/majordomo- > info.html > >> > > > > You need to enable interface clocks before accessing any > peripheral > > registers. > > > >

RE: Status of Beagle Board

2009-05-12 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath Platform Support Products Texas Instruments Inc Ph: +91-80-25099927 > -Original Message- > From: George.Qiao [mailto:qiao_shans...@visualon.com] > Sent: Tuesday, May 12, 2009 1:35 PM > To: Hiremath, Vaibhav > Cc: Syed Mohammed, Khasim; Shah,

RE: Status of Beagle Board

2009-05-11 Thread Hiremath, Vaibhav
; From: George.Qiao [mailto:qiao_shans...@visualon.com] > Sent: Monday, May 11, 2009 12:26 PM > To: Hiremath, Vaibhav > Cc: Syed Mohammed, Khasim; Shah, Hardik; wan_jin...@visualon.com; > Bill Lin; shawnofarr...@visualon.com; Chatterjee, Amit; Andrews, > Gerard; Kridner, Jason; '

RE: Status of Beagle Board

2009-05-07 Thread Hiremath, Vaibhav
> -Original Message- > From: George.Qiao [mailto:qiao_shans...@visualon.com] > Sent: Friday, May 08, 2009 11:57 AM > To: Hiremath, Vaibhav > Cc: Syed Mohammed, Khasim; Shah, Hardik; wan_jin...@visualon.com; > Bill Lin; shawnofarr...@visualon.com; Chatterjee, Amit;

RE: Previewer and resizer demo

2009-04-21 Thread Hiremath, Vaibhav
> -Original Message- > From: Felix Radensky [mailto:fe...@embedded-sol.com] > Sent: Wednesday, April 22, 2009 10:52 AM > To: Hiremath, Vaibhav > Cc: linux-omap@vger.kernel.org Mailing List > Subject: Re: Previewer and resizer demo > > Hiremath, Vaibhav wrote: &g

RE: [RFC] Stand-alone Resizer/Previewer Driver support under V4L2 framework

2009-04-21 Thread Hiremath, Vaibhav
> -Original Message- > From: Dongsoo, Nathaniel Kim [mailto:dongsoo@gmail.com] > Sent: Tuesday, April 21, 2009 6:34 PM > To: Hiremath, Vaibhav > Cc: Hans Verkuil; linux-me...@vger.kernel.org; Aguirre Rodriguez, > Sergio Alberto; Toivonen Tuukka.O (Nokia-D

RE: Previewer and resizer demo

2009-04-21 Thread Hiremath, Vaibhav
; Hi, > > Are there any userspace applications that demonstrate > the use of previewer and resizer found in OPMA3 ISP. > [Hiremath, Vaibhav] Which release or patches you are using? Thanks, Vaibhav Hiremath > Thanks. > > Felix. > -- > To unsubscribe from this list: send

RE: [RFC] Stand-alone Resizer/Previewer Driver support under V4L2 framework

2009-04-21 Thread Hiremath, Vaibhav
> -Original Message- > From: Dongsoo, Nathaniel Kim [mailto:dongsoo@gmail.com] > Sent: Tuesday, April 21, 2009 3:44 PM > To: Hiremath, Vaibhav > Cc: Hans Verkuil; linux-me...@vger.kernel.org; Aguirre Rodriguez, > Sergio Alberto; Toivonen Tuukka.O (Nokia-D

RE: [RFC] Stand-alone Resizer/Previewer Driver support under V4L2 framework

2009-04-21 Thread Hiremath, Vaibhav
> -Original Message- > From: Hiremath, Vaibhav > Sent: Tuesday, April 21, 2009 3:16 PM > To: 'Dongsoo, Nathaniel Kim' > Cc: Hans Verkuil; linux-me...@vger.kernel.org; Aguirre Rodriguez, > Sergio Alberto; Toivonen Tuukka.O (Nokia-D/Oulu); linux- > o...

RE: [RFC] Stand-alone Resizer/Previewer Driver support under V4L2 framework

2009-04-21 Thread Hiremath, Vaibhav
> -Original Message- > From: Dongsoo, Nathaniel Kim [mailto:dongsoo@gmail.com] > Sent: Monday, April 20, 2009 4:15 PM > To: Hiremath, Vaibhav > Cc: Hans Verkuil; linux-me...@vger.kernel.org; Aguirre Rodriguez, > Sergio Alberto; Toivonen Tuukka.O (Nokia-D

RE: [RFC] Stand-alone Resizer/Previewer Driver support under V4L2 framework

2009-04-20 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: Dongsoo, Nathaniel Kim [mailto:dongsoo@gmail.com] > Sent: Monday, April 20, 2009 4:15 PM > To: Hiremath, Vaibhav > Cc: Hans Verkuil; linux-me...@vger.kernel.org; Aguirre Rodriguez, > Sergio Alberto; Toivonen

RE: [RFC] Stand-alone Resizer/Previewer Driver support under V4L2 framework

2009-04-20 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: Hans Verkuil [mailto:hverk...@xs4all.nl] > Sent: Saturday, April 18, 2009 9:24 PM > To: Hiremath, Vaibhav > Cc: linux-me...@vger.kernel.org; Aguirre Rodriguez, Sergio Alberto; > DongSoo(Nathaniel) Kim; Toivonen Tuuk

RE: [RFC] Stand-alone Resizer/Previewer Driver support under V4L2 framework

2009-04-20 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: linux-media-ow...@vger.kernel.org [mailto:linux-media- > ow...@vger.kernel.org] On Behalf Of Dongsoo Kim > Sent: Sunday, April 19, 2009 12:06 PM > To: Hans Verkuil > Cc: Hiremath, Vaibhav; linux-me...@vger.k

RE: [RFC] Stand-alone Resizer/Previewer Driver support under V4L2 framework

2009-03-31 Thread Hiremath, Vaibhav
27;capture'. For a resizer I > would > expect that you set the 'output' size (the size of your source > image) and > the 'capture' size (the size of the resized image), then just send > the > frames to the device (== resizer) and get t

RE: [RFC] Stand-alone Resizer/Previewer Driver support under V4L2 framework

2009-03-30 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: Aguirre Rodriguez, Sergio Alberto > Sent: Monday, March 30, 2009 9:10 PM > To: Hiremath, Vaibhav; linux-me...@vger.kernel.org > Cc: DongSoo(Nathaniel) Kim; Toivonen Tuukka.O (Nokia-D/Oulu); linux- > o...@vger.k

RE: [RFC] Stand-alone Resizer/Previewer Driver support under V4L2 framework

2009-03-30 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: Koen Kooi [mailto:k.k...@student.utwente.nl] > Sent: Monday, March 30, 2009 8:54 PM > To: Hiremath, Vaibhav > Cc: linux-me...@vger.kernel.org; Aguirre Rodriguez, Sergio Alberto; > DongSoo(Nathaniel) Kim; Toivonen

RE: BT656 Support and MMDC support on top of OMAP3EVM

2009-03-30 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: Hiremath, Vaibhav > Sent: Thursday, March 19, 2009 5:57 PM > To: linux-me...@vger.kernel.org > Cc: linux-omap@vger.kernel.org; psp_vi...@list.ti.com - Video > discussion list for PSP Video team (May contain no

[RFC] Stand-alone Resizer/Previewer Driver support under V4L2 framework

2009-03-30 Thread Hiremath, Vaibhav
Hi, With reference to the mail-thread started by Sakari on Resizer driver interface, http://marc.info/?l=linux-omap&m=123628392325716&w=2 I would like to bring some issues and propose changes to adapt such devices under V4L2 framework. Sorry for delayed response on this mail-thread, actually I

BT656 Support and MMDC support on top of OMAP3EVM

2009-03-19 Thread Hiremath, Vaibhav
Hi, I am getting some private requests for supporting BT656 and Multi-Media Daughter card on top of latest Kernel + Sakari's latest ISP-Camera patches/repository. So I am posting the patch supporting BT656 and MMDC support with all the review comments fixed (received from earlier posts). Pleas

RE: Embedded Linux Conference

2009-03-17 Thread Hiremath, Vaibhav
, Sergio > Alberto; Hiremath, Vaibhav > Subject: Re: Embedded Linux Conference > > Hans Verkuil writes: > > > Just FYI: > > > > I'll be attending the Embedded Linux Conference in San Francisco, > April > > 6th-8th (http://www.embeddedlinuxconference.com/el

RE: I have some questions about DSS.

2009-03-15 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath From: InKi Dae [mailto:daei...@gmail.com] Sent: Sunday, March 15, 2009 12:28 PM To: Hiremath, Vaibhav Cc: linux-omap@vger.kernel.org Subject: I have some questions about DSS. I am trying to draw 720P streamming images decoded on

RE: Suspend/Resume support with Omap2fb

2009-03-13 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: Tomi Valkeinen [mailto:tomi.valkei...@nokia.com] > Sent: Friday, March 13, 2009 2:44 PM > To: Hiremath, Vaibhav > Cc: linux-omap@vger.kernel.org > Subject: RE: Suspend/Resume support with Omap2fb > > On

RE: Suspend/Resume support with Omap2fb

2009-03-13 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: Tomi Valkeinen [mailto:tomi.valkei...@nokia.com] > Sent: Friday, March 13, 2009 2:01 PM > To: Hiremath, Vaibhav > Cc: linux-omap@vger.kernel.org > Subject: RE: Suspend/Resume support with Omap2fb > > Hi, &g

RE: Suspend/Resume support with Omap2fb

2009-03-12 Thread Hiremath, Vaibhav
Hi, Finally I could able to find the root-cause, actually some of the previous observations miss-led me to dig into power management, suspend/resume path and clock structure. But after bit debugging and with the help of Sanjeev, we got the rid of it. The issue is with DSS2 library, inside fun

RE: Suspend/Resume support with Omap2fb

2009-03-11 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: Tomi Valkeinen [mailto:tomi.valkei...@nokia.com] > Sent: Wednesday, March 11, 2009 6:20 PM > To: Hiremath, Vaibhav > Cc: linux-omap@vger.kernel.org > Subject: RE: Suspend/Resume support with Omap2fb > > On

RE: Suspend/Resume support with Omap2fb

2009-03-11 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: Tomi Valkeinen [mailto:tomi.valkei...@nokia.com] > Sent: Wednesday, March 11, 2009 3:01 PM > To: Hiremath, Vaibhav > Cc: linux-omap@vger.kernel.org > Subject: RE: Suspend/Resume support with Omap2fb > > On

RE: Suspend/Resume support with Omap2fb

2009-03-11 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: Tomi Valkeinen [mailto:tomi.valkei...@nokia.com] > Sent: Wednesday, March 11, 2009 1:23 PM > To: Hiremath, Vaibhav > Cc: linux-omap@vger.kernel.org > Subject: Re: Suspend/Resume support with Omap2fb > > Hi,

Suspend/Resume support with Omap2fb

2009-03-10 Thread Hiremath, Vaibhav
Hi, I am using New Frame-Buffer driver which is based on DSS2 library submitted by Tomi, and I am trying to add full power management support. But things are not working out as expected, every time when I am issuing command "echo mem > /sys/power/state" the system doesn't go into off state. It

RE: What did omap2_disp_get_dss morph into?

2009-03-10 Thread Hiremath, Vaibhav
Hi David, You must be having "struct omap_display" pointer populated in your driver during probe, you just need to stick with display->enable and Display->disable function call. These functions in turn enables and disables clocks and save/restores the context. If you provide some more details a

RE: [RFC 0/9] OMAP3 ISP and camera drivers

2009-03-04 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: DongSoo(Nathaniel) Kim [mailto:dongsoo@gmail.com] > Sent: Thursday, March 05, 2009 5:41 AM > To: Sakari Ailus > Cc: Hiremath, Vaibhav; linux-me...@vger.kernel.org; linux- > o...@vger.kernel.org; Aguirre Rodrigu

RE: [RFC 0/9] OMAP3 ISP and camera drivers

2009-03-04 Thread Hiremath, Vaibhav
as been posting a related > patchset earlier, containing also sensor and lens driver used on > SDP. > This patchset is agains the linux-omap tree: > > http://www.muru.com/linux/omap/README_OMAP_GIT> > [Hiremath, Vaibhav] Sakari, Let me ask you basic question, have you tested/verified t

RE: [REVIEW PATCH 11/14] OMAP34XXCAM: Add driver

2009-03-02 Thread Hiremath, Vaibhav
APIs like V4L2 looks more > decent. > > What do you think about this? > If you think that it is a big burden, can I make a patch for this? > Cheers, > [Hiremath, Vaibhav] You may want to refer to the thread on this subject. http://marc.info/?l=linux-omap&m=122772175002777&

RE: OMAP [TV] video

2009-02-10 Thread Hiremath, Vaibhav
the framing > (signal shaping). > > Questions: > * Are the settings in the kernel tree known to work [as is]? > * Why the divergence from the recommended values? > > Any ideas or helpful pointers would be graciously accepted > [Hiremath, Vaibhav] Can you provide some more detail

RE: [PATCH] Backlight driver for omap3evm

2009-02-10 Thread Hiremath, Vaibhav
. > > I tried so, but wasn't able to get the Kconfig dependencies right to > get 'generic-bl' into my build. Hence, removed the code that I > believed to be generic (since yesterday's mail) and created the > patch. > > Will give another try. > [Hi

RE: [REVIEW PATCH 2/2] OMAP3EVM Multi-Media Daughter Card Support

2009-02-10 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: Alexey Klimov [mailto:klimov.li...@gmail.com] > Sent: Saturday, January 31, 2009 9:59 PM > To: Hiremath, Vaibhav > Cc: linux-omap@vger.kernel.org; linux-me...@vger.kernel.org; Jadav, > Brijesh R; Shah, Hardik >

RE: [PATCH 1/2] Pad configuration for OMAP3EVM Multi-Media Daughter Card Support

2009-02-10 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: Hiremath, Vaibhav > Sent: Friday, January 30, 2009 12:52 AM > To: linux-omap@vger.kernel.org > Cc: linux-me...@vger.kernel.org; Hiremath, Vaibhav; Jadav, Brijesh > R; Shah, Hardik > Subject: [PATCH 1/2] Pad confi

RE: [REVIEW PATCH 00/14] OMAP3 camera + ISP + MT9P012 sensor driver v2

2009-02-06 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: Sakari Ailus [mailto:sakari.ai...@maxwell.research.nokia.com] > Sent: Friday, February 06, 2009 8:33 PM > To: Hiremath, Vaibhav > Cc: Ailus Sakari (Nokia-D/Helsinki); Aguirre Rodriguez, Sergio > Alberto; Nagalla, H

RE: [REVIEW PATCH 00/14] OMAP3 camera + ISP + MT9P012 sensor driver v2

2009-02-06 Thread Hiremath, Vaibhav
- Vaibhav Hiremath > >- David Brownell > > Hi Sergio, > > We should try to figure out how we could synchronise our version of > the > ISP and camera ASAP before making any more changes... I wouldn't > want to > start posting a competing version. ;-) >

RE: [REVIEW PATCH 2/2] OMAP3EVM Multi-Media Daughter Card Support

2009-02-04 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: Alexey Klimov [mailto:klimov.li...@gmail.com] > Sent: Saturday, January 31, 2009 9:59 PM > To: Hiremath, Vaibhav > Cc: linux-omap@vger.kernel.org; linux-me...@vger.kernel.org; Jadav, > Brijesh R; Shah, Hardik >

RE: [OMAPZOOM][PATCH 5/6] ZOOM2: Rename the zoom2 i2c struct.

2009-01-29 Thread Hiremath, Vaibhav
= &ldp_kp_twl4030_data, > }; > > -static struct i2c_board_info __initdata ldp_i2c_boardinfo[] = { > +static struct i2c_board_info __initdata zoom2_i2c_bus1_info[] = { [Hiremath, Vaibhav] I think zoom2_i2c1_info should be sufficient, since i2c1,2,3 itself indicates bus. &g

RE: [OMAPZOOM][PATCH 4/6] Add support for Sony imx046 to OMAP3430 SDP board.

2009-01-29 Thread Hiremath, Vaibhav
== > --- omapzoom04.orig/arch/arm/mach-omap2/board-3430sdp.c > +++ omapzoom04/arch/arm/mach-omap2/board-3430sdp.c > @@ -45,6 +45,9 @@ > #include "ti-compat.h" > > #ifdef CONFIG_VIDEO_OMAP3 > +#ifndef CONFIG_TWL4030_CO

RE: [OMAPZOOM][PATCH 2/6] Increase isp workaround buffer size for 8MP sensor.

2009-01-29 Thread Hiremath, Vaibhav
(sizeof(isp_formats) /\ > sizeof(isp_formats[0])) > #define ISP_WORKAROUND 1 > -#define buffer_size (1024 * 1024 * 10) > -#define no_of_pages (buffer_size / (4 * 1024)) > +#define ISP_BUFFER_MAX_SIZE (1024 * 1024 * 16) >

RE: [REVIEW PATCH 2/2] OMAP3EVM Multi-Media Daughter Card Support

2009-01-29 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: Hans Verkuil [mailto:hverk...@xs4all.nl] > Sent: Friday, January 30, 2009 1:03 AM > To: Hiremath, Vaibhav > Cc: linux-omap@vger.kernel.org; linux-me...@vger.kernel.org; Jadav, > Brijesh R; Shah, Hardik > Subject

RE: Naming convention used in mux.c

2009-01-29 Thread Hiremath, Vaibhav
] Sent: Thursday, January 29, 2009 9:16 PM To: Hiremath, Vaibhav Cc: linux-omap@vger.kernel.org Subject: Re: Naming convention used in mux.c Vaibhav, I was also confused by that when I began playing with the OMAP and only found those references to make sense when I looked at the schematics of the

Naming convention used in mux.c

2009-01-29 Thread Hiremath, Vaibhav
Hi, Can anybody tell me the meaning of naming convention used in mux.c file, e.g. - MUX_CFG_34XX("AH8_34XX_GPIO29", 0x5fa, OMAP34XX_MUX_MODE4 | OMAP34XX_PIN_INPUT) MUX_CFG_34XX("J25_34XX_GPIO170", 0x1c6, OMAP34XX_MUX_MODE4 | OMAP34XX_PIN_INPUT) What the suffix "A

RE: [REVIEW PATCH 2/2] Added OMAP3EVM Multi-Media Daughter Card Support

2009-01-28 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: David Brownell [mailto:davi...@pacbell.net] > Sent: Monday, January 12, 2009 5:24 AM > To: Hiremath, Vaibhav > Cc: linux-omap@vger.kernel.org; linux-me...@vger.kernel.org; > video4linux-l...@redhat.com; Jadav, Brije

RE: [REVIEW PATCH 2/2] Added OMAP3EVM Multi-Media Daughter Card Support

2009-01-28 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: Mauro Carvalho Chehab [mailto:mche...@infradead.org] > Sent: Wednesday, January 07, 2009 4:10 PM > To: Hiremath, Vaibhav > Cc: linux-omap@vger.kernel.org; video4linux-l...@redhat.com; linux- > me...@vger.kernel

RE: Patch series in Tarball submitted (RE: [REVIEW PATCH 00/14] OMAP3 camera + ISP + MT9P012 sensor driver v2)

2009-01-14 Thread Hiremath, Vaibhav
v2) > > Hi all, > > Just in case you're having troubles getting the patches, heres a > tarball with all of them: > > https://omapzoom.org/gf/download/docmanfileversion/51/959/l- > o_cam_patches_2009_01_12.tar.bz2 > [Hiremath, Vaibhav] I tried to bu

RE: [PATCH 00/12] DSS: Series description

2009-01-12 Thread Hiremath, Vaibhav
hes > with DVI, but that might be due to differences between revisions of > the EVM board (or rather the PMIC + SoC daugtherboards). [Hiremath, Vaibhav] Koen, I have also tested DVI output on EVM and facing same issues but I believe they are not because of board revisions. I have validate

RE: [REVIEW PATCH 2/2] Added OMAP3EVM Multi-Media Daughter Card Support

2009-01-08 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: Tony Lindgren [mailto:t...@atomide.com] > Sent: Wednesday, January 07, 2009 6:06 PM > To: Hiremath, Vaibhav > Cc: linux-omap@vger.kernel.org; linux-me...@vger.kernel.org; > video4linux-l...@redhat.com; Jadav, Brije

RE: [REVIEW PATCH 2/2] Added OMAP3EVM Multi-Media Daughter Card Support

2009-01-07 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: Mauro Carvalho Chehab [mailto:mche...@infradead.org] > Sent: Wednesday, January 07, 2009 3:29 PM > To: Hiremath, Vaibhav > Cc: linux-omap@vger.kernel.org; video4linux-l...@redhat.com; linux- > me...@vger.kernel

RE: [REVIEW PATCH 1/2] OMAP3 ISP-Camera: Added BT656 support

2009-01-07 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: Mauro Carvalho Chehab [mailto:mche...@infradead.org] > Sent: Wednesday, January 07, 2009 3:10 PM > To: Hiremath, Vaibhav > Cc: linux-omap@vger.kernel.org; video4linux-l...@redhat.com; linux- > me...@vger.kernel

[RFC] OMAP3EVM Multi-Media Daughter Card Support

2009-01-06 Thread Hiremath, Vaibhav
Hi, This RFC provides high level design/changes for supporting Multi-Media/Mass-Market/Mistral/Customer Daughter card based on OMAP3 EVM. Background == OMAP3 EVM doesn't support camera interface, TI and Mistral has developed Daughter card on top of OMAP3 EVM which will add support for

RE: Spurious interrupt warning

2009-01-06 Thread Hiremath, Vaibhav
For capture driver I am also getting similar messages <4>Spurious irq 95: 0xffdf, please flush posted write for irq 24 Spurious irq 95: 0xffdf, please flush posted write for irq 24 <4>Spurious irq 95: 0xffdf, please flush posted write for irq 24 Spurious irq 95: 0xffdf, please flus

RE: [REVIEW PATCH 14/14] OMAP34XX: CAM: Add Sensors Support

2008-12-19 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: Aguirre Rodriguez, Sergio Alberto > Sent: Friday, December 12, 2008 2:09 AM > To: linux-omap@vger.kernel.org; video4linux-l...@redhat.com > Cc: Sakari Ailus; Tuukka.O Toivonen; Hiremath, Vaibhav; Nagalla, > Hari

RE: [PATCH] Add Omnivision OV9640 sensor support.

2008-12-07 Thread Hiremath, Vaibhav
t; small edits): > > > > I knew that you are going to comment on that, and I agree on those > > points. I will pull in that register initialization to the driver. > > > > Attached the updated ov9640 sensor patch. > [Hiremath, Vaibhav] I just had quic

RE: [PATCH] Add OMAP2 camera driver

2008-12-05 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: Tony Lindgren [mailto:[EMAIL PROTECTED] > Sent: Friday, December 05, 2008 5:16 AM > To: Hiremath, Vaibhav > Cc: Koen Kooi; Trilok Soni; Hans Verkuil; Sakari Ailus; linux- > [EMAIL PROTECTED] Mailing List; [EMAIL PR

RE: [PATCH] Add OMAP2 camera driver

2008-12-03 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: Koen Kooi [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 03, 2008 3:04 PM > To: Hiremath, Vaibhav > Cc: Trilok Soni; Hans Verkuil; Sakari Ailus; linux- > [EMAIL PROTECTED] Mailing List; [EMAIL PROTECTED] >

RE: [PATCH] Add OMAP2 camera driver

2008-12-02 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: Trilok Soni [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 03, 2008 12:18 PM > To: Hiremath, Vaibhav > Cc: Hans Verkuil; Sakari Ailus; linux-omap@vger.kernel.org Mailing > List; [EMAIL PROTECTED] > Sub

RE: [PATCH] Add OMAP2 camera driver

2008-12-02 Thread Hiremath, Vaibhav
Trilok.) > > > > Attached the updated patch for OMAP2 camera driver. > > 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-d

RE: [PATCH 2/2] TVP514x Driver with Review comments fixed

2008-12-02 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: David Brownell [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 02, 2008 2:05 PM > To: Hiremath, Vaibhav > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; > [EMAIL PROTECTED]; linux- > [EMAIL PROTECTED]; Jadav, Br

RE: [PATCH 2/2] TVP514x Driver with Review comments fixed

2008-12-01 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: David Brownell [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 02, 2008 12:09 PM > To: Hiremath, Vaibhav > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; > [EMAIL PROTECTED]; linux- > [EMAIL PROTECTED]; Jadav, Br

RE: [PATCH 2/2] TVP514x Driver with Review comments fixed

2008-12-01 Thread Hiremath, Vaibhav
Hi David, Thanks, Vaibhav Hiremath > -Original Message- > From: David Brownell [mailto:[EMAIL PROTECTED] > Sent: Saturday, November 29, 2008 1:24 AM > To: Hiremath, Vaibhav > Cc: [EMAIL PROTECTED]; davinci-linux-open-source- > [EMAIL PROTECTED]; linux-omap@vger

RE: [PATCH 2/2] TVP514x Driver with Review comments fixed

2008-11-28 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: David Brownell [mailto:[EMAIL PROTECTED] > Sent: Friday, November 28, 2008 10:22 PM > To: Hiremath, Vaibhav > Cc: [EMAIL PROTECTED]; davinci-linux-open-source- > [EMAIL PROTECTED]; linux-omap@vger.kernel.org; Jadav,

RE: [PATCH 2/2] TVP514x Driver with Review comments fixed

2008-11-28 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: David Brownell [mailto:[EMAIL PROTECTED] > Sent: Friday, November 28, 2008 10:04 PM > To: Hiremath, Vaibhav > Cc: [EMAIL PROTECTED]; davinci-linux-open-source- > [EMAIL PROTECTED]; linux-omap@vger.kernel.org; Jadav,

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

2008-11-24 Thread Hiremath, Vaibhav
> >>> 6 files changed, 201 insertions(+), 201 deletions(-) > > Not really. Some one need to submit omap24xxcam and omap16xxcam > driver > to v4l2-list, not one has done this yet. Also I don't remember when > this omap24xxlib.[ch] and vout.[ch] was accepted in the lin

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

2008-11-24 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: Hans Verkuil [mailto:[EMAIL PROTECTED] > Sent: Monday, November 24, 2008 3:02 PM > To: Hiremath, Vaibhav > Cc: David Brownell; [EMAIL PROTECTED]; linux- > [EMAIL PROTECTED]; davinci-linux-open-source- > [EMAIL

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

2008-11-24 Thread Hiremath, Vaibhav
ree 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. > [Hiremath, Vaibhav] Is your current development accessible through

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

2008-11-24 Thread Hiremath, Vaibhav
adding support to compile with older > kernels. > > > > My two cents: I'm not in favor either. In fact that's the > > general policy for mainline drivers, and I'm surprised to hear > > any maintainer suggest it be added. > > Again, it's specif

RE: [REVIEW PATCH 0/9] DSS: Series description

2008-11-23 Thread Hiremath, Vaibhav
; create mode 100644 arch/arm/plat-omap/include/mach/display.h > > create mode 100644 drivers/video/omap2/Kconfig > > create mode 100644 drivers/video/omap2/Makefile > > create mode 100644 drivers/video/omap2/omapfb-ioctl.c > > create mode 100644 drivers/video/omap2/om

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

2008-11-21 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: Trilok Soni [mailto:[EMAIL PROTECTED] > Sent: Friday, November 21, 2008 11:43 PM > To: Hiremath, Vaibhav > Cc: [EMAIL PROTECTED]; linux-omap@vger.kernel.org; > [EMAIL PROTECTED] > Subject: Re: [PATCH 2/2] T

RE: [PATCH 1/2] Add Input/Output related ioctl support

2008-11-21 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath Platform Support Products Texas Instruments Inc Ph: +91-80-25099927 > -Original Message- > From: Trilok Soni [mailto:[EMAIL PROTECTED] > Sent: Friday, November 21, 2008 10:54 PM > To: Hiremath, Vaibhav > Cc: [EMAIL PROTECTED]; linux-omap@

RE: defconfig for omap3-evm

2008-11-21 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: Amit Pundir [mailto:[EMAIL PROTECTED] > Sent: Friday, November 21, 2008 6:02 PM > To: Hiremath, Vaibhav > Cc: linux-omap@vger.kernel.org > Subject: Re: defconfig for omap3-evm > > In that I was trying to

RE: defconfig for omap3-evm

2008-11-21 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath > -Original Message- > From: Amit Pundir [mailto:[EMAIL PROTECTED] > Sent: Friday, November 21, 2008 5:46 PM > To: Hiremath, Vaibhav > Cc: linux-omap@vger.kernel.org > Subject: Re: defconfig for omap3-evm > > here it is. > [Hiremath,

<    3   4   5   6   7   8   9   >