[PATCH 1/5] video: add atmel lcdc frambuffer support
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Sat Sep 22 12:11:30 EDT 2012
On 12:34 Sat 22 Sep , Sascha Hauer wrote:
> On Fri, Sep 21, 2012 at 02:55:29PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote:
> > This IP is present on the at91sam9 until the sam9g45, on the sam9x5 we use a
> > new IP.
> >
> > This driver is based on the linux one.
> >
> > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
> > Cc: Nicolas Ferre <nicolas.ferre at atmel.com>
> > ---
> > arch/arm/mach-at91/include/mach/atmel_lcdc.h | 209 +++++++++++
> > arch/arm/mach-at91/include/mach/board.h | 4 +
> > drivers/video/Kconfig | 4 +
> > drivers/video/Makefile | 1 +
> > drivers/video/atmel_lcdfb.c | 477 ++++++++++++++++++++++++++
> > 5 files changed, 695 insertions(+)
> > create mode 100644 arch/arm/mach-at91/include/mach/atmel_lcdc.h
> > create mode 100644 drivers/video/atmel_lcdfb.c
> >
> > diff --git a/arch/arm/mach-at91/include/mach/atmel_lcdc.h b/arch/arm/mach-at91/include/mach/atmel_lcdc.h
>
> The register definitions should be besides the driver, not in mach.
can not as we need the register for the board setting I can do as in linux we
put the header in include/video
Best Regards,
J.
>
More information about the barebox
mailing list