From: Daniel Mack <zonque@gmail.com>
To: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: linux-omap@vger.kernel.org,
Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Subject: Re: [PATCH v3] OMAP: DSS2: Support for UMSH-8173MD TFT panel
Date: Tue, 03 Jan 2012 11:36:59 +0100 [thread overview]
Message-ID: <4F02DA4B.8020205@gmail.com> (raw)
In-Reply-To: <1325582515.1973.8.camel@deskari>
On 01/03/2012 10:21 AM, Tomi Valkeinen wrote:
> On Tue, 2011-12-20 at 10:54 +0100, Daniel Mack wrote:
>> This patch adds support for Microtip Technologies' UMSH-8173MD 800x480
>> RGB TFT panel. Tested with an OMAP3 board.
>>
>> Signed-off-by: Daniel Mack <zonque@gmail.com>
>> Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
>> Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
>> ---
>> drivers/video/omap2/displays/panel-generic-dpi.c | 25 ++++++++++++++++++++++
>> 1 files changed, 25 insertions(+), 0 deletions(-)
>>
>> diff --git a/drivers/video/omap2/displays/panel-generic-dpi.c b/drivers/video/omap2/displays/panel-generic-dpi.c
>> index 519c47d..cbcf164 100644
>> --- a/drivers/video/omap2/displays/panel-generic-dpi.c
>> +++ b/drivers/video/omap2/displays/panel-generic-dpi.c
>> @@ -297,6 +297,31 @@ static struct panel_config generic_dpi_panels[] = {
>>
>> .name = "apollon",
>> },
>> +
>> + /* Microtips Technologies - UMSH-8173MD */
>> + {
>> + {
>> + .x_res = 800,
>> + .y_res = 480,
>> +
>> + .pixel_clock = 34560,
>> +
>> + .hsw = 13,
>> + .hfp = 101,
>> + .hbp = 101,
>> +
>> + .vsw = 23,
>> + .vfp = 1,
>> + .vbp = 1,
>> + },
>> + .acbi = 0x0,
>> + .acb = 0x0,
>> + .config = OMAP_DSS_LCD_TFT | OMAP_DSS_LCD_IVS |
>> + OMAP_DSS_LCD_IHS | OMAP_DSS_LCD_IPC,
>> + .power_on_delay = 0,
>> + .power_off_delay = 0,
>> + .name = "UMSH-8173MD",
>
> Looks fine, except the panel name is not in line with the other panel
> names. I suggest "microtips_umsh_8173md". I can apply the patch and
> make the change if you are ok with the name.
Yes, please do! :)
Thanks,
Daniel
prev parent reply other threads:[~2012-01-03 10:37 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-16 17:23 [PATCH] OMAP: DSS2: Support for UMSH-8173MD TFT panel Daniel Mack
2011-12-16 17:30 ` [PATCH v2] " Daniel Mack
2011-12-20 8:40 ` Tomi Valkeinen
2011-12-20 9:54 ` [PATCH v3] " Daniel Mack
2011-12-22 23:03 ` Daniel Mack
2012-01-03 9:21 ` Tomi Valkeinen
2012-01-03 10:36 ` Daniel Mack [this message]
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=4F02DA4B.8020205@gmail.com \
--to=zonque@gmail.com \
--cc=FlorianSchandinat@gmx.de \
--cc=linux-omap@vger.kernel.org \
--cc=tomi.valkeinen@ti.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).