| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Driver for the CS5535/CS5536 Multi-Function General Purpose Timers (MFGPT) |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 2006, Advanced Micro Devices, Inc. |
|---|
| 5 | 6 | * Copyright (C) 2007 Andres Salomon <dilinger@debian.org> |
|---|
| 6 | 7 | * Copyright (C) 2009 Andres Salomon <dilinger@collabora.co.uk> |
|---|
| 7 | | - * |
|---|
| 8 | | - * This program is free software; you can redistribute it and/or |
|---|
| 9 | | - * modify it under the terms of version 2 of the GNU General Public License |
|---|
| 10 | | - * as published by the Free Software Foundation. |
|---|
| 11 | 8 | * |
|---|
| 12 | 9 | * The MFGPTs are documented in AMD Geode CS5536 Companion Device Data Book. |
|---|
| 13 | 10 | */ |
|---|