All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bernhard Fischer <rep.dot.nop@gmail.com>
To: Sebastian Siewior <frame+buffer@ml.breakpoint.cc>
Cc: tglx@linutronix.de, linux-fbdev-devel@lists.sourceforge.net,
	Andrew Morton <akpm@linux-foundation.org>,
	Antonino Daplas <adaplas@gmail.com>
Subject: Re: [PATCH v3] [FB] Add the carmine FB driver.
Date: Mon, 21 Apr 2008 16:39:07 +0200	[thread overview]
Message-ID: <20080421143907.GA19553@mx.loc> (raw)
In-Reply-To: <20080421120706.GC11534@Chamillionaire.breakpoint.cc>

On Mon, Apr 21, 2008 at 02:07:06PM +0200, Sebastian Siewior wrote:
>From: Sebastian Siewior <bigeasy@linutronix.de>
>
>Basic FB driver for the carmine chip. The driver registers
>two FB devices for the two possible screens.
>The DRAM settings can be be switched via Kconfig (between eval board
>and custom).
>
>Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
>---
>Changelog:
>v3: carmine_check_var() can now fail if an invalid parameter for
>    resolution was supplied instead of using default values and keeping
>    an invalid struct fb_info (noticed by Geert Uytterhoeven).
>v2: - s/carime/carmine/ noticed by Hans J. Koch
>    - fb_get_options() isn't used anymore. The initial video can only be
>      supplied via the module parameter (recommended by Jaya Kumar).
>v1: Initial posting
>
> drivers/video/Kconfig          |   23 ++
> drivers/video/Makefile         |    1 +
> drivers/video/carminefb.c      |  801 ++++++++++++++++++++++++++++++++++++++++
> drivers/video/carminefb.h      |   64 ++++
> drivers/video/carminefb_regs.h |  159 ++++++++
> 5 files changed, 1048 insertions(+), 0 deletions(-)
> create mode 100644 drivers/video/carminefb.c
> create mode 100644 drivers/video/carminefb.h
> create mode 100644 drivers/video/carminefb_regs.h
>

>+choice
>+    depends on FB_CARMINE
>+    prompt "DRAM timming"

s/timming/timing/g

>+	/* Set default curor position */

s/curor/cursor/g

>+static void set_display_parameters(struct carmine_fb *par)
>+{
>+	u32 mode;
>+	u32 hdp, vdp, htp, hsp, hsw, vtr, vsp, vsw;
>+
>+	/*
>+	 * display timing. Parameters ae decreased by one because hardware

s/ae/are/

s/ressolution/resolution/g


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone

  reply	other threads:[~2008-04-21 14:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-21 12:07 [PATCH v3] [FB] Add the carmine FB driver Sebastian Siewior
2008-04-21 14:39 ` Bernhard Fischer [this message]
2008-04-21 16:26   ` Sebastian Siewior

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=20080421143907.GA19553@mx.loc \
    --to=rep.dot.nop@gmail.com \
    --cc=adaplas@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=frame+buffer@ml.breakpoint.cc \
    --cc=linux-fbdev-devel@lists.sourceforge.net \
    --cc=tglx@linutronix.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.