da9063-i2c.c (3eb66e91a25497065c5322b1268cbc3953642227) | da9063-i2c.c (9efbc6f175c017324befce493d2962109a216552) |
---|---|
1/* da9063-i2c.c: Interrupt support for Dialog DA9063 | 1// SPDX-License-Identifier: GPL-2.0+ 2/* I2C support for Dialog DA9063 |
2 * 3 * Copyright 2012 Dialog Semiconductor Ltd. 4 * Copyright 2013 Philipp Zabel, Pengutronix 5 * 6 * Author: Krystian Garbaciak, Dialog Semiconductor | 3 * 4 * Copyright 2012 Dialog Semiconductor Ltd. 5 * Copyright 2013 Philipp Zabel, Pengutronix 6 * 7 * Author: Krystian Garbaciak, Dialog Semiconductor |
7 * 8 * This program is free software; you can redistribute it and/or modify it 9 * under the terms of the GNU General Public License as published by the 10 * Free Software Foundation; either version 2 of the License, or (at your 11 * option) any later version. 12 * | |
13 */ 14 15#include <linux/kernel.h> 16#include <linux/module.h> 17#include <linux/i2c.h> 18#include <linux/regmap.h> 19#include <linux/delay.h> 20#include <linux/slab.h> --- 229 unchanged lines hidden --- | 8 */ 9 10#include <linux/kernel.h> 11#include <linux/module.h> 12#include <linux/i2c.h> 13#include <linux/regmap.h> 14#include <linux/delay.h> 15#include <linux/slab.h> --- 229 unchanged lines hidden --- |