s1d13xxxfb.c (f01387d2693813eb5271a3448e6a082322c7d75d) s1d13xxxfb.c (2584cf83578c26db144730ef498f4070f82ee3ea)
1/* drivers/video/s1d13xxxfb.c
2 *
3 * (c) 2004 Simtec Electronics
4 * (c) 2005 Thibaut VARENE <varenet@parisc-linux.org>
5 * (c) 2009 Kristoffer Ericson <kristoffer.ericson@gmail.com>
6 *
7 * Driver for Epson S1D13xxx series framebuffer chips
8 *

--- 18 unchanged lines hidden (view full) ---

27#include <linux/types.h>
28#include <linux/errno.h>
29#include <linux/mm.h>
30#include <linux/mman.h>
31#include <linux/fb.h>
32#include <linux/spinlock_types.h>
33#include <linux/spinlock.h>
34#include <linux/slab.h>
1/* drivers/video/s1d13xxxfb.c
2 *
3 * (c) 2004 Simtec Electronics
4 * (c) 2005 Thibaut VARENE <varenet@parisc-linux.org>
5 * (c) 2009 Kristoffer Ericson <kristoffer.ericson@gmail.com>
6 *
7 * Driver for Epson S1D13xxx series framebuffer chips
8 *

--- 18 unchanged lines hidden (view full) ---

27#include <linux/types.h>
28#include <linux/errno.h>
29#include <linux/mm.h>
30#include <linux/mman.h>
31#include <linux/fb.h>
32#include <linux/spinlock_types.h>
33#include <linux/spinlock.h>
34#include <linux/slab.h>
35#include <linux/io.h>
35
36
36#include <asm/io.h>
37
38#include <video/s1d13xxxfb.h>
39
40#define PFX "s1d13xxxfb: "
41#define BLIT "s1d13xxxfb_bitblt: "
42
43/*
44 * set this to enable debugging on general functions
45 */

--- 995 unchanged lines hidden ---
37#include <video/s1d13xxxfb.h>
38
39#define PFX "s1d13xxxfb: "
40#define BLIT "s1d13xxxfb_bitblt: "
41
42/*
43 * set this to enable debugging on general functions
44 */

--- 995 unchanged lines hidden ---