All of lore.kernel.org
 help / color / mirror / Atom feed
From: Felipe Balbi <me@felipebalbi.com>
To: Tomi Valkeinen <tomi.valkeinen@nokia.com>
Cc: ext Guennadi Liakhovetski <g.liakhovetski@gmx.de>,
	"linux-sh@vger.kernel.org" <linux-sh@vger.kernel.org>,
	Magnus Damm <magnus.damm@gmail.com>,
	"linux-fbdev@vger.kernel.org" <linux-fbdev@vger.kernel.org>,
	"linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
	"Syrjala Ville (Nokia-D/Helsinki)" <ville.syrjala@nokia.com>
Subject: Re: [PATCH 1/4] fbdev: add a MIPI DSI header
Date: Thu, 20 May 2010 08:54:06 +0000	[thread overview]
Message-ID: <20100520085405.GA14584@gandalf> (raw)
In-Reply-To: <1274344369.4246.28.camel@tubuntu.research.nokia.com>

On Thu, May 20, 2010 at 11:32:49AM +0300, Tomi Valkeinen wrote:
> On Thu, 2010-05-20 at 10:07 +0200, ext Guennadi Liakhovetski wrote:
> 
> > Yes, right, I should have said "they are related";) How about calling the 
> > header mipi_display.h? This would then unite DSI, DCS, DBI and DPI? 
> > Creating a separate header for each of these standards seems like an 
> > overkill to me. We could then put MIPI CSI and CPI standards in an 
> > include/media/mipi_camera.h. Not sure where to put various other MIPI 
> > standards, I guess, we'll have to think about it as a need arises.
> 
> mipi_display.h sounds good to me.

if there are extra mipi standards which should be taken care of, why
not include/linux/mipi/[display.h camera.h other1.h other2.h...] ?

-- 
balbi

WARNING: multiple messages have this Message-ID (diff)
From: Felipe Balbi <me@felipebalbi.com>
To: Tomi Valkeinen <tomi.valkeinen@nokia.com>
Cc: ext Guennadi Liakhovetski <g.liakhovetski@gmx.de>,
	"linux-sh@vger.kernel.org" <linux-sh@vger.kernel.org>,
	Magnus Damm <magnus.damm@gmail.com>,
	"linux-fbdev@vger.kernel.org" <linux-fbdev@vger.kernel.org>,
	"linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
	"Syrjala Ville (Nokia-D/Helsinki)" <ville.syrjala@nokia.com>
Subject: Re: [PATCH 1/4] fbdev: add a MIPI DSI header
Date: Thu, 20 May 2010 11:54:06 +0300	[thread overview]
Message-ID: <20100520085405.GA14584@gandalf> (raw)
In-Reply-To: <1274344369.4246.28.camel@tubuntu.research.nokia.com>

On Thu, May 20, 2010 at 11:32:49AM +0300, Tomi Valkeinen wrote:
> On Thu, 2010-05-20 at 10:07 +0200, ext Guennadi Liakhovetski wrote:
> 
> > Yes, right, I should have said "they are related";) How about calling the 
> > header mipi_display.h? This would then unite DSI, DCS, DBI and DPI? 
> > Creating a separate header for each of these standards seems like an 
> > overkill to me. We could then put MIPI CSI and CPI standards in an 
> > include/media/mipi_camera.h. Not sure where to put various other MIPI 
> > standards, I guess, we'll have to think about it as a need arises.
> 
> mipi_display.h sounds good to me.

if there are extra mipi standards which should be taken care of, why
not include/linux/mipi/[display.h camera.h other1.h other2.h...] ?

-- 
balbi

  reply	other threads:[~2010-05-20  8:54 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-07  9:07 [PATCH 0/4] MIPI DSI support for SH-mobile, common header, switch Guennadi Liakhovetski
2010-05-07  9:07 ` [PATCH 0/4] MIPI DSI support for SH-mobile, common header, switch OMAP to use it Guennadi Liakhovetski
2010-05-07  9:07 ` [PATCH 1/4] fbdev: add a MIPI DSI header Guennadi Liakhovetski
2010-05-07  9:07   ` Guennadi Liakhovetski
2010-05-19  4:42   ` Damian
2010-05-19  4:42     ` Damian
2010-05-19  7:49   ` Tomi Valkeinen
2010-05-19  7:49     ` Tomi Valkeinen
2010-05-19  8:08     ` Guennadi Liakhovetski
2010-05-19  8:08       ` Guennadi Liakhovetski
2010-05-19  8:21       ` Tomi Valkeinen
2010-05-19  8:21         ` Tomi Valkeinen
2010-05-19 14:27         ` Ville Syrjälä
2010-05-19 14:27           ` Ville Syrjälä
2010-05-19 15:00           ` Paul Mundt
2010-05-19 15:00             ` Paul Mundt
2010-05-19 15:39             ` Ville Syrjälä
2010-05-19 15:39               ` Ville Syrjälä
2010-05-20  8:07         ` Guennadi Liakhovetski
2010-05-20  8:07           ` Guennadi Liakhovetski
2010-05-20  8:32           ` Tomi Valkeinen
2010-05-20  8:32             ` Tomi Valkeinen
2010-05-20  8:54             ` Felipe Balbi [this message]
2010-05-20  8:54               ` Felipe Balbi
2010-05-20  9:02               ` Guennadi Liakhovetski
2010-05-20  9:02                 ` Guennadi Liakhovetski
2010-05-20 11:03             ` Guennadi Liakhovetski
2010-05-20 11:03               ` Guennadi Liakhovetski
2010-05-20 14:20               ` Tomi Valkeinen
2010-05-20 14:20                 ` Tomi Valkeinen
2010-05-07  9:07 ` [PATCH 2/4] sh-mobile: add support for displays, connected over the Guennadi Liakhovetski
2010-05-07  9:07   ` [PATCH 2/4] sh-mobile: add support for displays, connected over the MIPI bus Guennadi Liakhovetski
2010-05-19  4:43   ` [PATCH 2/4] sh-mobile: add support for displays, connected over Damian
2010-05-19  4:43     ` [PATCH 2/4] sh-mobile: add support for displays, connected over the MIPI bus Damian
2010-05-07  9:07 ` [PATCH 3/4] ARM: add framebuffer support for ap4evb Guennadi Liakhovetski
2010-05-07  9:07   ` Guennadi Liakhovetski
2010-05-07 14:45   ` [PATCH 3/4 v2] " Guennadi Liakhovetski
2010-05-07 14:45     ` Guennadi Liakhovetski
2010-05-10  0:11     ` Kuninori Morimoto
2010-05-10  0:11       ` Kuninori Morimoto
2010-05-10  6:12       ` Guennadi Liakhovetski
2010-05-10  6:12         ` Guennadi Liakhovetski
2010-05-10  9:37         ` Kuninori Morimoto
2010-05-10  9:37           ` Kuninori Morimoto
2010-05-19  4:36     ` Damian
2010-05-19  4:36       ` Damian
2010-05-19  4:47   ` [PATCH 3/4] " Damian
2010-05-19  4:47     ` Damian
2010-05-07  9:07 ` [PATCH 4/4] video: switch OMAP LCD MIPI driver to use the common Guennadi Liakhovetski
2010-05-07  9:07   ` [PATCH 4/4] video: switch OMAP LCD MIPI driver to use the common MIPI DSI header Guennadi Liakhovetski
2010-05-07 10:05 ` [PATCH 2.5/4] ARM: add LCDC and MIPI DSI-Tx clock definitions to Guennadi Liakhovetski
2010-05-07 10:05   ` [PATCH 2.5/4] ARM: add LCDC and MIPI DSI-Tx clock definitions to sh7372 Guennadi Liakhovetski
2010-05-07 10:49 ` [PATCH 1.5/4] sh: add a YUV422 output data format, that is also Guennadi Liakhovetski
2010-05-07 10:49   ` [PATCH 1.5/4] sh: add a YUV422 output data format, that is also supported by LCDC Guennadi Liakhovetski
2010-05-19  4:44   ` [PATCH 1.5/4] sh: add a YUV422 output data format, that is also Damian
2010-05-19  4:44     ` [PATCH 1.5/4] sh: add a YUV422 output data format, that is also supported by LCDC Damian

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=20100520085405.GA14584@gandalf \
    --to=me@felipebalbi.com \
    --cc=g.liakhovetski@gmx.de \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=tomi.valkeinen@nokia.com \
    --cc=ville.syrjala@nokia.com \
    /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.