clk-tegra210.c (a4dbbceeee3e0ba670875a147237d6566de78840) | clk-tegra210.c (c8da78e8a1da5dc726b38db6cdb8bd992b3826ed) |
---|---|
1/* 2 * Copyright (c) 2012-2014 NVIDIA CORPORATION. All rights reserved. 3 * 4 * This program is free software; you can redistribute it and/or modify it 5 * under the terms and conditions of the GNU General Public License, 6 * version 2, as published by the Free Software Foundation. 7 * 8 * This program is distributed in the hope it will be useful, but WITHOUT --- 13 unchanged lines hidden (view full) --- 22#include <linux/of_address.h> 23#include <linux/delay.h> 24#include <linux/export.h> 25#include <linux/mutex.h> 26#include <linux/clk/tegra.h> 27#include <dt-bindings/clock/tegra210-car.h> 28#include <dt-bindings/reset/tegra210-car.h> 29#include <linux/iopoll.h> | 1/* 2 * Copyright (c) 2012-2014 NVIDIA CORPORATION. All rights reserved. 3 * 4 * This program is free software; you can redistribute it and/or modify it 5 * under the terms and conditions of the GNU General Public License, 6 * version 2, as published by the Free Software Foundation. 7 * 8 * This program is distributed in the hope it will be useful, but WITHOUT --- 13 unchanged lines hidden (view full) --- 22#include <linux/of_address.h> 23#include <linux/delay.h> 24#include <linux/export.h> 25#include <linux/mutex.h> 26#include <linux/clk/tegra.h> 27#include <dt-bindings/clock/tegra210-car.h> 28#include <dt-bindings/reset/tegra210-car.h> 29#include <linux/iopoll.h> |
30#include <linux/sizes.h> |
|
30#include <soc/tegra/pmc.h> 31 32#include "clk.h" 33#include "clk-id.h" 34 35/* 36 * TEGRA210_CAR_BANK_COUNT: the number of peripheral clock register 37 * banks present in the Tegra210 CAR IP block. The banks are --- 3550 unchanged lines hidden --- | 31#include <soc/tegra/pmc.h> 32 33#include "clk.h" 34#include "clk-id.h" 35 36/* 37 * TEGRA210_CAR_BANK_COUNT: the number of peripheral clock register 38 * banks present in the Tegra210 CAR IP block. The banks are --- 3550 unchanged lines hidden --- |