sunxi_sid.c (da75b8909756160b8e785104ba421a20b756c975) | sunxi_sid.c (055f5df53f28fce845d5c0ae3a14deee756d99a6) |
---|---|
1// SPDX-License-Identifier: GPL-2.0+ |
|
1/* 2 * Allwinner sunXi SoCs Security ID support. 3 * 4 * Copyright (c) 2013 Oliver Schinagl <oliver@schinagl.nl> 5 * Copyright (C) 2014 Maxime Ripard <maxime.ripard@free-electrons.com> | 2/* 3 * Allwinner sunXi SoCs Security ID support. 4 * 5 * Copyright (c) 2013 Oliver Schinagl <oliver@schinagl.nl> 6 * Copyright (C) 2014 Maxime Ripard <maxime.ripard@free-electrons.com> |
6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License as published by 9 * the Free Software Foundation; either version 2 of the License, or 10 * (at your option) any later version. 11 * 12 * This program is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 * GNU General Public License for more details. | |
16 */ 17 18#include <linux/device.h> 19#include <linux/io.h> 20#include <linux/iopoll.h> 21#include <linux/module.h> 22#include <linux/nvmem-provider.h> 23#include <linux/of.h> --- 199 unchanged lines hidden --- | 7 */ 8 9#include <linux/device.h> 10#include <linux/io.h> 11#include <linux/iopoll.h> 12#include <linux/module.h> 13#include <linux/nvmem-provider.h> 14#include <linux/of.h> --- 199 unchanged lines hidden --- |