Re: [PATCH] adv7604: add direct interrupt handling

2015-12-13 Thread Laurent Pinchart
Hi Ulrich, Thank you for the patch. On Friday 11 December 2015 17:04:28 Ulrich Hecht wrote: > When probed from device tree, the i2c client driver can handle the > interrupt on its own. > > Signed-off-by: Ulrich Hecht > --- > drivers/media/i2c/adv7604.c | 24

[PATCH] adv7604: add direct interrupt handling

2015-12-11 Thread Ulrich Hecht
When probed from device tree, the i2c client driver can handle the interrupt on its own. Signed-off-by: Ulrich Hecht --- drivers/media/i2c/adv7604.c | 24 ++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git