clk-cgu.c (4b4193256c8d3bc3a5397b5cd9494c2ad386317d) | clk-cgu.c (036177310bac5534de44ff6a7b60a4d2c0b6567c) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 2/* | 1// SPDX-License-Identifier: GPL-2.0 2/* |
3 * Copyright (C) 2020-2022 MaxLinear, Inc. |
|
3 * Copyright (C) 2020 Intel Corporation. | 4 * Copyright (C) 2020 Intel Corporation. |
4 * Zhu YiXin <yixin.zhu@intel.com> 5 * Rahul Tanwar <rahul.tanwar@intel.com> | 5 * Zhu Yixin <yzhu@maxlinear.com> 6 * Rahul Tanwar <rtanwar@maxlinear.com> |
6 */ 7#include <linux/clk-provider.h> 8#include <linux/device.h> 9#include <linux/of.h> 10 11#include "clk-cgu.h" 12 13#define GATE_HW_REG_STAT(reg) ((reg) + 0x0) --- 615 unchanged lines hidden --- | 7 */ 8#include <linux/clk-provider.h> 9#include <linux/device.h> 10#include <linux/of.h> 11 12#include "clk-cgu.h" 13 14#define GATE_HW_REG_STAT(reg) ((reg) + 0x0) --- 615 unchanged lines hidden --- |