OMAPFB: remove old blizzard driver
N8x0's blizzard driver has been ported to new omapdss driver, so we can now remove the old blizzard driver. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
This commit is contained in:
parent
b01543dfe6
commit
fdcb68884b
@ -1,12 +0,0 @@
|
|||||||
#ifndef _BLIZZARD_H
|
|
||||||
#define _BLIZZARD_H
|
|
||||||
|
|
||||||
struct blizzard_platform_data {
|
|
||||||
void (*power_up)(struct device *dev);
|
|
||||||
void (*power_down)(struct device *dev);
|
|
||||||
unsigned long (*get_clock_rate)(struct device *dev);
|
|
||||||
|
|
||||||
unsigned te_connected:1;
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif
|
|
@ -23,13 +23,6 @@ config FB_OMAP_LCDC_HWA742
|
|||||||
Say Y here if you want to have support for the external
|
Say Y here if you want to have support for the external
|
||||||
Epson HWA742 LCD controller.
|
Epson HWA742 LCD controller.
|
||||||
|
|
||||||
config FB_OMAP_LCDC_BLIZZARD
|
|
||||||
bool "Epson Blizzard LCD controller support"
|
|
||||||
depends on FB_OMAP && FB_OMAP_LCDC_EXTERNAL
|
|
||||||
help
|
|
||||||
Say Y here if you want to have support for the external
|
|
||||||
Epson Blizzard LCD controller.
|
|
||||||
|
|
||||||
config FB_OMAP_MANUAL_UPDATE
|
config FB_OMAP_MANUAL_UPDATE
|
||||||
bool "Default to manual update mode"
|
bool "Default to manual update mode"
|
||||||
depends on FB_OMAP && FB_OMAP_LCDC_EXTERNAL
|
depends on FB_OMAP && FB_OMAP_LCDC_EXTERNAL
|
||||||
|
@ -14,7 +14,6 @@ objs-$(CONFIG_ARCH_OMAP1)$(CONFIG_FB_OMAP_LCDC_EXTERNAL) += sossi.o
|
|||||||
objs-$(CONFIG_ARCH_OMAP2)$(CONFIG_FB_OMAP_LCDC_EXTERNAL) += rfbi.o
|
objs-$(CONFIG_ARCH_OMAP2)$(CONFIG_FB_OMAP_LCDC_EXTERNAL) += rfbi.o
|
||||||
|
|
||||||
objs-y$(CONFIG_FB_OMAP_LCDC_HWA742) += hwa742.o
|
objs-y$(CONFIG_FB_OMAP_LCDC_HWA742) += hwa742.o
|
||||||
objs-y$(CONFIG_FB_OMAP_LCDC_BLIZZARD) += blizzard.o
|
|
||||||
|
|
||||||
objs-y$(CONFIG_MACH_AMS_DELTA) += lcd_ams_delta.o
|
objs-y$(CONFIG_MACH_AMS_DELTA) += lcd_ams_delta.o
|
||||||
objs-y$(CONFIG_MACH_OMAP_H3) += lcd_h3.o
|
objs-y$(CONFIG_MACH_OMAP_H3) += lcd_h3.o
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -104,7 +104,6 @@ static struct platform_device omapdss_device = {
|
|||||||
* ---------------------------------------------------------------------------
|
* ---------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
extern struct lcd_ctrl hwa742_ctrl;
|
extern struct lcd_ctrl hwa742_ctrl;
|
||||||
extern struct lcd_ctrl blizzard_ctrl;
|
|
||||||
|
|
||||||
static const struct lcd_ctrl *ctrls[] = {
|
static const struct lcd_ctrl *ctrls[] = {
|
||||||
#ifdef CONFIG_ARCH_OMAP1
|
#ifdef CONFIG_ARCH_OMAP1
|
||||||
@ -116,9 +115,6 @@ static const struct lcd_ctrl *ctrls[] = {
|
|||||||
#ifdef CONFIG_FB_OMAP_LCDC_HWA742
|
#ifdef CONFIG_FB_OMAP_LCDC_HWA742
|
||||||
&hwa742_ctrl,
|
&hwa742_ctrl,
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIG_FB_OMAP_LCDC_BLIZZARD
|
|
||||||
&blizzard_ctrl,
|
|
||||||
#endif
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef CONFIG_FB_OMAP_LCDC_EXTERNAL
|
#ifdef CONFIG_FB_OMAP_LCDC_EXTERNAL
|
||||||
|
Loading…
Reference in New Issue
Block a user