From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Subject: [PATCH 0/5] OMAP: DSS: add __inits and __exits
Date: Fri, 01 Apr 2011 10:00:25 +0000 [thread overview]
Message-ID: <1301652030-32223-1-git-send-email-tomi.valkeinen@ti.com> (raw)
These patches add __inits and __exits to multiple functions in omapdss and
panel drivers. Also omap_dss_register_driver_probe() is added which allows us
to define panel driver probe functions as __init.
This moved almost 7kB from .text section to .init section on my configuration.
Tomi Valkeinen (5):
OMAP: DSS2: make omap_dss_(un)register_device static
OMAP: DSS2: add __inits to omapdss driver
OMAP: DSS2: use __exit for selected panel drivers
OMAP: DSS2: Add omap_dss_register_driver_probe()
OMAP: DSS2: use omap_dss_register_driver_probe() in selected drivers
arch/arm/plat-omap/include/plat/display.h | 5 +-
drivers/video/omap2/displays/panel-generic-dpi.c | 10 ++--
.../video/omap2/displays/panel-sharp-ls037v7dw01.c | 10 ++--
drivers/video/omap2/displays/panel-taal.c | 9 +--
drivers/video/omap2/dss/core.c | 64 +++++++++++++++++---
drivers/video/omap2/dss/dispc.c | 7 +-
drivers/video/omap2/dss/dpi.c | 2 +-
drivers/video/omap2/dss/dsi.c | 7 +-
drivers/video/omap2/dss/dss.c | 9 +--
drivers/video/omap2/dss/dss_features.c | 2 +-
drivers/video/omap2/dss/hdmi.c | 8 +-
drivers/video/omap2/dss/manager.c | 2 +-
drivers/video/omap2/dss/overlay.c | 2 +-
drivers/video/omap2/dss/rfbi.c | 7 +-
drivers/video/omap2/dss/sdi.c | 2 +-
drivers/video/omap2/dss/venc.c | 7 +-
16 files changed, 96 insertions(+), 57 deletions(-)
next reply other threads:[~2011-04-01 10:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-01 10:00 Tomi Valkeinen [this message]
2011-04-01 10:00 ` [PATCH 1/5] OMAP: DSS2: make omap_dss_(un)register_device static Tomi Valkeinen
2011-04-01 10:00 ` [PATCH 2/5] OMAP: DSS2: add __inits to omapdss driver Tomi Valkeinen
2011-04-01 10:00 ` [PATCH 3/5] OMAP: DSS2: use __exit for selected panel drivers Tomi Valkeinen
2011-04-01 10:00 ` [PATCH 4/5] OMAP: DSS2: Add omap_dss_register_driver_probe() Tomi Valkeinen
2011-04-01 10:00 ` [PATCH 5/5] OMAP: DSS2: use omap_dss_register_driver_probe() in selected drivers 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=1301652030-32223-1-git-send-email-tomi.valkeinen@ti.com \
--to=tomi.valkeinen@ti.com \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux-omap@vger.kernel.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).