lp87565-regulator.c (81fdcef3a615f5d4ef2a2bd87a65d46f6816d687) | lp87565-regulator.c (2ca76b3e4954ea6bbb365005edc8d5237b488cf1) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only 2/* 3 * Regulator driver for LP87565 PMIC 4 * | 1// SPDX-License-Identifier: GPL-2.0-only 2/* 3 * Regulator driver for LP87565 PMIC 4 * |
5 * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/ | 5 * Copyright (C) 2017 Texas Instruments Incorporated - https://www.ti.com/ |
6 */ 7 8#include <linux/module.h> 9#include <linux/platform_device.h> 10#include <linux/regmap.h> 11 12#include <linux/mfd/lp87565.h> 13 --- 224 unchanged lines hidden --- | 6 */ 7 8#include <linux/module.h> 9#include <linux/platform_device.h> 10#include <linux/regmap.h> 11 12#include <linux/mfd/lp87565.h> 13 --- 224 unchanged lines hidden --- |