2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-20 19:43:58 +08:00
linux-next/drivers/video/omap2/dss
Taneja, Archit 235e7dba02 OMAP2PLUS: DSS2: FEATURES: Fix usage of dss_reg_field and dss_clk_source_name
The structures dss_reg_field and dss_clk_source_name have enum members which
specify the register field and the clock source respectively. These members are
not used to choose the correct result in the corresponding feature functions.
Remove these members and change the features array declaration to incorporate
these enums.

The structure dss_clk_source_name without the enum member is just a pointer to
an string. Remove the structure and use a character pointer directly.

Signed-off-by: Archit Taneja <archit@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2011-03-15 11:53:51 +05:30
..
core.c OMAP: DSS2: Remove unneeded cpu_is_xxx checks 2011-03-11 15:46:28 +02:00
dispc.c OMAP4: DSS2: Clock source changes for OMAP4 2011-03-11 15:46:31 +02:00
display.c OMAP: DSS2: Remove unused list 2011-03-11 15:46:25 +02:00
dpi.c OMAP: DSS2: Remove pdev argument from dpi_init 2011-03-11 15:46:28 +02:00
dsi.c HACK: OMAP: DSS2: Fix OMAP2_DSS_USE_DSI_PLL 2011-03-11 15:46:29 +02:00
dss_features.c OMAP2PLUS: DSS2: FEATURES: Fix usage of dss_reg_field and dss_clk_source_name 2011-03-15 11:53:51 +05:30
dss_features.h OMAP4: DSS2: Clock source changes for OMAP4 2011-03-11 15:46:31 +02:00
dss.c OMAP2PLUS: DSS2: FEATURES: Fix usage of dss_reg_field and dss_clk_source_name 2011-03-15 11:53:51 +05:30
dss.h OMAP2PLUS: DSS2: FEATURES: Fix usage of dss_reg_field and dss_clk_source_name 2011-03-15 11:53:51 +05:30
Kconfig OMAP2PLUS: DSS2: Add OMAP4 Kconfig support 2011-03-11 15:46:22 +02:00
Makefile OMAP: DSS2: Introduce dss_features files 2010-10-22 23:21:03 +03:00
manager.c OMAP2PLUS: DSS2: Generalize naming of PRCM related clock enums in DSS driver 2011-03-11 15:46:22 +02:00
overlay.c OMAP2PLUS: DSS2: Generalize naming of PRCM related clock enums in DSS driver 2011-03-11 15:46:22 +02:00
rfbi.c OMAP2PLUS: DSS2: Generalize naming of PRCM related clock enums in DSS driver 2011-03-11 15:46:22 +02:00
sdi.c OMAP: DSS2: Remove FB_OMAP_BOOTLOADER_INIT support 2011-03-11 15:46:27 +02:00
venc.c HACK: OMAP: DSS2: VENC: disable VENC on OMAP4 to prevent crash 2011-03-14 15:39:48 +05:30