kirkwood.c (8c57a5e7b2820f349c95b8c8393fec1e0f4070d2) kirkwood.c (c3828949a21d95326f08f02d97fea97172319300)
1// SPDX-License-Identifier: GPL-2.0
1/*
2 * Marvell Kirkwood SoC clocks
3 *
4 * Copyright (C) 2012 Marvell
5 *
6 * Gregory CLEMENT <gregory.clement@free-electrons.com>
7 * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
8 * Andrew Lunn <andrew@lunn.ch>
9 *
2/*
3 * Marvell Kirkwood SoC clocks
4 *
5 * Copyright (C) 2012 Marvell
6 *
7 * Gregory CLEMENT <gregory.clement@free-electrons.com>
8 * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
9 * Andrew Lunn <andrew@lunn.ch>
10 *
10 * This file is licensed under the terms of the GNU General Public
11 * License version 2. This program is licensed "as is" without any
12 * warranty of any kind, whether express or implied.
13 */
14
15#include <linux/kernel.h>
16#include <linux/slab.h>
17#include <linux/clk-provider.h>
18#include <linux/io.h>
19#include <linux/of.h>
20#include <linux/of_address.h>

--- 321 unchanged lines hidden ---
11 */
12
13#include <linux/kernel.h>
14#include <linux/slab.h>
15#include <linux/clk-provider.h>
16#include <linux/io.h>
17#include <linux/of.h>
18#include <linux/of_address.h>

--- 321 unchanged lines hidden ---