commit | 39de6194131c155901f96686a063212656d80c2e | [log] [tgz] |
---|---|---|
author | Darren Etheridge <detheridge@ti.com> | Fri Jun 21 13:52:27 2013 -0500 |
committer | Dave Airlie <airlied@redhat.com> | Fri Jun 28 09:12:54 2013 +1000 |
tree | 251e3247c1c09c27bcd8401fce48aed92fdf7693 | |
parent | f7b4575601dafb3cf3c568465ec6980de6d09b94 [diff] |
drm/tilcdc fixing i2c/slave initialization race In certain senarios drm will initialize before i2c this means that i2c slave devices like the nxp tda998x will fail to be probed. This patch detects this condition then defers the probe of the slave device and the tilcdc main driver. Signed-off-by: Darren Etheridge <detheridge@ti.com> Acked-by: Rob Clark <robdclark@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>