···11-/*22- * wm831x-dcdc.c -- DC-DC buck convertor driver for the WM831x series33- *44- * Copyright 2009 Wolfson Microelectronics PLC.55- *66- * Author: Mark Brown <broonie@opensource.wolfsonmicro.com>77- *88- * This program is free software; you can redistribute it and/or modify it99- * under the terms of the GNU General Public License as published by the1010- * Free Software Foundation; either version 2 of the License, or (at your1111- * option) any later version.1212- */11+// SPDX-License-Identifier: GPL-2.0+22+//33+// wm831x-dcdc.c -- DC-DC buck converter driver for the WM831x series44+//55+// Copyright 2009 Wolfson Microelectronics PLC.66+//77+// Author: Mark Brown <broonie@opensource.wolfsonmicro.com>138149#include <linux/module.h>1510#include <linux/moduleparam.h>
+7-12
drivers/regulator/wm831x-isink.c
···11-/*22- * wm831x-isink.c -- Current sink driver for the WM831x series33- *44- * Copyright 2009 Wolfson Microelectronics PLC.55- *66- * Author: Mark Brown <broonie@opensource.wolfsonmicro.com>77- *88- * This program is free software; you can redistribute it and/or modify it99- * under the terms of the GNU General Public License as published by the1010- * Free Software Foundation; either version 2 of the License, or (at your1111- * option) any later version.1212- */11+// SPDX-License-Identifier: GPL-2.0+22+//33+// wm831x-isink.c -- Current sink driver for the WM831x series44+//55+// Copyright 2009 Wolfson Microelectronics PLC.66+//77+// Author: Mark Brown <broonie@opensource.wolfsonmicro.com>138149#include <linux/module.h>1510#include <linux/moduleparam.h>
+7-12
drivers/regulator/wm831x-ldo.c
···11-/*22- * wm831x-ldo.c -- LDO driver for the WM831x series33- *44- * Copyright 2009 Wolfson Microelectronics PLC.55- *66- * Author: Mark Brown <broonie@opensource.wolfsonmicro.com>77- *88- * This program is free software; you can redistribute it and/or modify it99- * under the terms of the GNU General Public License as published by the1010- * Free Software Foundation; either version 2 of the License, or (at your1111- * option) any later version.1212- */11+// SPDX-License-Identifier: GPL-2.0+22+//33+// wm831x-ldo.c -- LDO driver for the WM831x series44+//55+// Copyright 2009 Wolfson Microelectronics PLC.66+//77+// Author: Mark Brown <broonie@opensource.wolfsonmicro.com>138149#include <linux/module.h>1510#include <linux/moduleparam.h>