All of lore.kernel.org
 help / color / mirror / Atom feed
From: InKi Dae <inki.dae@samsung.com>
To: linux-arm-kernel@lists.infradead.org,
	linux-fbdev-devel@lists.sourceforge.net,
	akpm@linux-foundation.org, Ben Dooks <ben-linux@fluff.org>,
	kmpark@infradead.org
Subject: [PATCH 0/2] ARM: S5PV210: Add MIPI-DSI support.
Date: Fri, 02 Jul 2010 17:47:58 +0900	[thread overview]
Message-ID: <4C2DA7BE.6070701@samsung.com> (raw)
In-Reply-To: <4C29AF72.6090200@samsung.com>

Hello all,

This patch is for MIPI-DSI controller based on S5PV210 (or S5PC110), and solved the problem, added cpu timing variables to fb_varscreen_info and Andrew Morton, Russell King and Jaya Kumar pointed out.
so I'm sending these patch series again.

LCD Panel can use following interfaces,
- RGB or CPU Interface.
- RGB or CPU Interface based on MIPI-DSI.

in case of small size lcd panel, it was ok only rgb or cpu interface not using mipi controller.
but big size panel(more 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 so for this patch, Some mainline codes should be modified and also considered RGB interface.

This patch set consists of the following patches,

[PATCH 1/2] S5PV210: FB: Add MIPI-DSI and CPU Interface features.
[PATCH 1/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 0/2] ARM: S5PV210: Add MIPI-DSI support.
Date: Fri, 02 Jul 2010 17:47:58 +0900	[thread overview]
Message-ID: <4C2DA7BE.6070701@samsung.com> (raw)
In-Reply-To: <4C29AF72.6090200@samsung.com>

Hello all,

This patch is for MIPI-DSI controller based on S5PV210 (or S5PC110), and solved the problem, added cpu timing variables to fb_varscreen_info and Andrew Morton, Russell King and Jaya Kumar pointed out.
so I'm sending these patch series again.

LCD Panel can use following interfaces,
- RGB or CPU Interface.
- RGB or CPU Interface based on MIPI-DSI.

in case of small size lcd panel, it was ok only rgb or cpu interface not using mipi controller.
but big size panel(more 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 so for this patch, Some mainline codes should be modified and also considered RGB interface.

This patch set consists of the following patches,

[PATCH 1/2] S5PV210: FB: Add MIPI-DSI and CPU Interface features.
[PATCH 1/2] S5PV210: Add MIPI-DSI Driver.

Best regards,
InKi Dae

  parent reply	other threads:[~2010-07-02  8:47 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-29  8:31 [PATCH 0/3] ARM: S5PV210: Add MIPI-DSI support InKi Dae
2010-06-29  8:31 ` InKi Dae
     [not found] ` <4C29B1C1.2000209@samsung.com>
     [not found]   ` <4C29CABE.9020208@samsung.com>
2010-07-01 22:26     ` [PATCH 1/3] FB: Add some members for CPU Interface Andrew Morton
2010-07-01 22:26       ` Andrew Morton
2010-07-02  8:47 ` InKi Dae [this message]
2010-07-02  8:47   ` [PATCH 0/2] ARM: S5PV210: Add MIPI-DSI support InKi Dae
2010-07-03  8:33   ` [PATCH v1 " InKi Dae
2010-07-03  8:33     ` InKi Dae
     [not found] ` <4C29B4BA.4090903@samsung.com>
2010-07-02  8:50   ` [PATCH 1/2] S5PV210: FB: Add MIPI-DSI and CPU Interface features InKi Dae
2010-07-02  8:50     ` InKi Dae
2010-07-03  8:35     ` [PATCH v1 " InKi Dae
2010-07-03  8:35       ` InKi Dae
     [not found] ` <4C29C766.7010901@samsung.com>
2010-07-02  8:51   ` [PATCH 2/2] S5PV210: Add MIPI-DSI Driver InKi Dae
2010-07-02  8:51     ` InKi Dae
2010-07-02 14:03     ` Ben Dooks
2010-07-02 14:03       ` Ben Dooks
2010-07-02 18:08       ` InKi Dae
2010-07-02 18:08         ` InKi Dae
2010-07-03  1:44     ` Jaya Kumar
2010-07-03  1:44       ` Jaya Kumar
2010-07-03  5:21       ` InKi Dae
2010-07-03  5:21         ` InKi Dae
2010-07-03  7:20         ` InKi Dae
2010-07-03  7:20           ` InKi Dae
2010-07-03  8:42     ` [PATCH v1 " InKi Dae
2010-07-03  8:42       ` InKi Dae
2010-07-04 19:33       ` Guennadi Liakhovetski
2010-07-04 19:33         ` Guennadi Liakhovetski
2010-07-02 13:34 ` [PATCH 0/3] ARM: S5PV210: Add MIPI-DSI support Ben Dooks
2010-07-02 13:34   ` Ben Dooks

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=4C2DA7BE.6070701@samsung.com \
    --to=inki.dae@samsung.com \
    --cc=akpm@linux-foundation.org \
    --cc=ben-linux@fluff.org \
    --cc=kmpark@infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-fbdev-devel@lists.sourceforge.net \
    /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.