From: inki.dae@samsung.com (daeinki)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] S5PV210: added MIPI-DSI Driver.
Date: Fri, 19 Nov 2010 10:28:27 +0900 [thread overview]
Message-ID: <4CE5D2BB.2060308@samsung.com> (raw)
Hello all,
This patch is a MIPI-DSI driver for S5PV210.
PATCH 1/3: add a structure for CPU interface to linux/fb.h
- RGB or CPU interfaces could be used as display mode but framebuffer
framework doesn't consider CPU interface so I added this structure
because fb_cpumode structure could be used commonly.
PATCH 2/3: add parameters for CPU interface to plat-samsung/fb.h
- MIPI-DSI driver would use s3c-fb driver so I added some parameters
because MIPI-DSI driver supports CPU interface also.
PATCH 3/3: add MIPI-DSI driver for S5PV210.
driver features:
. Maximum resolution ranges up to XGA (1024x760)
. CSIS0 supports 1,2,3 or 4 data lanes
. CSIS1 supports 1 or 2 data lanes
. supports pixel format : 16bpp, 18bpp packed,
18bpp loosely packed (3 byte format), and 24bpp
. supports RGB interface for video image from display controller
. support I80 interface for command mode image input from display controller
. supports PMS control inteerface for PLL to configure byte clock frequency
. supports Prescaler to generate escape clock from byte clock
thank you.
signed-off-by: Inki Dae <inki.dae@samsung.com>
signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
next reply other threads:[~2010-11-19 1:28 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-19 1:28 daeinki [this message]
2011-04-14 12:15 ` [PATCH 0/2] video: add Samsung SoC based MIPI-DSI support daeinki
2011-08-01 4:06 ` Fwd: " InKi Dae
-- strict thread matches above, loose matches on Subject: below --
2010-11-18 10:43 [PATCH 0/3] S5PV210: added MIPI-DSI Driver daeinki
2010-11-18 11:30 ` Tomi Valkeinen
2010-11-18 8:48 [PATCH 0/3] S5PV210: added MIPI-DSI driver Inki Dae
2010-11-18 9:17 ` Paul Mundt
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=4CE5D2BB.2060308@samsung.com \
--to=inki.dae@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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).