| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * wm97xx-core.c -- Touch screen driver core for Wolfson WM9705, WM9712 |
|---|
| 3 | 4 | * and WM9713 AC97 Codecs. |
|---|
| .. | .. |
|---|
| 7 | 8 | * Parts Copyright : Ian Molton <spyro@f2s.com> |
|---|
| 8 | 9 | * Andrew Zabolotny <zap@homelink.ru> |
|---|
| 9 | 10 | * Russell King <rmk@arm.linux.org.uk> |
|---|
| 10 | | - * |
|---|
| 11 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 12 | | - * under the terms of the GNU General Public License as published by the |
|---|
| 13 | | - * Free Software Foundation; either version 2 of the License, or (at your |
|---|
| 14 | | - * option) any later version. |
|---|
| 15 | 11 | * |
|---|
| 16 | 12 | * Notes: |
|---|
| 17 | 13 | * |
|---|
| .. | .. |
|---|
| 31 | 27 | * - codec event notification |
|---|
| 32 | 28 | * Todo |
|---|
| 33 | 29 | * - Support for async sampling control for noisy LCDs. |
|---|
| 34 | | - * |
|---|
| 35 | 30 | */ |
|---|
| 36 | 31 | |
|---|
| 37 | 32 | #include <linux/module.h> |
|---|