Re: [U-Boot] [PATCH 05/10] video: Add driver for Parade PS8625 dP to LVDS bridge

2014-06-19 Thread Simon Glass
On 17 June 2014 03:06, Ajay Kumar wrote: > From: Vadim Bendebury > > The initialization table comes from the "Illustration of I2C command > for initialing PS8625" document supplied by Parade. > > Signed-off-by: Vadim Bendebury > Signed-off-by: Ajay Kumar Acked-by: Simon Glass Tested-by: Simon

Re: [U-Boot] [PATCH 05/10] video: Add driver for Parade PS8625 dP to LVDS bridge

2014-06-19 Thread Simon Glass
On 17 June 2014 03:06, Ajay Kumar wrote: > From: Vadim Bendebury > > The initialization table comes from the "Illustration of I2C command > for initialing PS8625" document supplied by Parade. > > Signed-off-by: Vadim Bendebury > Signed-off-by: Ajay Kumar Acked-by: Simon Glass Tested-by: Simon

[U-Boot] [PATCH 05/10] video: Add driver for Parade PS8625 dP to LVDS bridge

2014-06-17 Thread Ajay Kumar
From: Vadim Bendebury The initialization table comes from the "Illustration of I2C command for initialing PS8625" document supplied by Parade. Signed-off-by: Vadim Bendebury Signed-off-by: Ajay Kumar --- drivers/video/Makefile | 1 + drivers/video/parade.c | 220