reset.c (2af6597ac3fab8a3796786bb73f8bd14a9f2d376) | reset.c (4cb5d9eca143f7fbf8cc457be19a91914f978a00) |
---|---|
1/* 2 * arch/arm/mach-tegra/reset.c 3 * 4 * Copyright (C) 2011,2012 NVIDIA Corporation. 5 * 6 * This software is licensed under the terms of the GNU General Public 7 * License version 2, as published by the Free Software Foundation, and 8 * may be copied, distributed, and modified under those terms. --- 5 unchanged lines hidden (view full) --- 14 * 15 */ 16 17#include <linux/bitops.h> 18#include <linux/cpumask.h> 19#include <linux/init.h> 20#include <linux/io.h> 21 | 1/* 2 * arch/arm/mach-tegra/reset.c 3 * 4 * Copyright (C) 2011,2012 NVIDIA Corporation. 5 * 6 * This software is licensed under the terms of the GNU General Public 7 * License version 2, as published by the Free Software Foundation, and 8 * may be copied, distributed, and modified under those terms. --- 5 unchanged lines hidden (view full) --- 14 * 15 */ 16 17#include <linux/bitops.h> 18#include <linux/cpumask.h> 19#include <linux/init.h> 20#include <linux/io.h> 21 |
22#include <linux/firmware/trusted_foundations.h> 23 |
|
22#include <soc/tegra/fuse.h> 23 24#include <asm/cacheflush.h> 25#include <asm/firmware.h> 26#include <asm/hardware/cache-l2x0.h> | 24#include <soc/tegra/fuse.h> 25 26#include <asm/cacheflush.h> 27#include <asm/firmware.h> 28#include <asm/hardware/cache-l2x0.h> |
27#include <asm/trusted_foundations.h> | |
28 29#include "iomap.h" 30#include "irammap.h" 31#include "reset.h" 32#include "sleep.h" 33 34#define TEGRA_IRAM_RESET_BASE (TEGRA_IRAM_BASE + \ 35 TEGRA_IRAM_RESET_HANDLER_OFFSET) --- 76 unchanged lines hidden --- | 29 30#include "iomap.h" 31#include "irammap.h" 32#include "reset.h" 33#include "sleep.h" 34 35#define TEGRA_IRAM_RESET_BASE (TEGRA_IRAM_BASE + \ 36 TEGRA_IRAM_RESET_HANDLER_OFFSET) --- 76 unchanged lines hidden --- |