Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60922
b: refs/heads/master
c: 1a3f288
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt authored and Linus Torvalds committed Jul 17, 2007
1 parent e4d2ee0 commit e287647
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 84650346b20c8f8af35e3773506102ff1680e887
refs/heads/master: 1a3f28817e2a3f0be67ec8afa0cfd779adb5d41d
2 changes: 1 addition & 1 deletion trunk/drivers/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ config FB_PVR2

config FB_EPSON1355
bool "Epson 1355 framebuffer support"
depends on (FB = y) && (SUPERH || ARCH_CEIVA)
depends on (FB = y) && ARCH_CEIVA
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
Expand Down
16 changes: 2 additions & 14 deletions trunk/drivers/video/epson1355fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,7 @@ struct epson1355_par {

/* ------------------------------------------------------------------------- */

#ifdef CONFIG_SUPERH

static inline u8 epson1355_read_reg(int index)
{
return ctrl_inb(par.reg_addr + index);
}

static inline void epson1355_write_reg(u8 data, int index)
{
ctrl_outb(data, par.reg_addr + index);
}

#elif defined(CONFIG_ARM)
#if defined(CONFIG_ARM)

# ifdef CONFIG_ARCH_CEIVA
# include <asm/arch/hardware.h>
Expand Down Expand Up @@ -290,7 +278,7 @@ static int epson1355fb_blank(int blank_mode, struct fb_info *info)
struct epson1355_par *par = info->par;

switch (blank_mode) {
case FB_BLANK_UNBLANKING:
case FB_BLANK_UNBLANK:
case FB_BLANK_NORMAL:
lcd_enable(par, 1);
backlight_enable(1);
Expand Down

0 comments on commit e287647

Please sign in to comment.