.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * mainstone-wm97xx.c -- Mainstone Continuous Touch screen driver for |
---|
3 | 4 | * Wolfson WM97xx AC97 Codecs. |
---|
.. | .. |
---|
7 | 8 | * Parts Copyright : Ian Molton <spyro@f2s.com> |
---|
8 | 9 | * Andrew Zabolotny <zap@homelink.ru> |
---|
9 | 10 | * |
---|
10 | | - * This program is free software; you can redistribute it and/or modify it |
---|
11 | | - * under the terms of the GNU General Public License as published by the |
---|
12 | | - * Free Software Foundation; either version 2 of the License, or (at your |
---|
13 | | - * option) any later version. |
---|
14 | | - * |
---|
15 | 11 | * Notes: |
---|
16 | 12 | * This is a wm97xx extended touch driver to capture touch |
---|
17 | 13 | * data in a continuous manner on the Intel XScale architecture |
---|
.. | .. |
---|
19 | 15 | * Features: |
---|
20 | 16 | * - codecs supported:- WM9705, WM9712, WM9713 |
---|
21 | 17 | * - processors supported:- Intel XScale PXA25x, PXA26x, PXA27x |
---|
22 | | - * |
---|
23 | 18 | */ |
---|
24 | 19 | |
---|
25 | 20 | #include <linux/module.h> |
---|