···11-/*22- * wm8350.c -- Voltage and current regulation for the Wolfson WM8350 PMIC33- *44- * Copyright 2007, 2008 Wolfson Microelectronics PLC.55- *66- * Author: Liam Girdwood77- * linux@wolfsonmicro.com88- *99- * This program is free software; you can redistribute it and/or modify it1010- * under the terms of the GNU General Public License as published by the1111- * Free Software Foundation; either version 2 of the License, or (at your1212- * option) any later version.1313- */11+// SPDX-License-Identifier: GPL-2.0+22+//33+// wm8350.c -- Voltage and current regulation for the Wolfson WM8350 PMIC44+//55+// Copyright 2007, 2008 Wolfson Microelectronics PLC.66+//77+// Author: Liam Girdwood88+// linux@wolfsonmicro.com1491510#include <linux/module.h>1611#include <linux/moduleparam.h>