Re: [PATCH v5] video: add OpenCores VGA/LCD framebuffer driver

2014-02-21 Thread Uwe Kleine-König
Hello, On Fri, Jan 10, 2014 at 10:13:13PM +0200, Stefan Kristiansson wrote: > This adds support for the VGA/LCD core available from OpenCores: > http://opencores.org/project,vga_lcd > > The driver have been tested together with both OpenRISC and > ARM (socfpga) processors. > > Signed-off-by: Ste

Re: [PATCH v5] video: add OpenCores VGA/LCD framebuffer driver

2014-01-13 Thread Stefan Kristiansson
On Mon, Jan 13, 2014 at 11:54:30AM +0100, Geert Uytterhoeven wrote: > On Mon, Jan 13, 2014 at 11:43 AM, Tomi Valkeinen > wrote: > > On 2014-01-13 12:20, Stefan Kristiansson wrote: OB> >> The VGA/LCD in the subject comes from the name of the core, > >> the core itself presents a "vga-type" interfa

Re: [PATCH v5] video: add OpenCores VGA/LCD framebuffer driver

2014-01-13 Thread Geert Uytterhoeven
On Mon, Jan 13, 2014 at 11:43 AM, Tomi Valkeinen wrote: > On 2014-01-13 12:20, Stefan Kristiansson wrote: >> The VGA/LCD in the subject comes from the name of the core, >> the core itself presents a "vga-type" interface, but it can basically >> be hooked up to any type of display (with a bit of gl

Re: [PATCH v5] video: add OpenCores VGA/LCD framebuffer driver

2014-01-13 Thread Tomi Valkeinen
On 2014-01-13 12:20, Stefan Kristiansson wrote: > The VGA/LCD in the subject comes from the name of the core, > the core itself presents a "vga-type" interface, but it can basically > be hooked up to any type of display (with a bit of glue-logic in some cases). > > That said - the reason why I we

Re: [PATCH v5] video: add OpenCores VGA/LCD framebuffer driver

2014-01-13 Thread Stefan Kristiansson
On Mon, Jan 13, 2014 at 10:21:16AM +0200, Tomi Valkeinen wrote: > On 2014-01-10 22:13, Stefan Kristiansson wrote: > > This adds support for the VGA/LCD core available from OpenCores: > > http://opencores.org/project,vga_lcd > > > > The driver have been tested together with both OpenRISC and > > AR

Re: [PATCH v5] video: add OpenCores VGA/LCD framebuffer driver

2014-01-13 Thread Tomi Valkeinen
On 2014-01-10 22:13, Stefan Kristiansson wrote: > This adds support for the VGA/LCD core available from OpenCores: > http://opencores.org/project,vga_lcd > > The driver have been tested together with both OpenRISC and > ARM (socfpga) processors. > > Signed-off-by: Stefan Kristiansson > +/* > +

Re: [PATCH v5] video: add OpenCores VGA/LCD framebuffer driver

2014-01-12 Thread Stefan Kristiansson
On Mon, Jan 13, 2014 at 10:24:49AM +0900, Jingoo Han wrote: > On Saturday, January 11, 2014 5:13 AM, Stefan Kristiansson wrote: > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > +#

Re: [PATCH v5] video: add OpenCores VGA/LCD framebuffer driver

2014-01-12 Thread Jingoo Han
On Saturday, January 11, 2014 5:13 AM, Stefan Kristiansson wrote: > > This adds support for the VGA/LCD core available from OpenCores: > http://opencores.org/project,vga_lcd > > The driver have been tested together with both OpenRISC and > ARM (socfpga) processors. > > Signed-off-by: Stefan Kris

[PATCH v5] video: add OpenCores VGA/LCD framebuffer driver

2014-01-10 Thread Stefan Kristiansson
This adds support for the VGA/LCD core available from OpenCores: http://opencores.org/project,vga_lcd The driver have been tested together with both OpenRISC and ARM (socfpga) processors. Signed-off-by: Stefan Kristiansson --- Changes in v2: - Add Microblaze as an example user and fix a typo in