···11-/*22- * Linear Technology LTC3589,LTC3589-1 regulator support33- *44- * Copyright (c) 2014 Philipp Zabel <p.zabel@pengutronix.de>, Pengutronix55- *66- * See file CREDITS for list of people who contributed to this77- * project.88- *99- * This program is free software; you can redistribute it and/or modify1010- * it under the terms of the GNU General Public License version 21111- * as published by the Free Software Foundation.1212- *1313- * This program is distributed in the hope that it will be useful,1414- * but WITHOUT ANY WARRANTY; without even the implied warranty of1515- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1616- * GNU General Public License for more details.1717- *1818- */11+// SPDX-License-Identifier: GPL-2.022+//33+// Linear Technology LTC3589,LTC3589-1 regulator support44+//55+// Copyright (c) 2014 Philipp Zabel <p.zabel@pengutronix.de>, Pengutronix66+197#include <linux/i2c.h>208#include <linux/init.h>219#include <linux/interrupt.h>