| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * TI Palmas |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 5 | 6 | * |
|---|
| 6 | 7 | * Author: Graeme Gregory <gg@slimlogic.co.uk> |
|---|
| 7 | 8 | * Author: Ian Lartey <ian@slimlogic.co.uk> |
|---|
| 8 | | - * |
|---|
| 9 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 10 | | - * under the terms of the GNU General Public License as published by the |
|---|
| 11 | | - * Free Software Foundation; either version 2 of the License, or (at your |
|---|
| 12 | | - * option) any later version. |
|---|
| 13 | | - * |
|---|
| 14 | 9 | */ |
|---|
| 15 | 10 | |
|---|
| 16 | 11 | #ifndef __LINUX_MFD_PALMAS_H |
|---|
| .. | .. |
|---|
| 553 | 548 | struct palmas *palmas; |
|---|
| 554 | 549 | struct device *dev; |
|---|
| 555 | 550 | struct regulator_desc desc[PALMAS_NUM_REGS]; |
|---|
| 556 | | - struct regulator_dev *rdev[PALMAS_NUM_REGS]; |
|---|
| 557 | 551 | struct mutex mutex; |
|---|
| 558 | 552 | |
|---|
| 559 | 553 | int smps123; |
|---|