uniphier_thermal.c (50501936288d6a29d7ef78f25d00e33240fad45f) uniphier_thermal.c (f6a756e8fb12923f0e3996a575e935e94f3594eb)
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * uniphier_thermal.c - Socionext UniPhier thermal driver
4 * Copyright 2014 Panasonic Corporation
5 * Copyright 2016-2017 Socionext Inc.
6 * Author:
7 * Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
8 */
9
10#include <linux/bitops.h>
11#include <linux/interrupt.h>
12#include <linux/mfd/syscon.h>
13#include <linux/module.h>
14#include <linux/of.h>
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * uniphier_thermal.c - Socionext UniPhier thermal driver
4 * Copyright 2014 Panasonic Corporation
5 * Copyright 2016-2017 Socionext Inc.
6 * Author:
7 * Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
8 */
9
10#include <linux/bitops.h>
11#include <linux/interrupt.h>
12#include <linux/mfd/syscon.h>
13#include <linux/module.h>
14#include <linux/of.h>
15#include <linux/of_device.h>
16#include <linux/platform_device.h>
17#include <linux/regmap.h>
18#include <linux/thermal.h>
19
20/*
21 * block registers
22 * addresses are the offset from .block_base
23 */

--- 353 unchanged lines hidden ---
15#include <linux/platform_device.h>
16#include <linux/regmap.h>
17#include <linux/thermal.h>
18
19/*
20 * block registers
21 * addresses are the offset from .block_base
22 */

--- 353 unchanged lines hidden ---