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

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

[PATCH V2] 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 | 24