| .. | .. |
|---|
| 1 | | -/* |
|---|
| 2 | | - * Register map access API - SPMI support |
|---|
| 3 | | - * |
|---|
| 4 | | - * Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. |
|---|
| 5 | | - * |
|---|
| 6 | | - * Based on regmap-i2c.c: |
|---|
| 7 | | - * Copyright 2011 Wolfson Microelectronics plc |
|---|
| 8 | | - * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
|---|
| 9 | | - * |
|---|
| 10 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 11 | | - * it under the terms of the GNU General Public License version 2 and |
|---|
| 12 | | - * only version 2 as published by the Free Software Foundation. |
|---|
| 13 | | - * |
|---|
| 14 | | - * This program is distributed in the hope that it will be useful, |
|---|
| 15 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 16 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 17 | | - * GNU General Public License for more details. |
|---|
| 18 | | - * |
|---|
| 19 | | - */ |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
|---|
| 2 | +// |
|---|
| 3 | +// Register map access API - SPMI support |
|---|
| 4 | +// |
|---|
| 5 | +// Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. |
|---|
| 6 | +// |
|---|
| 7 | +// Based on regmap-i2c.c: |
|---|
| 8 | +// Copyright 2011 Wolfson Microelectronics plc |
|---|
| 9 | +// Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
|---|
| 10 | + |
|---|
| 20 | 11 | #include <linux/regmap.h> |
|---|
| 21 | 12 | #include <linux/spmi.h> |
|---|
| 22 | 13 | #include <linux/module.h> |
|---|