[PATCH] drm/radeon/kms: register an i2c adapter name for the dp aux bus

2010-11-18 Thread Jean Delvare
Hi Alex, On Wed, 17 Nov 2010 17:56:49 -0500, Alex Deucher wrote: > This causes the connector to not be added since i2c init fails > for the adapter. Fixes: > https://bugs.freedesktop.org/show_bug.cgi?id=31688 Good catch. It may seem to be a little harsh but I'm glad I added the check to i2c-core

Re: [PATCH] drm/radeon/kms: register an i2c adapter name for the dp aux bus

2010-11-18 Thread Jean Delvare
Hi Alex, On Wed, 17 Nov 2010 17:56:49 -0500, Alex Deucher wrote: > This causes the connector to not be added since i2c init fails > for the adapter. Fixes: > https://bugs.freedesktop.org/show_bug.cgi?id=31688 Good catch. It may seem to be a little harsh but I'm glad I added the check to i2c-core

[PATCH] drm/radeon/kms: register an i2c adapter name for the dp aux bus

2010-11-17 Thread Alex Deucher
This causes the connector to not be added since i2c init fails for the adapter. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=31688 Noticed by Ari Savolainen. Signed-off-by: Alex Deucher Cc: Ari Savolainen Cc: Jean Delvare Cc: stable at kernel.org --- drivers/gpu/drm/radeon/radeon_i2c.

[PATCH] drm/radeon/kms: register an i2c adapter name for the dp aux bus

2010-11-17 Thread Alex Deucher
This causes the connector to not be added since i2c init fails for the adapter. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=31688 Noticed by Ari Savolainen. Signed-off-by: Alex Deucher Cc: Ari Savolainen Cc: Jean Delvare Cc: sta...@kernel.org --- drivers/gpu/drm/radeon/radeon_i2c.c |