···11-/*22- * Copyright (c) 2015 MediaTek Inc.33- * Author: Henry Chen <henryc.chen@mediatek.com>44- *55- * This program is free software; you can redistribute it and/or modify66- * it under the terms of the GNU General Public License version 2 as77- * published by the Free Software Foundation.88- *99- * This program is distributed in the hope that it will be useful,1010- * but WITHOUT ANY WARRANTY; without even the implied warranty of1111- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1212- * GNU General Public License for more details.1313- */11+// SPDX-License-Identifier: GPL-2.022+//33+// Copyright (c) 2015 MediaTek Inc.44+// Author: Henry Chen <henryc.chen@mediatek.com>145156#include <linux/err.h>167#include <linux/gpio.h>
+1-9
drivers/regulator/mt6311-regulator.h
···11+/* SPDX-License-Identifier: GPL-2.0 */12/*23 * Copyright (c) 2015 MediaTek Inc.34 * Author: Henry Chen <henryc.chen@mediatek.com>44- *55- * This program is free software; you can redistribute it and/or modify66- * it under the terms of the GNU General Public License version 2 as77- * published by the Free Software Foundation.88- *99- * This program is distributed in the hope that it will be useful,1010- * but WITHOUT ANY WARRANTY; without even the implied warranty of1111- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1212- * GNU General Public License for more details.135 */146157#ifndef __MT6311_REGULATOR_H__
+4-8
drivers/regulator/mt6323-regulator.c
···11-/*22- * Copyright (c) 2016 MediaTek Inc.33- * Author: Chen Zhong <chen.zhong@mediatek.com>44- *55- * This program is free software; you can redistribute it and/or modify66- * it under the terms of the GNU General Public License version 2 as77- * published by the Free Software Foundation.88- */11+// SPDX-License-Identifier: GPL-2.022+//33+// Copyright (c) 2016 MediaTek Inc.44+// Author: Chen Zhong <chen.zhong@mediatek.com>95106#include <linux/module.h>117#include <linux/of.h>
+4-13
drivers/regulator/mt6380-regulator.c
···11-/*22- * Copyright (c) 2017 MediaTek Inc.33- * Author: Chenglin Xu <chenglin.xu@mediatek.com>44- *55- * This program is free software; you can redistribute it and/or modify66- * it under the terms of the GNU General Public License version 2 as77- * published by the Free Software Foundation.88- *99- * This program is distributed in the hope that it will be useful,1010- * but WITHOUT ANY WARRANTY; without even the implied warranty of1111- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1212- * GNU General Public License for more details.1313- */11+// SPDX-License-Identifier: GPL-2.022+//33+// Copyright (c) 2017 MediaTek Inc.44+// Author: Chenglin Xu <chenglin.xu@mediatek.com>145156#include <linux/module.h>167#include <linux/of.h>
+4-13
drivers/regulator/mt6397-regulator.c
···11-/*22- * Copyright (c) 2014 MediaTek Inc.33- * Author: Flora Fu <flora.fu@mediatek.com>44- *55- * This program is free software; you can redistribute it and/or modify66- * it under the terms of the GNU General Public License version 2 as77- * published by the Free Software Foundation.88- *99- * This program is distributed in the hope that it will be useful,1010- * but WITHOUT ANY WARRANTY; without even the implied warranty of1111- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1212- * GNU General Public License for more details.1313- */11+// SPDX-License-Identifier: GPL-2.022+//33+// Copyright (c) 2014 MediaTek Inc.44+// Author: Flora Fu <flora.fu@mediatek.com>145156#include <linux/module.h>167#include <linux/of.h>