tegra.c (6ad27b8350401a3c79899b431097afc361b46374) | tegra.c (4cb5d9eca143f7fbf8cc457be19a91914f978a00) |
---|---|
1/* 2 * NVIDIA Tegra SoC device tree board support 3 * 4 * Copyright (C) 2011, 2013, NVIDIA Corporation 5 * Copyright (C) 2010 Secret Lab Technologies, Ltd. 6 * Copyright (C) 2010 Google, Inc. 7 * 8 * This software is licensed under the terms of the GNU General Public --- 21 unchanged lines hidden (view full) --- 30#include <linux/of_platform.h> 31#include <linux/pda_power.h> 32#include <linux/platform_device.h> 33#include <linux/serial_8250.h> 34#include <linux/slab.h> 35#include <linux/sys_soc.h> 36#include <linux/usb/tegra_usb_phy.h> 37 | 1/* 2 * NVIDIA Tegra SoC device tree board support 3 * 4 * Copyright (C) 2011, 2013, NVIDIA Corporation 5 * Copyright (C) 2010 Secret Lab Technologies, Ltd. 6 * Copyright (C) 2010 Google, Inc. 7 * 8 * This software is licensed under the terms of the GNU General Public --- 21 unchanged lines hidden (view full) --- 30#include <linux/of_platform.h> 31#include <linux/pda_power.h> 32#include <linux/platform_device.h> 33#include <linux/serial_8250.h> 34#include <linux/slab.h> 35#include <linux/sys_soc.h> 36#include <linux/usb/tegra_usb_phy.h> 37 |
38#include <linux/firmware/trusted_foundations.h> 39 |
|
38#include <soc/tegra/fuse.h> 39#include <soc/tegra/pmc.h> 40 41#include <asm/firmware.h> 42#include <asm/hardware/cache-l2x0.h> 43#include <asm/mach/arch.h> 44#include <asm/mach/time.h> 45#include <asm/mach-types.h> 46#include <asm/setup.h> | 40#include <soc/tegra/fuse.h> 41#include <soc/tegra/pmc.h> 42 43#include <asm/firmware.h> 44#include <asm/hardware/cache-l2x0.h> 45#include <asm/mach/arch.h> 46#include <asm/mach/time.h> 47#include <asm/mach-types.h> 48#include <asm/setup.h> |
47#include <asm/trusted_foundations.h> | |
48 49#include "board.h" 50#include "common.h" 51#include "cpuidle.h" 52#include "iomap.h" 53#include "irq.h" 54#include "pm.h" 55#include "reset.h" --- 71 unchanged lines hidden --- | 49 50#include "board.h" 51#include "common.h" 52#include "cpuidle.h" 53#include "iomap.h" 54#include "irq.h" 55#include "pm.h" 56#include "reset.h" --- 71 unchanged lines hidden --- |