From: daeinki <inki.dae@samsung.com>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 5/5] S5PC110: add MIPI-DSI based sample lcd panel driver.
Date: Mon, 03 Jan 2011 02:08:52 +0000 [thread overview]
Message-ID: <4D212FB4.7090505@samsung.com> (raw)
In-Reply-To: <014101cba8b8$06318ab0$1294a010$%kim@samsung.com>
Kukjin Kim 쓴 글:
> Inki Dae wrote:
>> this patch addes MIPI-DSI based sample panel driver.
>> to write MIPI-DSI based lcd panel driver, you can refer to
>> this sample driver.
>>
>> Signed-off-by: Inki Dae <inki.dae@samsung.com>
>> ---
>> drivers/video/Kconfig | 7 ++
>> drivers/video/Makefile | 1 +
>> drivers/video/s5p_mipi_sample.c | 220
>> +++++++++++++++++++++++++++++++++++++++
>> 3 files changed, 228 insertions(+), 0 deletions(-)
>> create mode 100644 drivers/video/s5p_mipi_sample.c
>>
>> diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
>> index aa305c5..325ce86 100644
>> --- a/drivers/video/Kconfig
>> +++ b/drivers/video/Kconfig
>> @@ -2003,6 +2003,13 @@ config S5P_MIPI_DSI
>> ---help---
>> This enables support for MIPI-DSI device.
>>
>> +config S5P_MIPI_SAMPLE
>> + tristate "Samsung SoC MIPI-DSI based sample driver."
>> + depends on S5P_MIPI_DSI && BACKLIGHT_LCD_SUPPORT
>
> Do we really need SAMPLE driver?...
> And is this MIPI SAMPLE not MIPI DSIM sample?
>
I added this one for that someone who uses my mipi-dsi driver could
understand my driver easily. it is just for reference driver.
this sample driver has some problem?
>> + default n
>> + ---help---
>> + This enables support for MIPI-DSI based sample driver.
>> +
>> config FB_NUC900
>> bool "NUC900 LCD framebuffer support"
>> depends on FB && ARCH_W90X900
>> diff --git a/drivers/video/Makefile b/drivers/video/Makefile
>> index f4baed6..c8ac591 100644
>> --- a/drivers/video/Makefile
>> +++ b/drivers/video/Makefile
>> @@ -117,6 +117,7 @@ obj-$(CONFIG_FB_S3C) += s3c-fb.o
>> obj-$(CONFIG_FB_S3C2410) += s3c2410fb.o
>> obj-$(CONFIG_S5P_MIPI_DSI) += s5p_mipi_dsi.o s5p_mipi_dsi_common.o \
>> s5p_mipi_dsi_lowlevel.o
>> +obj-$(CONFIG_S5P_MIPI_SAMPLE) += s5p_mipi_sample.o
>> obj-$(CONFIG_FB_FSL_DIU) += fsl-diu-fb.o
>> obj-$(CONFIG_FB_COBALT) += cobalt_lcdfb.o
>> obj-$(CONFIG_FB_PNX4008_DUM) += pnx4008/
>
> (snip)
>
> Happy New Year!
> Thanks.
>
> Best regards,
> Kgene.
> --
> Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
> SW Solution Development Team, Samsung Electronics Co., Ltd.
>
>
WARNING: multiple messages have this Message-ID (diff)
From: inki.dae@samsung.com (daeinki)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 5/5] S5PC110: add MIPI-DSI based sample lcd panel driver.
Date: Mon, 03 Jan 2011 11:08:52 +0900 [thread overview]
Message-ID: <4D212FB4.7090505@samsung.com> (raw)
In-Reply-To: <014101cba8b8$06318ab0$1294a010$%kim@samsung.com>
Kukjin Kim ? ?:
> Inki Dae wrote:
>> this patch addes MIPI-DSI based sample panel driver.
>> to write MIPI-DSI based lcd panel driver, you can refer to
>> this sample driver.
>>
>> Signed-off-by: Inki Dae <inki.dae@samsung.com>
>> ---
>> drivers/video/Kconfig | 7 ++
>> drivers/video/Makefile | 1 +
>> drivers/video/s5p_mipi_sample.c | 220
>> +++++++++++++++++++++++++++++++++++++++
>> 3 files changed, 228 insertions(+), 0 deletions(-)
>> create mode 100644 drivers/video/s5p_mipi_sample.c
>>
>> diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
>> index aa305c5..325ce86 100644
>> --- a/drivers/video/Kconfig
>> +++ b/drivers/video/Kconfig
>> @@ -2003,6 +2003,13 @@ config S5P_MIPI_DSI
>> ---help---
>> This enables support for MIPI-DSI device.
>>
>> +config S5P_MIPI_SAMPLE
>> + tristate "Samsung SoC MIPI-DSI based sample driver."
>> + depends on S5P_MIPI_DSI && BACKLIGHT_LCD_SUPPORT
>
> Do we really need SAMPLE driver?...
> And is this MIPI SAMPLE not MIPI DSIM sample?
>
I added this one for that someone who uses my mipi-dsi driver could
understand my driver easily. it is just for reference driver.
this sample driver has some problem?
>> + default n
>> + ---help---
>> + This enables support for MIPI-DSI based sample driver.
>> +
>> config FB_NUC900
>> bool "NUC900 LCD framebuffer support"
>> depends on FB && ARCH_W90X900
>> diff --git a/drivers/video/Makefile b/drivers/video/Makefile
>> index f4baed6..c8ac591 100644
>> --- a/drivers/video/Makefile
>> +++ b/drivers/video/Makefile
>> @@ -117,6 +117,7 @@ obj-$(CONFIG_FB_S3C) += s3c-fb.o
>> obj-$(CONFIG_FB_S3C2410) += s3c2410fb.o
>> obj-$(CONFIG_S5P_MIPI_DSI) += s5p_mipi_dsi.o s5p_mipi_dsi_common.o \
>> s5p_mipi_dsi_lowlevel.o
>> +obj-$(CONFIG_S5P_MIPI_SAMPLE) += s5p_mipi_sample.o
>> obj-$(CONFIG_FB_FSL_DIU) += fsl-diu-fb.o
>> obj-$(CONFIG_FB_COBALT) += cobalt_lcdfb.o
>> obj-$(CONFIG_FB_PNX4008_DUM) += pnx4008/
>
> (snip)
>
> Happy New Year!
> Thanks.
>
> Best regards,
> Kgene.
> --
> Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
> SW Solution Development Team, Samsung Electronics Co., Ltd.
>
>
next prev parent reply other threads:[~2011-01-03 2:08 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-28 11:26 [PATCH 5/5] S5PC110: add MIPI-DSI based sample lcd panel driver Inki Dae
2010-12-28 11:26 ` Inki Dae
2010-12-31 6:57 ` Kukjin Kim
2010-12-31 6:57 ` Kukjin Kim
2011-01-03 2:08 ` daeinki [this message]
2011-01-03 2:08 ` daeinki
2011-01-06 5:14 ` Paul Mundt
2011-01-06 5:14 ` Paul Mundt
2011-01-06 6:31 ` InKi Dae
2011-01-06 6:31 ` 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=4D212FB4.7090505@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.