| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * AMD CS5535/CS5536 GPIO driver |
|---|
| 3 | 4 | * Copyright (C) 2006 Advanced Micro Devices, Inc. |
|---|
| 4 | 5 | * Copyright (C) 2007-2009 Andres Salomon <dilinger@collabora.co.uk> |
|---|
| 5 | | - * |
|---|
| 6 | | - * This program is free software; you can redistribute it and/or |
|---|
| 7 | | - * modify it under the terms of version 2 of the GNU General Public License |
|---|
| 8 | | - * as published by the Free Software Foundation. |
|---|
| 9 | 6 | */ |
|---|
| 10 | 7 | |
|---|
| 11 | 8 | #include <linux/kernel.h> |
|---|
| .. | .. |
|---|
| 44 | 41 | |
|---|
| 45 | 42 | /* |
|---|
| 46 | 43 | * FIXME: convert this singleton driver to use the state container |
|---|
| 47 | | - * design pattern, see Documentation/driver-model/design-patterns.txt |
|---|
| 44 | + * design pattern, see Documentation/driver-api/driver-model/design-patterns.rst |
|---|
| 48 | 45 | */ |
|---|
| 49 | 46 | static struct cs5535_gpio_chip { |
|---|
| 50 | 47 | struct gpio_chip chip; |
|---|