spear1310_clock.c (664b0bae0b87f69bc9deb098f5e0158b9cf18e04) | spear1310_clock.c (f2ad937b62d984fd1ede3994798fe39f5fabc8d7) |
---|---|
1/* 2 * arch/arm/mach-spear13xx/spear1310_clock.c 3 * 4 * SPEAr1310 machine clock framework source file 5 * 6 * Copyright (C) 2012 ST Microelectronics 7 * Viresh Kumar <vireshk@kernel.org> 8 * 9 * This file is licensed under the terms of the GNU General Public 10 * License version 2. This program is licensed "as is" without any 11 * warranty of any kind, whether express or implied. 12 */ 13 14#include <linux/clkdev.h> | 1/* 2 * arch/arm/mach-spear13xx/spear1310_clock.c 3 * 4 * SPEAr1310 machine clock framework source file 5 * 6 * Copyright (C) 2012 ST Microelectronics 7 * Viresh Kumar <vireshk@kernel.org> 8 * 9 * This file is licensed under the terms of the GNU General Public 10 * License version 2. This program is licensed "as is" without any 11 * warranty of any kind, whether express or implied. 12 */ 13 14#include <linux/clkdev.h> |
15#include <linux/clk/spear.h> |
|
15#include <linux/err.h> 16#include <linux/io.h> 17#include <linux/of_platform.h> 18#include <linux/spinlock_types.h> 19#include "clk.h" 20 21/* PLL related registers and bit values */ 22#define SPEAR1310_PLL_CFG (misc_base + 0x210) --- 1100 unchanged lines hidden --- | 16#include <linux/err.h> 17#include <linux/io.h> 18#include <linux/of_platform.h> 19#include <linux/spinlock_types.h> 20#include "clk.h" 21 22/* PLL related registers and bit values */ 23#define SPEAR1310_PLL_CFG (misc_base + 0x210) --- 1100 unchanged lines hidden --- |