linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: jg1.han@samsung.com (Jingoo Han)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v7 2/2] video: backlight: support s6e8ax0 panel driver based on MIPI DSI
Date: Fri, 27 Jan 2012 12:00:54 +0900	[thread overview]
Message-ID: <006801ccdc9f$e28b42f0$a7a1c8d0$%han@samsung.com> (raw)
In-Reply-To: <001901ccdc98$755d4bd0$6017e370$%dae@samsung.com>

Hi, Inki Dae.
> -----Original Message-----
> From: linux-fbdev-owner at vger.kernel.org [mailto:linux-fbdev-owner at vger.kernel.org] On Behalf Of Inki
> Dae
> Sent: Friday, January 27, 2012 11:08 AM
> To: 'Tomi Valkeinen'; 'Donghwa Lee'
> Cc: linux-fbdev at vger.kernel.org; linux-arm-kernel at lists.infradead.org; 'Florian Tobias Schandinat';
> 'Andrew Morton'; rpurdie at linux.intel.com; kyungmin.park at samsung.com
> Subject: RE: [PATCH v7 2/2] video: backlight: support s6e8ax0 panel driver based on MIPI DSI
> 
> Hi, Tomi.
> 
> Below is my comments.
> 
> > -----Original Message-----
> > From: Tomi Valkeinen [mailto:tomi.valkeinen at ti.com]
> > Sent: Friday, January 27, 2012 12:53 AM
> > To: Donghwa Lee
> > Cc: linux-fbdev at vger.kernel.org; linux-arm-kernel at lists.infradead.org;
> > Florian Tobias Schandinat; Andrew Morton; rpurdie at linux.intel.com;
> > inki.dae at samsung.com; kyungmin.park at samsung.com
> > Subject: Re: [PATCH v7 2/2] video: backlight: support s6e8ax0 panel driver
> > based on MIPI DSI
> >
> > Hi,
> >
> > On Thu, 2012-01-19 at 14:28 +0900, Donghwa Lee wrote:
> > > This patch is amoled panel driver based MIPI DSI interface.
> > > S6E8AX0 means it may includes many other ldi controllers, for example,
> > > S6E8AA0, S6E8AB0, and so on.
> > >
> > > This patch can be modified depending on each panel properites. For
> > > example, second parameter of panel condition register can be changed
> > > depending on ldi controller or amoled type.
> > >
> > > Changes since v6:
> > > 	- change data type from const to static const
> > >
> > > Signed-off-by: Donghwa Lee <dh09.lee@samsung.com>
> > > Signed-off-by: Inki Dae <inki.dae@samsung.com>
> > > Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> > > ---
> > >  drivers/video/backlight/Kconfig   |    7 +
> > >  drivers/video/backlight/Makefile  |    1 +
> > >  drivers/video/backlight/s6e8ax0.c |  898
> > +++++++++++++++++++++++++++++++++++++
> > >  drivers/video/backlight/s6e8ax0.h |   21 +
> > >  4 files changed, 927 insertions(+), 0 deletions(-)  create mode
> > > 100644 drivers/video/backlight/s6e8ax0.c  create mode 100644
> > > drivers/video/backlight/s6e8ax0.h
> >
> > Why is this in backlight directory? It's a panel driver, not a backlight
> > driver.
> >
> 
> Yes, right. this backlight driver is specific to our mipi dsi driver because this uses the interface
> of mipi dsi driver to send some commands to real lcd panel.
> 
> > And the driver is s5p specific, wouldn't a directory like
> > drivers/video/s5p/, where both the s5p DSI driver from the previous patch
> > and this panel driver could be?
> >
> 
> Ok, we will create new directory, "exynos" instead of "s5p" because our SoC chip doesn't use such
> prefix(s5p, and s3c) anymore. and also as you mentioned, we should working on a common DSI framework.
> do you have any plan for this?

I think so. New directory, "exynos" is necessary.
The "exynos" directory can include IPs such as MIPI, which are related to FB stack
and are used for exynos SoC series.

However, s3c-fb.c will remain in "drivers/video" directory, because s3c-fb.c can be
used for s3c24xx, s5p64xx SoC series as well as exynos series.

Thank you.
> 
> Thanks,
> Inki Dae.
> 
> >  Tomi
> 
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2012-01-27  3:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-19  5:28 [PATCH v7 2/2] video: backlight: support s6e8ax0 panel driver based on MIPI DSI Donghwa Lee
2012-01-26 15:52 ` Tomi Valkeinen
2012-01-27  2:07   ` Inki Dae
2012-01-27  3:00     ` Jingoo Han [this message]
2012-02-01  6:11     ` Tomi Valkeinen

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='006801ccdc9f$e28b42f0$a7a1c8d0$%han@samsung.com' \
    --to=jg1.han@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).