diff options
| author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-12-22 04:12:13 -0500 |
|---|---|---|
| committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-05-09 03:51:05 -0400 |
| commit | dac8eb5f1d29eb4cf44305239da7e7a477e48a90 (patch) | |
| tree | 96f5e5e5bf832d68b71e5343aece056f466d69a2 | |
| parent | 2e6f2ee7ace43d7c8d0e9abf9b0767ab99d3f2aa (diff) | |
OMAPDSS: TFP410: rename dvi files to tfp410
Now that the tfp410 driver has been renamed in the code, this patch
finishes the renaming by renaming the files.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
| -rw-r--r-- | arch/arm/mach-omap2/board-3430sdp.c | 2 | ||||
| -rw-r--r-- | arch/arm/mach-omap2/board-am3517evm.c | 2 | ||||
| -rw-r--r-- | arch/arm/mach-omap2/board-cm-t35.c | 2 | ||||
| -rw-r--r-- | arch/arm/mach-omap2/board-devkit8000.c | 2 | ||||
| -rw-r--r-- | arch/arm/mach-omap2/board-igep0020.c | 2 | ||||
| -rw-r--r-- | arch/arm/mach-omap2/board-omap3beagle.c | 2 | ||||
| -rw-r--r-- | arch/arm/mach-omap2/board-omap3evm.c | 2 | ||||
| -rw-r--r-- | arch/arm/mach-omap2/board-omap3stalker.c | 2 | ||||
| -rw-r--r-- | arch/arm/mach-omap2/board-omap4panda.c | 2 | ||||
| -rw-r--r-- | arch/arm/mach-omap2/board-overo.c | 2 | ||||
| -rw-r--r-- | drivers/video/omap2/displays/Makefile | 2 | ||||
| -rw-r--r-- | drivers/video/omap2/displays/panel-tfp410.c (renamed from drivers/video/omap2/displays/panel-dvi.c) | 2 | ||||
| -rw-r--r-- | include/video/omap-panel-tfp410.h (renamed from include/video/omap-panel-dvi.h) | 0 |
13 files changed, 12 insertions, 12 deletions
diff --git a/arch/arm/mach-omap2/board-3430sdp.c b/arch/arm/mach-omap2/board-3430sdp.c index 2a26d62ea386..37abb0d49b51 100644 --- a/arch/arm/mach-omap2/board-3430sdp.c +++ b/arch/arm/mach-omap2/board-3430sdp.c | |||
| @@ -37,7 +37,7 @@ | |||
| 37 | #include <plat/dma.h> | 37 | #include <plat/dma.h> |
| 38 | #include <plat/gpmc.h> | 38 | #include <plat/gpmc.h> |
| 39 | #include <video/omapdss.h> | 39 | #include <video/omapdss.h> |
| 40 | #include <video/omap-panel-dvi.h> | 40 | #include <video/omap-panel-tfp410.h> |
| 41 | 41 | ||
| 42 | #include <plat/gpmc-smc91x.h> | 42 | #include <plat/gpmc-smc91x.h> |
| 43 | 43 | ||
diff --git a/arch/arm/mach-omap2/board-am3517evm.c b/arch/arm/mach-omap2/board-am3517evm.c index feecc9689b0b..99790eb646e8 100644 --- a/arch/arm/mach-omap2/board-am3517evm.c +++ b/arch/arm/mach-omap2/board-am3517evm.c | |||
| @@ -37,7 +37,7 @@ | |||
| 37 | #include <plat/usb.h> | 37 | #include <plat/usb.h> |
| 38 | #include <video/omapdss.h> | 38 | #include <video/omapdss.h> |
| 39 | #include <video/omap-panel-generic-dpi.h> | 39 | #include <video/omap-panel-generic-dpi.h> |
| 40 | #include <video/omap-panel-dvi.h> | 40 | #include <video/omap-panel-tfp410.h> |
| 41 | 41 | ||
| 42 | #include "am35xx-emac.h" | 42 | #include "am35xx-emac.h" |
| 43 | #include "mux.h" | 43 | #include "mux.h" |
diff --git a/arch/arm/mach-omap2/board-cm-t35.c b/arch/arm/mach-omap2/board-cm-t35.c index 9e8efe997605..45746cb56c68 100644 --- a/arch/arm/mach-omap2/board-cm-t35.c +++ b/arch/arm/mach-omap2/board-cm-t35.c | |||
| @@ -44,7 +44,7 @@ | |||
| 44 | #include <plat/usb.h> | 44 | #include <plat/usb.h> |
| 45 | #include <video/omapdss.h> | 45 | #include <video/omapdss.h> |
| 46 | #include <video/omap-panel-generic-dpi.h> | 46 | #include <video/omap-panel-generic-dpi.h> |
| 47 | #include <video/omap-panel-dvi.h> | 47 | #include <video/omap-panel-tfp410.h> |
| 48 | #include <plat/mcspi.h> | 48 | #include <plat/mcspi.h> |
| 49 | 49 | ||
| 50 | #include <mach/hardware.h> | 50 | #include <mach/hardware.h> |
diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/board-devkit8000.c index 5ea88f593dd0..b063f0d2faa6 100644 --- a/arch/arm/mach-omap2/board-devkit8000.c +++ b/arch/arm/mach-omap2/board-devkit8000.c | |||
| @@ -47,7 +47,7 @@ | |||
| 47 | #include <plat/usb.h> | 47 | #include <plat/usb.h> |
| 48 | #include <video/omapdss.h> | 48 | #include <video/omapdss.h> |
| 49 | #include <video/omap-panel-generic-dpi.h> | 49 | #include <video/omap-panel-generic-dpi.h> |
| 50 | #include <video/omap-panel-dvi.h> | 50 | #include <video/omap-panel-tfp410.h> |
| 51 | 51 | ||
| 52 | #include <plat/mcspi.h> | 52 | #include <plat/mcspi.h> |
| 53 | #include <linux/input/matrix_keypad.h> | 53 | #include <linux/input/matrix_keypad.h> |
diff --git a/arch/arm/mach-omap2/board-igep0020.c b/arch/arm/mach-omap2/board-igep0020.c index bf87f17612bf..04816c96e829 100644 --- a/arch/arm/mach-omap2/board-igep0020.c +++ b/arch/arm/mach-omap2/board-igep0020.c | |||
| @@ -32,7 +32,7 @@ | |||
| 32 | #include <plat/gpmc.h> | 32 | #include <plat/gpmc.h> |
| 33 | #include <plat/usb.h> | 33 | #include <plat/usb.h> |
| 34 | #include <video/omapdss.h> | 34 | #include <video/omapdss.h> |
| 35 | #include <video/omap-panel-dvi.h> | 35 | #include <video/omap-panel-tfp410.h> |
| 36 | #include <plat/onenand.h> | 36 | #include <plat/onenand.h> |
| 37 | 37 | ||
| 38 | #include "mux.h" | 38 | #include "mux.h" |
diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c index 179596746ae3..8ede8d20d7b2 100644 --- a/arch/arm/mach-omap2/board-omap3beagle.c +++ b/arch/arm/mach-omap2/board-omap3beagle.c | |||
| @@ -42,7 +42,7 @@ | |||
| 42 | #include <plat/board.h> | 42 | #include <plat/board.h> |
| 43 | #include "common.h" | 43 | #include "common.h" |
| 44 | #include <video/omapdss.h> | 44 | #include <video/omapdss.h> |
| 45 | #include <video/omap-panel-dvi.h> | 45 | #include <video/omap-panel-tfp410.h> |
| 46 | #include <plat/gpmc.h> | 46 | #include <plat/gpmc.h> |
| 47 | #include <plat/nand.h> | 47 | #include <plat/nand.h> |
| 48 | #include <plat/usb.h> | 48 | #include <plat/usb.h> |
diff --git a/arch/arm/mach-omap2/board-omap3evm.c b/arch/arm/mach-omap2/board-omap3evm.c index 9cb0d08bf812..9919d6c1a531 100644 --- a/arch/arm/mach-omap2/board-omap3evm.c +++ b/arch/arm/mach-omap2/board-omap3evm.c | |||
| @@ -46,7 +46,7 @@ | |||
| 46 | #include "common.h" | 46 | #include "common.h" |
| 47 | #include <plat/mcspi.h> | 47 | #include <plat/mcspi.h> |
| 48 | #include <video/omapdss.h> | 48 | #include <video/omapdss.h> |
| 49 | #include <video/omap-panel-dvi.h> | 49 | #include <video/omap-panel-tfp410.h> |
| 50 | 50 | ||
| 51 | #include "mux.h" | 51 | #include "mux.h" |
| 52 | #include "sdram-micron-mt46h32m32lf-6.h" | 52 | #include "sdram-micron-mt46h32m32lf-6.h" |
diff --git a/arch/arm/mach-omap2/board-omap3stalker.c b/arch/arm/mach-omap2/board-omap3stalker.c index a9acf96e483e..4396bae91677 100644 --- a/arch/arm/mach-omap2/board-omap3stalker.c +++ b/arch/arm/mach-omap2/board-omap3stalker.c | |||
| @@ -42,7 +42,7 @@ | |||
| 42 | #include <plat/usb.h> | 42 | #include <plat/usb.h> |
| 43 | #include <video/omapdss.h> | 43 | #include <video/omapdss.h> |
| 44 | #include <video/omap-panel-generic-dpi.h> | 44 | #include <video/omap-panel-generic-dpi.h> |
| 45 | #include <video/omap-panel-dvi.h> | 45 | #include <video/omap-panel-tfp410.h> |
| 46 | 46 | ||
| 47 | #include <plat/mcspi.h> | 47 | #include <plat/mcspi.h> |
| 48 | #include <linux/input/matrix_keypad.h> | 48 | #include <linux/input/matrix_keypad.h> |
diff --git a/arch/arm/mach-omap2/board-omap4panda.c b/arch/arm/mach-omap2/board-omap4panda.c index e1f19b2edec1..b26cd15f3c8b 100644 --- a/arch/arm/mach-omap2/board-omap4panda.c +++ b/arch/arm/mach-omap2/board-omap4panda.c | |||
| @@ -42,7 +42,7 @@ | |||
| 42 | #include "common.h" | 42 | #include "common.h" |
| 43 | #include <plat/usb.h> | 43 | #include <plat/usb.h> |
| 44 | #include <plat/mmc.h> | 44 | #include <plat/mmc.h> |
| 45 | #include <video/omap-panel-dvi.h> | 45 | #include <video/omap-panel-tfp410.h> |
| 46 | 46 | ||
| 47 | #include "hsmmc.h" | 47 | #include "hsmmc.h" |
| 48 | #include "control.h" | 48 | #include "control.h" |
diff --git a/arch/arm/mach-omap2/board-overo.c b/arch/arm/mach-omap2/board-overo.c index aa83d46846e0..5527c1979a16 100644 --- a/arch/arm/mach-omap2/board-overo.c +++ b/arch/arm/mach-omap2/board-overo.c | |||
| @@ -46,7 +46,7 @@ | |||
| 46 | #include "common.h" | 46 | #include "common.h" |
| 47 | #include <video/omapdss.h> | 47 | #include <video/omapdss.h> |
| 48 | #include <video/omap-panel-generic-dpi.h> | 48 | #include <video/omap-panel-generic-dpi.h> |
| 49 | #include <video/omap-panel-dvi.h> | 49 | #include <video/omap-panel-tfp410.h> |
| 50 | #include <plat/gpmc.h> | 50 | #include <plat/gpmc.h> |
| 51 | #include <mach/hardware.h> | 51 | #include <mach/hardware.h> |
| 52 | #include <plat/nand.h> | 52 | #include <plat/nand.h> |
diff --git a/drivers/video/omap2/displays/Makefile b/drivers/video/omap2/displays/Makefile index 58905ef010c6..58a5176b07b0 100644 --- a/drivers/video/omap2/displays/Makefile +++ b/drivers/video/omap2/displays/Makefile | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | obj-$(CONFIG_PANEL_GENERIC_DPI) += panel-generic-dpi.o | 1 | obj-$(CONFIG_PANEL_GENERIC_DPI) += panel-generic-dpi.o |
| 2 | obj-$(CONFIG_PANEL_TFP410) += panel-dvi.o | 2 | obj-$(CONFIG_PANEL_TFP410) += panel-tfp410.o |
| 3 | obj-$(CONFIG_PANEL_LGPHILIPS_LB035Q02) += panel-lgphilips-lb035q02.o | 3 | obj-$(CONFIG_PANEL_LGPHILIPS_LB035Q02) += panel-lgphilips-lb035q02.o |
| 4 | obj-$(CONFIG_PANEL_SHARP_LS037V7DW01) += panel-sharp-ls037v7dw01.o | 4 | obj-$(CONFIG_PANEL_SHARP_LS037V7DW01) += panel-sharp-ls037v7dw01.o |
| 5 | obj-$(CONFIG_PANEL_NEC_NL8048HL11_01B) += panel-nec-nl8048hl11-01b.o | 5 | obj-$(CONFIG_PANEL_NEC_NL8048HL11_01B) += panel-nec-nl8048hl11-01b.o |
diff --git a/drivers/video/omap2/displays/panel-dvi.c b/drivers/video/omap2/displays/panel-tfp410.c index e6d6849a27de..52637fa8fda8 100644 --- a/drivers/video/omap2/displays/panel-dvi.c +++ b/drivers/video/omap2/displays/panel-tfp410.c | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | #include <linux/gpio.h> | 24 | #include <linux/gpio.h> |
| 25 | #include <drm/drm_edid.h> | 25 | #include <drm/drm_edid.h> |
| 26 | 26 | ||
| 27 | #include <video/omap-panel-dvi.h> | 27 | #include <video/omap-panel-tfp410.h> |
| 28 | 28 | ||
| 29 | static const struct omap_video_timings tfp410_default_timings = { | 29 | static const struct omap_video_timings tfp410_default_timings = { |
| 30 | .x_res = 640, | 30 | .x_res = 640, |
diff --git a/include/video/omap-panel-dvi.h b/include/video/omap-panel-tfp410.h index 68c31d79c571..68c31d79c571 100644 --- a/include/video/omap-panel-dvi.h +++ b/include/video/omap-panel-tfp410.h | |||
