On Sat, Nov 29, 2014 at 09:12:51AM +0100, Jean-Francois Moine wrote:
The HDMI registers of the tda998x chips are accessed by pages. As these HDMI registers may be accessed from different tasks (video, irq/workqueue, and soon audio), the page register setting must be protected.
On HDMI reconnect (cable plug-in), the EDID is read too early and this raises a EDID read timeout. Delaying a bit the connect event fixes the problem.
Both patches applied, thanks.