Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164823
b: refs/heads/master
c: 66d2f99
h: refs/heads/master
i:
  164821: b86d007
  164819: bf11f34
  164815: 9c7c23a
v: v3
  • Loading branch information
Imre Deak authored and Linus Torvalds committed Sep 23, 2009
1 parent 4650203 commit f8d031c
Show file tree
Hide file tree
Showing 5 changed files with 640 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 28ff0c12b7069f076f08a936df66f1d5052e9121
refs/heads/master: 66d2f99d0bb5a2972fb5c1d88b61169510e540d6
5 changes: 5 additions & 0 deletions trunk/arch/arm/plat-omap/include/mach/lcd_mipid.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ enum mipid_test_result {
struct mipid_platform_data {
int nreset_gpio;
int data_lines;

void (*shutdown)(struct mipid_platform_data *pdata);
void (*set_bklight_level)(struct mipid_platform_data *pdata,
int level);
int (*get_bklight_level)(struct mipid_platform_data *pdata);
int (*get_bklight_max)(struct mipid_platform_data *pdata);
};

#endif
Expand Down
8 changes: 8 additions & 0 deletions trunk/drivers/video/omap/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ config FB_OMAP
help
Frame buffer driver for OMAP based boards.

config FB_OMAP_LCD_MIPID
bool "MIPI DBI-C/DCS compatible LCD support"
depends on FB_OMAP && SPI_MASTER
help
Say Y here if you want to have support for LCDs compatible with
the Mobile Industry Processor Interface DBI-C/DCS
specification. (Supported LCDs: Philips LPH8923, Sharp LS041Y3)

config FB_OMAP_BOOTLOADER_INIT
bool "Check bootloader initialization"
depends on FB_OMAP
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/video/omap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ objs-$(CONFIG_ARCH_OMAP15XX)$(CONFIG_MACH_OMAP_INNOVATOR) += lcd_inn1510.o
objs-y$(CONFIG_MACH_OMAP_OSK) += lcd_osk.o

objs-y$(CONFIG_MACH_OMAP_APOLLON) += lcd_apollon.o
objs-y$(CONFIG_FB_OMAP_LCD_MIPID) += lcd_mipid.o

omapfb-objs := $(objs-yy)

Loading

0 comments on commit f8d031c

Please sign in to comment.