exynos3250-pmu.c (f26e8817b235d8764363bffcc9cbfc61867371f2) | exynos3250-pmu.c (06512c539ff1d6d008d5e8ab9d6f5f6405972f53) |
---|---|
1/* 2 * Copyright (c) 2011-2015 Samsung Electronics Co., Ltd. 3 * http://www.samsung.com/ 4 * 5 * EXYNOS3250 - 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-2015 Samsung Electronics Co., Ltd. 4// http://www.samsung.com/ 5// 6// EXYNOS3250 - CPU PMU (Power Management Unit) support |
11 12#include <linux/soc/samsung/exynos-regs-pmu.h> 13#include <linux/soc/samsung/exynos-pmu.h> 14 15#include "exynos-pmu.h" 16 17static const struct exynos_pmu_conf exynos3250_pmu_config[] = { 18 /* { .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 --- |