| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * i2c-au1550.c: SMBus (i2c) adapter for Alchemy PSC interface |
|---|
| 3 | 4 | * Copyright (C) 2004 Embedded Edge, LLC <dan@embeddededge.com> |
|---|
| .. | .. |
|---|
| 11 | 12 | * This is just a skeleton adapter to use with the Au1550 PSC |
|---|
| 12 | 13 | * algorithm. It was developed for the Pb1550, but will work with |
|---|
| 13 | 14 | * any Au1550 board that has a similar PSC configuration. |
|---|
| 14 | | - * |
|---|
| 15 | | - * This program is free software; you can redistribute it and/or |
|---|
| 16 | | - * modify it under the terms of the GNU General Public License |
|---|
| 17 | | - * as published by the Free Software Foundation; either version 2 |
|---|
| 18 | | - * of the License, or (at your option) any later version. |
|---|
| 19 | | - * |
|---|
| 20 | | - * This program is distributed in the hope that it will be useful, |
|---|
| 21 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 22 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 23 | | - * GNU General Public License for more details. |
|---|
| 24 | 15 | */ |
|---|
| 25 | 16 | |
|---|
| 26 | 17 | #include <linux/delay.h> |
|---|