On Wed, Jun 15, 2016 at 09:29:38PM +0200, Daniel Vetter wrote:
On Wed, Jun 15, 2016 at 7:21 PM, Liviu Dudau Liviu.Dudau@arm.com wrote:
Could be the tda998x_drv fault, but I'm getting this splat:
Yeah, tda9998x needs to be fixed to _not_ register it's connector before the overall (componentized) driver is ready. We need to make sure first ofc that all users of that driver do register connectors, but Chris' patch series will take care of that. But tda9998x needs to be fixed either way.
Componentised drivers only get one bind callback, they don't get a two-stage initialisation at bind time.