meson-efuse.c (2a267e7c41aa88215de2b542de797d03d16ecdfd) | meson-efuse.c (5b497af42fab12cadc0e29bcb7052cf9963603f5) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only |
|
1/* 2 * Amlogic Meson GX eFuse Driver 3 * 4 * Copyright (c) 2016 Endless Computers, Inc. 5 * Author: Carlo Caione <carlo@endlessm.com> | 2/* 3 * Amlogic Meson GX eFuse Driver 4 * 5 * Copyright (c) 2016 Endless Computers, Inc. 6 * Author: Carlo Caione <carlo@endlessm.com> |
6 * 7 * This program is free software; you can redistribute it and/or modify it 8 * under the terms of version 2 of the GNU General Public License as 9 * published by the Free Software Foundation. 10 * 11 * This program is distributed in the hope that it will be useful, but WITHOUT 12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. | |
15 */ 16 17#include <linux/clk.h> 18#include <linux/module.h> 19#include <linux/nvmem-provider.h> 20#include <linux/of.h> 21#include <linux/platform_device.h> 22 --- 88 unchanged lines hidden --- | 7 */ 8 9#include <linux/clk.h> 10#include <linux/module.h> 11#include <linux/nvmem-provider.h> 12#include <linux/of.h> 13#include <linux/platform_device.h> 14 --- 88 unchanged lines hidden --- |