All of lore.kernel.org
 help / color / mirror / Atom feed
From: InKi Dae <daeinki@gmail.com>
To: linux-arm-kernel@lists.infradead.org
Subject: Fwd: [PATCH 0/2] video: add Samsung SoC based MIPI-DSI support.
Date: Mon, 01 Aug 2011 04:06:27 +0000	[thread overview]
Message-ID: <CAAQKjZPP3Kr3aGHkjP1PMY+ZugLPeocE4mD=SHX6NLo2s7fajA@mail.gmail.com> (raw)
In-Reply-To: <4DA6E551.1060300@samsung.com>

Hello, Paul.

I had posted patch sets below on 15 Apr.
but there is no any comments.
please review this patch sets.

thank you.


---------- Forwarded message ----------
From: daeinki <inki.dae@samsung.com>
Date: 2011/4/14
Subject: [PATCH 0/2] video: add Samsung SoC based MIPI-DSI support.
To: linux-fbdev@vger.kernel.org, lethal@linux-sh.org
ÂüÁ¶: kyungmin.park@samsung.com, Kukjin Kim <kgene.kim@samsung.com>,
akpm@linux-foundation.org, linux-arm-kernel@lists.infradead.org


Hello, all.

Samsung S5PV210 and EXYNOS4 SoC platform have one or two MIPI-DSI
controller and MIPI-DSI based LCD Panel could be used with this one.
this patch adds Samsung SoC based MIPI-DSI support.

to use MIPI-DSI based LCD Panel driver, mipi_dsim_lcd_device shoule be
registered to MIPI-DSI driver through s5p_mipi_dsi_register_lcd_device()
at machine code or machine specific somewhere first, and
mipi_dsim_lcd_driver should be registered when
s5p_mipi_dsi_register_driver() is called at init function of lcd driver,
and then probe() of that driver would be called by MIPI-DSI controller
driver if lcd panel name and id of mipi_dsim_lcd_device are same as ones
of mipi_dsim_lcd_driver.

for this, you can refer to sample lcd panel driver.
please see "Documentation/s5p_mipi_dsim/dsim_sample_lcd.c"

this patch series includes the following.

[PATCH 1/2] video: add Samsung SoC MIPI-DSI controller driver.
[PATCH 2/2] video: add Samsung SoC MIPI-DSI based sample lcd panel driver.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: daeinki@gmail.com (InKi Dae)
To: linux-arm-kernel@lists.infradead.org
Subject: Fwd: [PATCH 0/2] video: add Samsung SoC based MIPI-DSI support.
Date: Mon, 1 Aug 2011 13:06:27 +0900	[thread overview]
Message-ID: <CAAQKjZPP3Kr3aGHkjP1PMY+ZugLPeocE4mD=SHX6NLo2s7fajA@mail.gmail.com> (raw)
In-Reply-To: <4DA6E551.1060300@samsung.com>

Hello, Paul.

I had posted patch sets below on 15 Apr.
but there is no any comments.
please review this patch sets.

thank you.


---------- Forwarded message ----------
From: daeinki <inki.dae@samsung.com>
Date: 2011/4/14
Subject: [PATCH 0/2] video: add Samsung SoC based MIPI-DSI support.
To: linux-fbdev at vger.kernel.org, lethal at linux-sh.org
??: kyungmin.park at samsung.com, Kukjin Kim <kgene.kim@samsung.com>,
akpm at linux-foundation.org, linux-arm-kernel at lists.infradead.org


Hello, all.

Samsung S5PV210 and EXYNOS4 SoC platform have one or two MIPI-DSI
controller and MIPI-DSI based LCD Panel could be used with this one.
this patch adds Samsung SoC based MIPI-DSI support.

to use MIPI-DSI based LCD Panel driver, mipi_dsim_lcd_device shoule be
registered to MIPI-DSI driver through s5p_mipi_dsi_register_lcd_device()
at machine code or machine specific somewhere first, and
mipi_dsim_lcd_driver should be registered when
s5p_mipi_dsi_register_driver() is called at init function of lcd driver,
and then probe() of that driver would be called by MIPI-DSI controller
driver if lcd panel name and id of mipi_dsim_lcd_device are same as ones
of mipi_dsim_lcd_driver.

for this, you can refer to sample lcd panel driver.
please see "Documentation/s5p_mipi_dsim/dsim_sample_lcd.c"

this patch series includes the following.

[PATCH 1/2] video: add Samsung SoC MIPI-DSI controller driver.
[PATCH 2/2] video: add Samsung SoC MIPI-DSI based sample lcd panel driver.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel at lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2011-08-01  4:06 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-18  8:48 [PATCH 0/3] S5PV210: added MIPI-DSI driver Inki Dae
2010-11-18  9:17 ` Paul Mundt
2010-11-18  9:17   ` Paul Mundt
2010-11-18 10:43   ` [PATCH 0/3] S5PV210: added MIPI-DSI Driver daeinki
2010-11-18 10:43     ` daeinki
2010-11-18 11:30     ` Tomi Valkeinen
2010-11-18 11:30       ` Tomi Valkeinen
2010-11-19  1:28   ` daeinki
2010-11-19  1:28     ` daeinki
2011-04-14 12:15     ` [PATCH 0/2] video: add Samsung SoC based MIPI-DSI support daeinki
2011-04-14 12:15       ` daeinki
2011-08-01  4:06       ` InKi Dae [this message]
2011-08-01  4:06         ` Fwd: " 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='CAAQKjZPP3Kr3aGHkjP1PMY+ZugLPeocE4mD=SHX6NLo2s7fajA@mail.gmail.com' \
    --to=daeinki@gmail.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.