exynos3250-pmu.c (552c69b36ebd966186573b9c7a286b390935cce1) | exynos3250-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// EXYNOS3250 - CPU PMU (Power Management Unit) support | 6// Exynos3250 - 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 exynos3250_pmu_config[] = { 14 /* { .offset = offset, .val = { AFTR, W-AFTR, SLEEP } */ --- 157 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 exynos3250_pmu_config[] = { 14 /* { .offset = offset, .val = { AFTR, W-AFTR, SLEEP } */ --- 157 unchanged lines hidden --- |