ucb1x00-ts.c (59458f40e25915a355d8b1d701425fe9f4f9ea23) ucb1x00-ts.c (7dfb71030f7636a0d65200158113c37764552f93)
1/*
2 * Touchscreen driver for UCB1x00-based touchscreens
3 *
4 * Copyright (C) 2001 Russell King, All Rights Reserved.
5 * Copyright (C) 2005 Pavel Machek
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as

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

23#include <linux/smp.h>
24#include <linux/smp_lock.h>
25#include <linux/sched.h>
26#include <linux/completion.h>
27#include <linux/delay.h>
28#include <linux/string.h>
29#include <linux/input.h>
30#include <linux/device.h>
1/*
2 * Touchscreen driver for UCB1x00-based touchscreens
3 *
4 * Copyright (C) 2001 Russell King, All Rights Reserved.
5 * Copyright (C) 2005 Pavel Machek
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as

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

23#include <linux/smp.h>
24#include <linux/smp_lock.h>
25#include <linux/sched.h>
26#include <linux/completion.h>
27#include <linux/delay.h>
28#include <linux/string.h>
29#include <linux/input.h>
30#include <linux/device.h>
31#include <linux/suspend.h>
31#include <linux/freezer.h>
32#include <linux/slab.h>
33#include <linux/kthread.h>
34
35#include <asm/dma.h>
36#include <asm/semaphore.h>
37#include <asm/arch/collie.h>
38#include <asm/mach-types.h>
39

--- 409 unchanged lines hidden ---
32#include <linux/slab.h>
33#include <linux/kthread.h>
34
35#include <asm/dma.h>
36#include <asm/semaphore.h>
37#include <asm/arch/collie.h>
38#include <asm/mach-types.h>
39

--- 409 unchanged lines hidden ---