exynos-pmu.c (70a02f840c5113cd9255ce4c1b1848bb48b0bd21) exynos-pmu.c (06512c539ff1d6d008d5e8ab9d6f5f6405972f53)
1/*
2 * Copyright (c) 2011-2014 Samsung Electronics Co., Ltd.
3 * http://www.samsung.com/
4 *
5 * EXYNOS - CPU PMU(Power Management Unit) support
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 version 2 as
9 * published by the Free Software Foundation.
10 */
1// SPDX-License-Identifier: GPL-2.0
2//
3// Copyright (c) 2011-2014 Samsung Electronics Co., Ltd.
4// http://www.samsung.com/
5//
6// EXYNOS - CPU PMU(Power Management Unit) support
11
12#include <linux/of.h>
13#include <linux/of_address.h>
14#include <linux/of_device.h>
15#include <linux/mfd/syscon.h>
16#include <linux/platform_device.h>
17#include <linux/delay.h>
18

--- 132 unchanged lines hidden ---
7
8#include <linux/of.h>
9#include <linux/of_address.h>
10#include <linux/of_device.h>
11#include <linux/mfd/syscon.h>
12#include <linux/platform_device.h>
13#include <linux/delay.h>
14

--- 132 unchanged lines hidden ---