Re: [PATCH] da8xx: Fix revision check on the da8xx driver

2012-12-04 Thread Tomi Valkeinen
On 2012-12-04 08:36, Manjunathappa, Prakash wrote: > Hi Tomi, > > On Wed, Oct 31, 2012 at 09:21:35, Manjunathappa, Prakash wrote: >> On Wed, Oct 31, 2012 at 21:26:24, Pantelis Antoniou wrote: >>> The revision check fails for the beaglebone; Add new revision ID. >>> >>> Signed-off-by: Pantelis Anto

RE: [PATCH] da8xx: Fix revision check on the da8xx driver

2012-12-03 Thread Manjunathappa, Prakash
Hi Tomi, On Wed, Oct 31, 2012 at 09:21:35, Manjunathappa, Prakash wrote: > On Wed, Oct 31, 2012 at 21:26:24, Pantelis Antoniou wrote: > > The revision check fails for the beaglebone; Add new revision ID. > > > > Signed-off-by: Pantelis Antoniou > > --- > > drivers/video/da8xx-fb.c | 1 + > > 1

RE: [PATCH] da8xx: Fix revision check on the da8xx driver

2012-10-30 Thread Manjunathappa, Prakash
On Wed, Oct 31, 2012 at 21:26:24, Pantelis Antoniou wrote: > The revision check fails for the beaglebone; Add new revision ID. > > Signed-off-by: Pantelis Antoniou > --- > drivers/video/da8xx-fb.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/video/da8xx-fb.c b/drivers/video/

[PATCH] da8xx: Fix revision check on the da8xx driver

2012-10-30 Thread Pantelis Antoniou
The revision check fails for the beaglebone; Add new revision ID. Signed-off-by: Pantelis Antoniou --- drivers/video/da8xx-fb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/video/da8xx-fb.c b/drivers/video/da8xx-fb.c index 80665f6..866d804 100644 --- a/drivers/video/da8xx-fb.c +++