]> git.karo-electronics.de Git - karo-tx-linux.git/commit
OMAPDSS: move the creation of debugfs files
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 2 Mar 2012 16:01:07 +0000 (18:01 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 11 May 2012 11:44:52 +0000 (14:44 +0300)
commite40402cf182e798fd71824f4ad02fb51ce599bb2
tree2b3c87838f5f53a4eb7e74738f6d792ab64d1c8d
parent461395c464e559a01cbc66d97ed4b8585b437cf9
OMAPDSS: move the creation of debugfs files

Instead of having an ugly #ifdef mess in the core.c for creating debugfs
files, add a dss_debugfs_create_file() function that the dss drivers
can use to create the debugfs files.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/core.c
drivers/video/omap2/dss/dispc.c
drivers/video/omap2/dss/dsi.c
drivers/video/omap2/dss/dss.c
drivers/video/omap2/dss/dss.h
drivers/video/omap2/dss/hdmi.c
drivers/video/omap2/dss/rfbi.c
drivers/video/omap2/dss/venc.c