From: Chandrabhanu Mahapatra <cmahapatra@ti.com>
To: tomi.valkeinen@ti.com
Cc: linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org,
Chandrabhanu Mahapatra <cmahapatra@ti.com>
Subject: [PATCH 0/4] Add LCD3 channel support
Date: Thu, 28 Jun 2012 09:52:05 +0000 [thread overview]
Message-ID: <cover.1340874806.git.cmahapatra@ti.com> (raw)
Hi everyone!
This following patch series enables LCD3 support which consists of two patches.
The 1st patch
* adds enum mgr_reg_fields to describe various register fields manipulated for
LCD support
* replaces if-else checks for LCD implementation with simpler interface with
the help of data from struct mgr_desc
The 2nd Patch
* adds LCD3 channel support
* updates DISPC registers for LCD3 support
The 3rd patch
* enables LCD3 manager DSS feature
* adds enables clock support for LCD3
* adds IRQs specific to LCD3 manager
The 4th patch
* enables dispc functions to provide dump functionality for clocks and IRQs
specific to LCD3
This patch was based on mainline kernel v3.5rc4.
All your comments and suggestions are welcome.
Regards,
Chandrabhanu
Chandrabhanu Mahapatra (4):
OMAPDSS: Cleanup implementation of LCD channels
OMAPDSS: Add support for LCD3 channel
OMAPDSS: Add LCD3 overlay manager and Clock and IRQ support
OMAPDSS: Add dump and debug support for LCD3
drivers/video/omap2/dss/dispc.c | 351 ++++++++++++++++++--------------
drivers/video/omap2/dss/dispc.h | 28 +++
drivers/video/omap2/dss/dsi.c | 6 +-
drivers/video/omap2/dss/dss.c | 12 +-
drivers/video/omap2/dss/dss.h | 6 +
drivers/video/omap2/dss/dss_features.h | 5 +-
drivers/video/omap2/dss/manager.c | 16 +-
drivers/video/omap2/dss/overlay.c | 14 +-
include/video/omapdss.h | 6 +
9 files changed, 268 insertions(+), 176 deletions(-)
next reply other threads:[~2012-06-28 9:52 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-28 9:52 Chandrabhanu Mahapatra [this message]
2012-06-28 9:52 ` [PATCH 1/4] OMAPDSS: Cleanup implementation of LCD channels Chandrabhanu Mahapatra
2012-06-28 10:50 ` Tomi Valkeinen
2012-06-28 11:31 ` Chandrabhanu Mahapatra
2012-06-28 11:27 ` Tomi Valkeinen
2012-06-28 13:14 ` Chandrabhanu Mahapatra
2012-06-28 9:52 ` [PATCH 2/4] OMAPDSS: Add support for LCD3 channel Chandrabhanu Mahapatra
2012-06-28 9:53 ` [PATCH 3/4] OMAPDSS: Add LCD3 overlay manager and Clock and IRQ support Chandrabhanu Mahapatra
2012-06-28 9:53 ` [PATCH 4/4] OMAPDSS: Add dump and debug support for LCD3 Chandrabhanu Mahapatra
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=cover.1340874806.git.cmahapatra@ti.com \
--to=cmahapatra@ti.com \
--cc=linux-fbdev@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 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).