.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * Atmel SMC (Static Memory Controller) helper functions. |
---|
3 | 4 | * |
---|
.. | .. |
---|
5 | 6 | * Copyright (C) 2017 Free Electrons |
---|
6 | 7 | * |
---|
7 | 8 | * Author: Boris Brezillon <boris.brezillon@free-electrons.com> |
---|
8 | | - * |
---|
9 | | - * This program is free software; you can redistribute it and/or modify |
---|
10 | | - * it under the terms of the GNU General Public License version 2 as |
---|
11 | | - * published by the Free Software Foundation. |
---|
12 | 9 | */ |
---|
13 | 10 | |
---|
14 | 11 | #include <linux/mfd/syscon/atmel-smc.h> |
---|
.. | .. |
---|
240 | 237 | * atmel_smc_cs_conf_apply - apply an SMC CS conf |
---|
241 | 238 | * @regmap: the SMC regmap |
---|
242 | 239 | * @cs: the CS id |
---|
243 | | - * @conf the SMC CS conf to apply |
---|
| 240 | + * @conf: the SMC CS conf to apply |
---|
244 | 241 | * |
---|
245 | 242 | * Applies an SMC CS configuration. |
---|
246 | 243 | * Only valid on at91sam9/avr32 SoCs. |
---|
.. | .. |
---|
260 | 257 | * @regmap: the HSMC regmap |
---|
261 | 258 | * @cs: the CS id |
---|
262 | 259 | * @layout: the layout of registers |
---|
263 | | - * @conf the SMC CS conf to apply |
---|
| 260 | + * @conf: the SMC CS conf to apply |
---|
264 | 261 | * |
---|
265 | 262 | * Applies an SMC CS configuration. |
---|
266 | 263 | * Only valid on post-sama5 SoCs. |
---|