Re: [PATCH] Xilinx : Framebuffer Driver: Add PLB support (non-DCR)

2009-04-09 Thread Dale Farnsworth
t; linux-fbdev-de...@lists.sourceforge.net; > > akonova...@ru.mvista.com; adap...@gmail.com; Suneel Garapati; Suneel > > Subject: Re: [PATCH] Xilinx : Framebuffer Driver: Add PLB > > support (non-DCR) > > > > Hi John, > > > > On Wed, 8 Apr 2009 15:11:25

RE: [PATCH] Xilinx : Framebuffer Driver: Add PLB support (non-DCR)

2009-04-09 Thread John Linn
> -Original Message- > From: Dale Farnsworth [mailto:d...@farnsworth.org] > Sent: Thursday, April 09, 2009 9:36 AM > To: John Linn; linuxppc-dev@ozlabs.org > Subject: Re: [PATCH] Xilinx : Framebuffer Driver: Add PLB > support (non-DCR) > > > > -Or

RE: [PATCH] Xilinx : Framebuffer Driver: Add PLB support (non-DCR)

2009-04-09 Thread John Linn
ge.net; > akonova...@ru.mvista.com; adap...@gmail.com; Suneel; Suneel Garapati > Subject: Re: [PATCH] Xilinx : Framebuffer Driver: Add PLB > support (non-DCR) > > On Wed, Apr 08, 2009 at 03:11:25PM -0600, John Linn wrote: > >From: Suneel <[mailto:suneel.garap...@xilinx.com]> > &

RE: [PATCH] Xilinx : Framebuffer Driver: Add PLB support (non-DCR)

2009-04-09 Thread John Linn
bs.org; > akonova...@ru.mvista.com; John Linn > Subject: Re: [PATCH] Xilinx : Framebuffer Driver: Add PLB > support (non-DCR) > > On Thu, Apr 9, 2009 at 7:06 AM, Roderick Colenbrander > wrote: > > > > On Thu, Apr 9, 2009 at 2:46 PM, Josh Boyer > > > wrote: >

Re: [PATCH] Xilinx : Framebuffer Driver: Add PLB support (non-DCR)

2009-04-09 Thread Grant Likely
On Thu, Apr 9, 2009 at 7:06 AM, Roderick Colenbrander wrote: > > On Thu, Apr 9, 2009 at 2:46 PM, Josh Boyer > wrote: >> >> On Wed, Apr 08, 2009 at 03:11:25PM -0600, John Linn wrote: >> >From: Suneel <[mailto:suneel.garap...@xilinx.com]> >> > >> >Added support for the new xps tft controller. >> >

RE: [PATCH] Xilinx : Framebuffer Driver: Add PLB support (non-DCR)

2009-04-09 Thread John Linn
om; adap...@gmail.com; Suneel; Suneel Garapati > Subject: Re: [PATCH] Xilinx : Framebuffer Driver: Add PLB > support (non-DCR) > > On Wed, Apr 08, 2009 at 03:11:25PM -0600, John Linn wrote: > >From: Suneel <[mailto:suneel.garap...@xilinx.com]> > > > >Added support fo

Re: [PATCH] Xilinx : Framebuffer Driver: Add PLB support (non-DCR)

2009-04-09 Thread Josh Boyer
On Thu, Apr 09, 2009 at 04:06:56PM +0200, Roderick Colenbrander wrote: >On Thu, Apr 9, 2009 at 2:46 PM, Josh Boyer wrote: >> > #define NUM_REGS 2 >> > #define REG_FB_ADDR 0 >> >@@ -112,6 +123,11 @@ struct xilinxfb_drvdata { >> > >> > struct fb_info info; /* FB driver info re

Re: [PATCH] Xilinx : Framebuffer Driver: Add PLB support (non-DCR)

2009-04-09 Thread Grant Likely
t; linuxppc-dev@ozlabs.org; >> linux-fbdev-de...@lists.sourceforge.net; >> akonova...@ru.mvista.com; adap...@gmail.com; Suneel Garapati; Suneel >> Subject: Re: [PATCH] Xilinx : Framebuffer Driver: Add PLB >> support (non-DCR) >> >> Hi John, >> >&g

Re: [PATCH] Xilinx : Framebuffer Driver: Add PLB support (non-DCR)

2009-04-09 Thread Roderick Colenbrander
On Thu, Apr 9, 2009 at 2:46 PM, Josh Boyer wrote: > On Wed, Apr 08, 2009 at 03:11:25PM -0600, John Linn wrote: > >From: Suneel <[mailto:suneel.garap...@xilinx.com]> > > > >Added support for the new xps tft controller. > > > >The new core has PLB interface support in addition to existing > >DCR int

RE: [PATCH] Xilinx : Framebuffer Driver: Add PLB support (non-DCR)

2009-04-09 Thread John Linn
forge.net; > akonova...@ru.mvista.com; adap...@gmail.com; Suneel Garapati; Suneel > Subject: Re: [PATCH] Xilinx : Framebuffer Driver: Add PLB > support (non-DCR) > > Hi John, > > On Wed, 8 Apr 2009 15:11:25 -0600 John Linn > wrote: > > > > * 2002-2007 (c) MontaVist

Re: [PATCH] Xilinx : Framebuffer Driver: Add PLB support (non-DCR)

2009-04-09 Thread Josh Boyer
On Wed, Apr 08, 2009 at 03:11:25PM -0600, John Linn wrote: >From: Suneel <[mailto:suneel.garap...@xilinx.com]> > >Added support for the new xps tft controller. > >The new core has PLB interface support in addition to existing >DCR interface. > >The driver has been modified to support this new core

Re: [PATCH] Xilinx : Framebuffer Driver: Add PLB support (non-DCR)

2009-04-08 Thread Stephen Rothwell
Hi John, On Wed, 8 Apr 2009 15:11:25 -0600 John Linn wrote: > > * 2002-2007 (c) MontaVista Software, Inc. > * 2007 (c) Secret Lab Technologies, Ltd. > + * 2009 (c) Xilinx Inc. > * > - * This file is licensed under the terms of the GNU General Public License > - * version 2. This program is

[PATCH] Xilinx : Framebuffer Driver: Add PLB support (non-DCR)

2009-04-08 Thread John Linn
From: Suneel <[mailto:suneel.garap...@xilinx.com]> Added support for the new xps tft controller. The new core has PLB interface support in addition to existing DCR interface. The driver has been modified to support this new core which can be connected on PLB or DCR bus. Signed-off-by: Suneel S