pm.c (0337966d121ebebf73a1c346123e8112796e684e) pm.c (049633fc09b0fd1d3e6aac52d3a1b2461a17960b)
1/* linux/arch/arm/mach-s5pv210/pm.c
2 *
3 * Copyright (c) 2010-2014 Samsung Electronics Co., Ltd.
4 * http://www.samsung.com
5 *
6 * S5PV210 - Power Management support
7 *
8 * Based on arch/arm/mach-s3c2410/pm.c
9 * Copyright (c) 2006 Simtec Electronics
10 * Ben Dooks <ben@simtec.co.uk>
11 *
12 * This program is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License version 2 as
14 * published by the Free Software Foundation.
15*/
1// SPDX-License-Identifier: GPL-2.0
2//
3// Copyright (c) 2010-2014 Samsung Electronics Co., Ltd.
4// http://www.samsung.com
5//
6// S5PV210 - Power Management support
7//
8// Based on arch/arm/mach-s3c2410/pm.c
9// Copyright (c) 2006 Simtec Electronics
10// Ben Dooks <ben@simtec.co.uk>
16
17#include <linux/init.h>
18#include <linux/suspend.h>
19#include <linux/syscore_ops.h>
20#include <linux/io.h>
21
22#include <asm/cacheflush.h>
23#include <asm/suspend.h>

--- 149 unchanged lines hidden ---
11
12#include <linux/init.h>
13#include <linux/suspend.h>
14#include <linux/syscore_ops.h>
15#include <linux/io.h>
16
17#include <asm/cacheflush.h>
18#include <asm/suspend.h>

--- 149 unchanged lines hidden ---