[PATCH v3 15/24] drm/i2c: tda998x: use irq for connection status and EDID read

2014-01-24 Thread Sebastian Hesselbarth
On 01/22/14 23:27, Russell King - ARM Linux wrote: > On Sun, Jan 19, 2014 at 07:58:43PM +0100, Jean-Francois Moine wrote: >> This patch adds the optional treatment of the tda998x IRQ. >> >> The interrupt function is used to know the display connection status >> without polling and to speedup

[PATCH v3 15/24] drm/i2c: tda998x: use irq for connection status and EDID read

2014-01-24 Thread Russell King - ARM Linux
On Fri, Jan 24, 2014 at 06:29:12PM +0100, Sebastian Hesselbarth wrote: > On 01/22/14 23:27, Russell King - ARM Linux wrote: >> On Sun, Jan 19, 2014 at 07:58:43PM +0100, Jean-Francois Moine wrote: >>> This patch adds the optional treatment of the tda998x IRQ. >>> >>> The interrupt function is used

[PATCH v3 15/24] drm/i2c: tda998x: use irq for connection status and EDID read

2014-01-22 Thread Russell King - ARM Linux
On Sun, Jan 19, 2014 at 07:58:43PM +0100, Jean-Francois Moine wrote: > This patch adds the optional treatment of the tda998x IRQ. > > The interrupt function is used to know the display connection status > without polling and to speedup reading the EDID. > > The interrupt number may be defined

[PATCH v3 15/24] drm/i2c: tda998x: use irq for connection status and EDID read

2014-01-19 Thread Jean-Francois Moine
This patch adds the optional treatment of the tda998x IRQ. The interrupt function is used to know the display connection status without polling and to speedup reading the EDID. The interrupt number may be defined either in the DT or at encoder set config time for non-DT boards. Signed-off-by: