All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ruslan Bilovol <ruslan.bilovol@ti.com>
To: andi@etezian.org, tomi.valkeinen@ti.com,
	FlorianSchandinat@gmx.de, linux-fbdev@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org
Subject: [PATCH v2 0/1] OMAP4: DSS: Add panel for Blaze Tablet boards
Date: Fri,  8 Feb 2013 17:43:39 +0200	[thread overview]
Message-ID: <1360338220-12753-1-git-send-email-ruslan.bilovol@ti.com> (raw)

Hi,

This patch adds support for TC358765 DSI-to-LVDS transmitter
from Toshiba, that is used in OMAP4 Blaze Tablet development
platform. It was originally developed a long time ago and
was used internally survived few kernel migrations.
Different people worked in this driver during last two
years changing its sources to what each new version of
kernel expects.

Current version is ported from internal kernel v3.4 to 3.8.0-rc6
Tested basic functioning under busybox.

------------------------------------------------
v2:
- added returns of correct errno instead of magic numbers
- used delays, based on hrtimers where possible
- fixed typo
- switched to devres management of resources instead of raw
  calls


Tomi Valkeinen (1):
  OMAP4: DSS: Add panel for Blaze Tablet boards

 drivers/video/omap2/displays/Kconfig          |   15 +
 drivers/video/omap2/displays/Makefile         |    1 +
 drivers/video/omap2/displays/panel-tc358765.c | 1000 +++++++++++++++++++++++++
 drivers/video/omap2/displays/panel-tc358765.h |  170 +++++
 include/video/omap-panel-tc358765.h           |   53 ++
 5 files changed, 1239 insertions(+)
 create mode 100644 drivers/video/omap2/displays/panel-tc358765.c
 create mode 100644 drivers/video/omap2/displays/panel-tc358765.h
 create mode 100644 include/video/omap-panel-tc358765.h

-- 
1.7.9.5


WARNING: multiple messages have this Message-ID (diff)
From: Ruslan Bilovol <ruslan.bilovol@ti.com>
To: andi@etezian.org, tomi.valkeinen@ti.com,
	FlorianSchandinat@gmx.de, linux-fbdev@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org
Subject: [PATCH v2 0/1] OMAP4: DSS: Add panel for Blaze Tablet boards
Date: Fri, 08 Feb 2013 15:43:39 +0000	[thread overview]
Message-ID: <1360338220-12753-1-git-send-email-ruslan.bilovol@ti.com> (raw)

Hi,

This patch adds support for TC358765 DSI-to-LVDS transmitter
from Toshiba, that is used in OMAP4 Blaze Tablet development
platform. It was originally developed a long time ago and
was used internally survived few kernel migrations.
Different people worked in this driver during last two
years changing its sources to what each new version of
kernel expects.

Current version is ported from internal kernel v3.4 to 3.8.0-rc6
Tested basic functioning under busybox.

------------------------------------------------
v2:
- added returns of correct errno instead of magic numbers
- used delays, based on hrtimers where possible
- fixed typo
- switched to devres management of resources instead of raw
  calls


Tomi Valkeinen (1):
  OMAP4: DSS: Add panel for Blaze Tablet boards

 drivers/video/omap2/displays/Kconfig          |   15 +
 drivers/video/omap2/displays/Makefile         |    1 +
 drivers/video/omap2/displays/panel-tc358765.c | 1000 +++++++++++++++++++++++++
 drivers/video/omap2/displays/panel-tc358765.h |  170 +++++
 include/video/omap-panel-tc358765.h           |   53 ++
 5 files changed, 1239 insertions(+)
 create mode 100644 drivers/video/omap2/displays/panel-tc358765.c
 create mode 100644 drivers/video/omap2/displays/panel-tc358765.h
 create mode 100644 include/video/omap-panel-tc358765.h

-- 
1.7.9.5


             reply	other threads:[~2013-02-08 15:43 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-08 15:43 Ruslan Bilovol [this message]
2013-02-08 15:43 ` [PATCH v2 0/1] OMAP4: DSS: Add panel for Blaze Tablet boards Ruslan Bilovol
2013-02-08 15:43 ` [PATCH v2 1/1] " Ruslan Bilovol
2013-02-08 15:43   ` Ruslan Bilovol
2013-02-10 23:51   ` Andi Shyti
2013-02-10 23:51     ` Andi Shyti
2013-02-13 19:23     ` Ruslan Bilovol
2013-02-13 19:23       ` Ruslan Bilovol
2013-02-17 14:17       ` Andi Shyti
2013-02-17 14:17         ` Andi Shyti
2013-02-18 14:33         ` Ruslan Bilovol
2013-02-18 14:33           ` Ruslan Bilovol
2013-02-17 14:46   ` Andi Shyti
2013-02-13  8:18 ` [PATCH v2 0/1] " Tomi Valkeinen
2013-02-13  8:18   ` Tomi Valkeinen
2013-02-13  8:18   ` Tomi Valkeinen
2013-02-14  0:07   ` Ruslan Bilovol
2013-02-14  0:07     ` Ruslan Bilovol
2013-02-14  9:24     ` Tomi Valkeinen
2013-02-14  9:24       ` Tomi Valkeinen
2013-02-14  9:24       ` Tomi Valkeinen
2013-02-18 14:30       ` Ruslan Bilovol
2013-02-18 14:30         ` Ruslan Bilovol
2013-02-19 11:34         ` Tomi Valkeinen
2013-02-19 11:34           ` Tomi Valkeinen
2013-02-19 11:34           ` 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=1360338220-12753-1-git-send-email-ruslan.bilovol@ti.com \
    --to=ruslan.bilovol@ti.com \
    --cc=FlorianSchandinat@gmx.de \
    --cc=andi@etezian.org \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=tomi.valkeinen@ti.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.