···11-/*22- * FAN53555 Fairchild Digitally Programmable TinyBuck Regulator Driver.33- *44- * Supported Part Numbers:55- * FAN53555UC00X/01X/03X/04X/05X66- *77- * Copyright (c) 2012 Marvell Technology Ltd.88- * Yunfan Zhang <yfzhang@marvell.com>99- *1010- * This package is free software; you can redistribute it and/or modify1111- * it under the terms of the GNU General Public License version 2 as1212- * published by the Free Software Foundation.1313- *1414- */11+// SPDX-License-Identifier: GPL-2.022+//33+// FAN53555 Fairchild Digitally Programmable TinyBuck Regulator Driver.44+//55+// Supported Part Numbers:66+// FAN53555UC00X/01X/03X/04X/05X77+//88+// Copyright (c) 2012 Marvell Technology Ltd.99+// Yunfan Zhang <yfzhang@marvell.com>1010+1511#include <linux/module.h>1612#include <linux/param.h>1713#include <linux/err.h>