Re: [U-Boot] [PATCH] Add inverted clock polarity support for Atmel LCD driver

2009-11-24 Thread Dimitar Dimitrov
On Sunday 22 November 2009, Wolfgang Denk wrote: > Dear Dimitar Dimitrov, > > In message <200907151856.24888.dinu...@gmail.com> you wrote: > > This is my third try for Olimex SAM9-L9260/61 board support patches. > > > > Here follows the first patch. > >

[U-Boot] [PATCH 03/03 v3] Add support for Olimex SAM9-L9260 SBC

2009-07-15 Thread Dimitar Dimitrov
The SAM9-L9260 board support is based on code for AT91SAM9260EK. Networking is missing and will be added after the MACB support for AT91 boards is fixed to comply with U-Boot guide-lines. Signed-off-by: Dimitar Dimitrov --- MAINTAINERS |1 + MAKEALL

[U-Boot] [PATCH 02/03 v3] Add support for Olimex SAM9-L9261 SBC

2009-07-15 Thread Dimitar Dimitrov
ode 100644 tools/logos/olimex.bmp diff --git a/MAINTAINERS b/MAINTAINERS index 575a7ec..dfcccf5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -133,6 +133,9 @@ Jon Diekema sbc8260 MPC8260 +Dimitar Dimitrov + sam9_l9261 AT91SAM9261 + Dirk Eibach gdppc440

[U-Boot] [PATCH] Add inverted clock polarity support for Atmel LCD driver

2009-07-15 Thread Dimitar Dimitrov
This is my third try for Olimex SAM9-L9260/61 board support patches. Here follows the first patch. --- Boards utilizing the Atmel LCD driver can now specify that the LCD clock must be inverted by defining the macro CONFIG_LCD_INVERTED_CLOCK. --- README |5 + drivers

[U-Boot] [PATCH 03/03 v2] Add support for Olimex SAM9-L9260 SBC

2009-07-14 Thread Dimitar Dimitrov
The SAM9-L9260 board support is based on code for AT91SAM9260EK. Networking is missing and will be added after the MACB support for AT91 boards is fixed to comply with U-Boot guide-lines. Signed-off-by: Dimitar Dimitrov --- MAINTAINERS |1 + Makefile

[U-Boot] [PATCH 02/03 v2] Add support for Olimex SAM9-L9261 SBC

2009-07-14 Thread Dimitar Dimitrov
The SAM9-L9261 board support is based on code for AT91SAM9261EK. Networking is missing and will be added after the DM9000 support for AT91 boards is fixed to comply with U-Boot guide-lines. Signed-off-by: Dimitar Dimitrov --- MAINTAINERS |3 + MAKEALL

[U-Boot] [PATCH 01/03 v2] Add inverted clock polarity support for Atmel LCD driver

2009-07-14 Thread Dimitar Dimitrov
inverted by defining the macro CONFIG_ATMEL_LCD_INVCLK. Signed-off-by: Dimitar Dimitrov --- drivers/video/atmel_lcdfb.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/video/atmel_lcdfb.c b/drivers/video/atmel_lcdfb.c index db86763..64f8e87 100644 --- a/drivers

Re: [U-Boot] [PATCH] Add support for Olimex SAM9-L9260 SBC

2009-07-13 Thread Dimitar Dimitrov
The port is heavily based on code for AT91SAM9260EK. Signed-off-by: Dimitar Dimitrov --- MAINTAINERS |1 + MAKEALL |1 + Makefile | 17 +++ board/olimex/sam9_l9260/Makefile | 56

[U-Boot] [PATCH] Add support for Olimex SAM9-L9261 SBC

2009-07-13 Thread Dimitar Dimitrov
The SAM9-L9261 board support is based on code for AT91SAM9261EK. The Atmel LCD initialization in drivers/video/atmel_lcdfb.c has a minor modification to enable LCD video clock invertion as required by the SAM9-L9261 LCD. Signed-off-by: Dimitar Dimitrov --- MAINTAINERS