From: InKi Dae <inki.dae@samsung.com>
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/2] ARM: S5PV210: Add MIPI-DSI support.
Date: Wed, 07 Jul 2010 06:34:37 +0000 [thread overview]
Message-ID: <4C341FFD.6010405@samsung.com> (raw)
Hello all,
This patch is for MIPI-DSI controller based on S5PV210 (or S5PC110).
this version corrects some problems Ben pointed out.
v1 patch includes below contents.
- set callbacks to MIPI Client driver at mipi_ddi_platform_data declaration.
- use MIPI regulator names set at s5p_platform_dsim declaration to get regulators for them.
- use a table to get freq_band value.
- code clean and fix minor bugs.
v2 patch includes below contents.
- use generic header(include/video/mipi_display.h) for MIPI-DSI commands.
- remove lcd panel specific definitions from dsim.h.
LCD Panel can use following interfaces,
- RGB or CPU Interface.
- RGB or CPU Interface based on MIPI-DSI.
in case of cell phone device, small size lcd panel(less then 480x800) was ok only rgb or cpu interface not using mipi controller.
but big size panel(bigger then 480x800) needs MIPI-DSI Interface or other hardwares like LVDS to transfer image data to lcd panel fine.
I tested this patch on cpu interface based on MIPI-DSI and also considered RGB interface.
This patch set consists of the following patches,
[PATCH v2 1/2] S5PV210: FB: Add MIPI-DSI and CPU Interface features.
[PATCH v2 2/2] S5PV210: Add MIPI-DSI Driver.
Best regards,
InKi Dae
WARNING: multiple messages have this Message-ID (diff)
From: inki.dae@samsung.com (InKi Dae)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/2] ARM: S5PV210: Add MIPI-DSI support.
Date: Wed, 07 Jul 2010 15:34:37 +0900 [thread overview]
Message-ID: <4C341FFD.6010405@samsung.com> (raw)
Hello all,
This patch is for MIPI-DSI controller based on S5PV210 (or S5PC110).
this version corrects some problems Ben pointed out.
v1 patch includes below contents.
- set callbacks to MIPI Client driver at mipi_ddi_platform_data declaration.
- use MIPI regulator names set at s5p_platform_dsim declaration to get regulators for them.
- use a table to get freq_band value.
- code clean and fix minor bugs.
v2 patch includes below contents.
- use generic header(include/video/mipi_display.h) for MIPI-DSI commands.
- remove lcd panel specific definitions from dsim.h.
LCD Panel can use following interfaces,
- RGB or CPU Interface.
- RGB or CPU Interface based on MIPI-DSI.
in case of cell phone device, small size lcd panel(less then 480x800) was ok only rgb or cpu interface not using mipi controller.
but big size panel(bigger then 480x800) needs MIPI-DSI Interface or other hardwares like LVDS to transfer image data to lcd panel fine.
I tested this patch on cpu interface based on MIPI-DSI and also considered RGB interface.
This patch set consists of the following patches,
[PATCH v2 1/2] S5PV210: FB: Add MIPI-DSI and CPU Interface features.
[PATCH v2 2/2] S5PV210: Add MIPI-DSI Driver.
Best regards,
InKi Dae
next reply other threads:[~2010-07-07 6:34 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-07 6:34 InKi Dae [this message]
2010-07-07 6:34 ` [PATCH v2 0/2] ARM: S5PV210: Add MIPI-DSI support InKi Dae
2010-07-07 6:39 ` [PATCH v2 1/2] S5PV210: FB: Add MIPI-DSI and CPU Interface features InKi Dae
2010-07-07 6:39 ` InKi Dae
2010-07-07 17:04 ` [PATCH v2 1/2] S5PV210: FB: Add MIPI-DSI and CPU Interface Randy Dunlap
2010-07-07 17:04 ` [PATCH v2 1/2] S5PV210: FB: Add MIPI-DSI and CPU Interface features Randy Dunlap
2010-07-07 6:42 ` [PATCH v2 2/2] S5PV210: Add MIPI-DSI Driver InKi Dae
2010-07-07 6:42 ` InKi Dae
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=4C341FFD.6010405@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 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.