[PATCH] drm/radeon/kms: Fix device tree linkage of DP i2c buses too

2012-01-31 Thread Jean Delvare
Properly set the parent device of DP i2c buses before registering them too. Signed-off-by: Jean Delvare Cc: Dave Airlie Cc: Alex Deucher --- I'm sorry, my previous patch missed the fact that DP i2c buses are handled separately so they need the same fix. drivers/gpu/drm/radeon/radeon_i2c.c |

[PATCH] drm/radeon/kms: Fix device tree linkage of DP i2c buses too

2012-01-31 Thread Alex Deucher
On Tue, Jan 31, 2012 at 3:55 AM, Jean Delvare wrote: > Properly set the parent device of DP i2c buses before registering them > too. > > Signed-off-by: Jean Delvare > Cc: Dave Airlie > Cc: Alex Deucher Reviewed-by: Alex Deucher > --- > I'm sorry, my previous patch missed the fact that DP

[PATCH] drm/radeon/kms: Fix device tree linkage of DP i2c buses too

2012-01-31 Thread Jean Delvare
Properly set the parent device of DP i2c buses before registering them too. Signed-off-by: Jean Delvare jdelv...@suse.de Cc: Dave Airlie airl...@gmail.com Cc: Alex Deucher alexdeuc...@gmail.com --- I'm sorry, my previous patch missed the fact that DP i2c buses are handled separately so they need

Re: [PATCH] drm/radeon/kms: Fix device tree linkage of DP i2c buses too

2012-01-31 Thread Alex Deucher
On Tue, Jan 31, 2012 at 3:55 AM, Jean Delvare jdelv...@suse.de wrote: Properly set the parent device of DP i2c buses before registering them too. Signed-off-by: Jean Delvare jdelv...@suse.de Cc: Dave Airlie airl...@gmail.com Cc: Alex Deucher alexdeuc...@gmail.com Reviewed-by: Alex Deucher