as3711.c (2a267e7c41aa88215de2b542de797d03d16ecdfd) | as3711.c (aecd8454c0fa0f0a16c91bae9b92739b61676151) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only |
|
1/* 2 * AS3711 PMIC MFC driver 3 * 4 * Copyright (C) 2012 Renesas Electronics Corporation 5 * Author: Guennadi Liakhovetski, <g.liakhovetski@gmx.de> | 2/* 3 * AS3711 PMIC MFC driver 4 * 5 * Copyright (C) 2012 Renesas Electronics Corporation 6 * Author: Guennadi Liakhovetski, <g.liakhovetski@gmx.de> |
6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the version 2 of the GNU General Public License as 9 * published by the Free Software Foundation | |
10 */ 11 12#include <linux/device.h> 13#include <linux/err.h> 14#include <linux/i2c.h> 15#include <linux/init.h> 16#include <linux/kernel.h> 17#include <linux/mfd/as3711.h> --- 200 unchanged lines hidden --- | 7 */ 8 9#include <linux/device.h> 10#include <linux/err.h> 11#include <linux/i2c.h> 12#include <linux/init.h> 13#include <linux/kernel.h> 14#include <linux/mfd/as3711.h> --- 200 unchanged lines hidden --- |