exynos4-pmu.c (552c69b36ebd966186573b9c7a286b390935cce1) exynos4-pmu.c (945005409bfb55398d70c56178972d3750529dd6)
1// SPDX-License-Identifier: GPL-2.0
2//
3// Copyright (c) 2011-2015 Samsung Electronics Co., Ltd.
4// http://www.samsung.com/
5//
1// SPDX-License-Identifier: GPL-2.0
2//
3// Copyright (c) 2011-2015 Samsung Electronics Co., Ltd.
4// http://www.samsung.com/
5//
6// EXYNOS4 - CPU PMU(Power Management Unit) support
6// Exynos4 - CPU PMU(Power Management Unit) support
7
8#include <linux/soc/samsung/exynos-regs-pmu.h>
9#include <linux/soc/samsung/exynos-pmu.h>
10
11#include "exynos-pmu.h"
12
13static const struct exynos_pmu_conf exynos4210_pmu_config[] = {
14 /* { .offset = offset, .val = { AFTR, LPA, SLEEP } */

--- 195 unchanged lines hidden ---
7
8#include <linux/soc/samsung/exynos-regs-pmu.h>
9#include <linux/soc/samsung/exynos-pmu.h>
10
11#include "exynos-pmu.h"
12
13static const struct exynos_pmu_conf exynos4210_pmu_config[] = {
14 /* { .offset = offset, .val = { AFTR, LPA, SLEEP } */

--- 195 unchanged lines hidden ---