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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, Jan 28, 2012 at 5:10 AM, Jean Delvare <jdelvare@xxxxxxx> wrote:
> Properly set the parent device of i2c buses before registering them so
> that they will show at the right place in the device tree (rather than
> in /sys/devices directly.)
>
> Signed-off-by: Jean Delvare <jdelvare@xxxxxxx>
> Cc: Dave Airlie <airlied@xxxxxxxxx>
> Cc: Alex Deucher <alexdeucher@xxxxxxxxx>

Reviewed-by: Alex Deucher <alexdeucher@xxxxxxxxx>

> ---
>  drivers/gpu/drm/radeon/radeon_i2c.c |    1 +
>  1 file changed, 1 insertion(+)
>
> --- linux-3.3-rc1.orig/drivers/gpu/drm/radeon/radeon_i2c.c      2012-01-26 09:12:40.000000000 +0100
> +++ linux-3.3-rc1/drivers/gpu/drm/radeon/radeon_i2c.c   2012-01-27 22:58:58.235346502 +0100
> @@ -897,6 +897,7 @@ struct radeon_i2c_chan *radeon_i2c_creat
>        i2c->rec = *rec;
>        i2c->adapter.owner = THIS_MODULE;
>        i2c->adapter.class = I2C_CLASS_DDC;
> +       i2c->adapter.dev.parent = &dev->pdev->dev;
>        i2c->dev = dev;
>        i2c_set_adapdata(&i2c->adapter, i2c);
>        if (rec->mm_i2c ||
>
> --
> Jean Delvare
> Suse L3
_______________________________________________
dri-devel mailing list
dri-devel@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/dri-devel



[Index of Archives]     [Linux DRI Users]     [Linux Intel Graphics]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux