diff options
Diffstat (limited to 'drivers/tty/serial/pmac_zilog.c')
-rw-r--r-- | drivers/tty/serial/pmac_zilog.c | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/drivers/tty/serial/pmac_zilog.c b/drivers/tty/serial/pmac_zilog.c index 6ccdd018fb45..3d21790d961e 100644 --- a/drivers/tty/serial/pmac_zilog.c +++ b/drivers/tty/serial/pmac_zilog.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0+ | ||
1 | /* | 2 | /* |
2 | * Driver for PowerMac Z85c30 based ESCC cell found in the | 3 | * Driver for PowerMac Z85c30 based ESCC cell found in the |
3 | * "macio" ASICs of various PowerMac models | 4 | * "macio" ASICs of various PowerMac models |
@@ -13,20 +14,6 @@ | |||
13 | * and once done, I expect that driver to remain fairly stable in | 14 | * and once done, I expect that driver to remain fairly stable in |
14 | * the long term, unless we change the driver model again... | 15 | * the long term, unless we change the driver model again... |
15 | * | 16 | * |
16 | * This program is free software; you can redistribute it and/or modify | ||
17 | * it under the terms of the GNU General Public License as published by | ||
18 | * the Free Software Foundation; either version 2 of the License, or | ||
19 | * (at your option) any later version. | ||
20 | * | ||
21 | * This program is distributed in the hope that it will be useful, | ||
22 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
23 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
24 | * GNU General Public License for more details. | ||
25 | * | ||
26 | * You should have received a copy of the GNU General Public License | ||
27 | * along with this program; if not, write to the Free Software | ||
28 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
29 | * | ||
30 | * 2004-08-06 Harald Welte <laforge@gnumonks.org> | 17 | * 2004-08-06 Harald Welte <laforge@gnumonks.org> |
31 | * - Enable BREAK interrupt | 18 | * - Enable BREAK interrupt |
32 | * - Add support for sysreq | 19 | * - Add support for sysreq |