[PATCH 1/2] drm/i2c: tda998x: allow interrupt to be shared

2016-11-17 Thread Russell King - ARM Linux
On Thu, Nov 17, 2016 at 12:24:57PM +, Brian Starkey wrote: > I tested these two and the power-down one on mali-dp and hdlcd. The > output, hotplugging and EDID continued to work; so you can have my > tested-by and reviewed-by for all 3. Thanks! -- RMK's Patch system: http://www.armlinux.org.

[PATCH 1/2] drm/i2c: tda998x: allow interrupt to be shared

2016-11-17 Thread Brian Starkey
Hi Russell, On Wed, Nov 16, 2016 at 10:48:52AM +, Russell King wrote: >The TDA998x contains two different I2C devices - there is the HDMI >encoder, and the TDA9950 CEC engine. These two share the same interrupt >signal. > >In order to allow a driver for the CEC engine to work, we need to be >

[PATCH 1/2] drm/i2c: tda998x: allow interrupt to be shared

2016-11-16 Thread Russell King
The TDA998x contains two different I2C devices - there is the HDMI encoder, and the TDA9950 CEC engine. These two share the same interrupt signal. In order to allow a driver for the CEC engine to work, we need to be able to share the interrupt with the CEC driver, so convert the handler and regis