···11+// SPDX-License-Identifier: GPL-2.0+22+//33+// Regulator driver for DA9063 PMIC series44+//55+// Copyright 2012 Dialog Semiconductors Ltd.66+// Copyright 2013 Philipp Zabel, Pengutronix77+//88+// Author: Krystian Garbaciak <krystian.garbaciak@diasemi.com>1922-/*33- * Regulator driver for DA9063 PMIC series44- *55- * Copyright 2012 Dialog Semiconductors Ltd.66- * Copyright 2013 Philipp Zabel, Pengutronix77- *88- * Author: Krystian Garbaciak <krystian.garbaciak@diasemi.com>99- *1010- * This program is free software; you can redistribute it and/or modify it1111- * under the terms of the GNU General Public License as published by the1212- * Free Software Foundation; either version 2 of the License, or (at your1313- * option) any later version.1414- *1515- */1610#include <linux/kernel.h>1711#include <linux/module.h>1812#include <linux/init.h>