.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * linux/arch/arm/common/icst307.c |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2003 Deep Blue Solutions, Ltd, All Rights Reserved. |
---|
5 | 6 | * |
---|
6 | | - * This program is free software; you can redistribute it and/or modify |
---|
7 | | - * it under the terms of the GNU General Public License version 2 as |
---|
8 | | - * published by the Free Software Foundation. |
---|
9 | | - * |
---|
10 | 7 | * Support functions for calculating clocks/divisors for the ICST307 |
---|
11 | | - * clock generators. See http://www.idt.com/ for more information |
---|
| 8 | + * clock generators. See https://www.idt.com/ for more information |
---|
12 | 9 | * on these devices. |
---|
13 | 10 | * |
---|
14 | 11 | * This is an almost identical implementation to the ICST525 clock generator. |
---|