Source
1
+
// SPDX-License-Identifier: GPL-2.0
1
2
/*
2
3
* Copyright (C) 2011 Sascha Hauer, Pengutronix <s.hauer@pengutronix.de>
3
4
* Copyright (C) 2011 Richard Zhao, Linaro <richard.zhao@linaro.org>
4
5
* Copyright (C) 2011-2012 Mike Turquette, Linaro Ltd <mturquette@linaro.org>
5
6
*
6
-
* This program is free software; you can redistribute it and/or modify
7
-
* it under the terms of the GNU General Public License version 2 as
8
-
* published by the Free Software Foundation.
9
-
*
10
7
* Simple multiplexer clock implementation
11
8
*/
12
9
13
10
#include <linux/clk-provider.h>
14
11
#include <linux/module.h>
15
12
#include <linux/slab.h>
16
13
#include <linux/io.h>
17
14
#include <linux/err.h>
18
15
19
16
/*