#include <linux/device.h>
#include <linux/fb.h>
#include <linux/kernel.h>
#include <linux/lcd.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/delay.h>
#include <mach/jornada720.h>
#include <mach/hardware.h>
#include <video/s1d13xxxfb.h>
Go to the source code of this file.
#define LCD_DEF_CONTRAST 0x80 |
#define LCD_MAX_CONTRAST 0xff |
#define pr_fmt |
( |
|
fmt | ) |
KBUILD_MODNAME ": " fmt |
MODULE_DESCRIPTION |
( |
"HP Jornada 710/720/728 LCD driver" |
| ) |
|
module_platform_driver |
( |
jornada_lcd_driver |
| ) |
|