All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hannes Petermaier <hannes@petermaier.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] video: Add support for TI's AM335x LCD-Controller
Date: Thu, 06 Mar 2014 15:24:06 +0100	[thread overview]
Message-ID: <53188506.2090809@petermaier.org> (raw)
In-Reply-To: <53187EF3.1020405@denx.de>

On 2014-03-06 14:58, Heiko Schocher wrote:
> Hello Hannes,
>
> Am 06.03.2014 14:39, schrieb Hannes Petermaier:
>> - Adds support for a minimal framebuffer driver of TI's AM335x SoC
>>    to be compatible with Wolfgang Denk's LCD-Framework (CONFIG_LCD,
>>    common/lcd.c)
>>
>> Signed-off-by: Hannes Petermaier<oe5hpm@oevsv.at>
>> ---
>>   drivers/video/Makefile    |    1 +
>>   drivers/video/am335x-fb.c |  169 
>> +++++++++++++++++++++++++++++++++++++++++++++
>>   drivers/video/am335x-fb.h |   67 ++++++++++++++++++
>>   3 files changed, 237 insertions(+)
>>   create mode 100644 drivers/video/am335x-fb.c
>>   create mode 100644 drivers/video/am335x-fb.h
>
> Why you cannot use:
>
> u-boot:drivers/video/da8xx-fb.c ?
>
> bye,
> Heiko
Hi Heiko,

for my opinion this clone of the linux-driver is very overloaded and 
difficult to use/configure.
With the words 'small-is-beautiful' and 'keep-it-simple' i've wrote a 
few lines which do the minimum:
- configure raster-controller
- setup DMA
- powerON Display

maybe we can use the small-version in other projects too.

best regards,
Hannes

  reply	other threads:[~2014-03-06 14:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-06 13:39 [U-Boot] [PATCH] video: Add support for TI's AM335x LCD-Controller Hannes Petermaier
2014-03-06 13:58 ` Heiko Schocher
2014-03-06 14:24   ` Hannes Petermaier [this message]
2014-03-07  6:48     ` Heiko Schocher
2014-03-07 10:28       ` Hannes Petermaier
2014-03-10  6:21         ` Heiko Schocher
2014-08-11 14:22 ` Anatolij Gustschin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53188506.2090809@petermaier.org \
    --to=hannes@petermaier.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.