Re: [PATCH v2] adv7604: add direct interrupt handling

2015-12-22 Thread Sergei Shtylyov
Hello. On 12/22/2015 05:21 PM, Ulrich Hecht wrote: When probed from device tree, the i2c client driver can handle the interrupt on its own. Signed-off-by: Ulrich Hecht Reviewed-by: Laurent Pinchart --- This revision implements the suggested style changes and drops the IRQF_TRIGGER_LOW flag,

[PATCH v2] adv7604: add direct interrupt handling

2015-12-22 Thread Ulrich Hecht
When probed from device tree, the i2c client driver can handle the interrupt on its own. Signed-off-by: Ulrich Hecht Reviewed-by: Laurent Pinchart --- This revision implements the suggested style changes and drops the IRQF_TRIGGER_LOW flag, which is handled in the device tree. CU Uli drivers