RE: [PATCH] VPFE Capture: Add call back function for interrupt clear to vpfe_cfg

2009-11-18 Thread Hiremath, Vaibhav
> -Original Message- > From: Karicheri, Muralidharan > Sent: Wednesday, November 18, 2009 8:33 PM > To: Hiremath, Vaibhav; linux-media@vger.kernel.org > Cc: hverk...@xs4all.nl > Subject: RE: [PATCH] VPFE Capture: Add call back function for > interrupt clear to

RE: [PATCH] VPFE Capture: Add call back function for interrupt clear to vpfe_cfg

2009-11-18 Thread Karicheri, Muralidharan
er.kernel.org >Cc: hverk...@xs4all.nl; Karicheri, Muralidharan; Hiremath, Vaibhav >Subject: [PATCH] VPFE Capture: Add call back function for interrupt clear >to vpfe_cfg > >From: Vaibhav Hiremath > >For the devices like AM3517, it is expected that driver clears the >interrupt in ISR.

[PATCH] VPFE Capture: Add call back function for interrupt clear to vpfe_cfg

2009-11-18 Thread hvaibhav
From: Vaibhav Hiremath For the devices like AM3517, it is expected that driver clears the interrupt in ISR. Since this is device spcific, callback function added to the platform_data. Signed-off-by: Vaibhav Hiremath --- drivers/media/video/davinci/vpfe_capture.c | 26