mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
ARM: tegra: move <mach/powergate.h> to <linux/tegra-powergate.h>
This is required so that code such as Tegra's PCIe and clock drivers can still access this header file once Tegra is converted to multiplatform, and <mach/> no longer exists. Signed-off-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
parent
7495b2eb07
commit
e4bcda2834
@ -40,6 +40,7 @@ int tegra_clk_debugfs_init(void);
|
|||||||
static inline int tegra_clk_debugfs_init(void) { return 0; }
|
static inline int tegra_clk_debugfs_init(void) { return 0; }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
int __init tegra_powergate_init(void);
|
||||||
#if defined(CONFIG_ARCH_TEGRA_2x_SOC) && defined(CONFIG_DEBUG_FS)
|
#if defined(CONFIG_ARCH_TEGRA_2x_SOC) && defined(CONFIG_DEBUG_FS)
|
||||||
int __init tegra_powergate_debugfs_init(void);
|
int __init tegra_powergate_debugfs_init(void);
|
||||||
#else
|
#else
|
||||||
|
@ -27,8 +27,6 @@
|
|||||||
|
|
||||||
#include <asm/hardware/cache-l2x0.h>
|
#include <asm/hardware/cache-l2x0.h>
|
||||||
|
|
||||||
#include <mach/powergate.h>
|
|
||||||
|
|
||||||
#include "board.h"
|
#include "board.h"
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "fuse.h"
|
#include "fuse.h"
|
||||||
|
@ -34,12 +34,11 @@
|
|||||||
#include <linux/delay.h>
|
#include <linux/delay.h>
|
||||||
#include <linux/export.h>
|
#include <linux/export.h>
|
||||||
#include <linux/clk/tegra.h>
|
#include <linux/clk/tegra.h>
|
||||||
|
#include <linux/tegra-powergate.h>
|
||||||
|
|
||||||
#include <asm/sizes.h>
|
#include <asm/sizes.h>
|
||||||
#include <asm/mach/pci.h>
|
#include <asm/mach/pci.h>
|
||||||
|
|
||||||
#include <mach/powergate.h>
|
|
||||||
|
|
||||||
#include "board.h"
|
#include "board.h"
|
||||||
#include "iomap.h"
|
#include "iomap.h"
|
||||||
|
|
||||||
|
@ -27,8 +27,7 @@
|
|||||||
#include <linux/seq_file.h>
|
#include <linux/seq_file.h>
|
||||||
#include <linux/spinlock.h>
|
#include <linux/spinlock.h>
|
||||||
#include <linux/clk/tegra.h>
|
#include <linux/clk/tegra.h>
|
||||||
|
#include <linux/tegra-powergate.h>
|
||||||
#include <mach/powergate.h>
|
|
||||||
|
|
||||||
#include "fuse.h"
|
#include "fuse.h"
|
||||||
#include "iomap.h"
|
#include "iomap.h"
|
||||||
|
@ -22,8 +22,7 @@
|
|||||||
#include <linux/of.h>
|
#include <linux/of.h>
|
||||||
#include <linux/of_address.h>
|
#include <linux/of_address.h>
|
||||||
#include <linux/clk/tegra.h>
|
#include <linux/clk/tegra.h>
|
||||||
|
#include <linux/tegra-powergate.h>
|
||||||
#include <mach/powergate.h>
|
|
||||||
|
|
||||||
#include "clk.h"
|
#include "clk.h"
|
||||||
|
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
/*
|
/*
|
||||||
* drivers/regulator/tegra-regulator.c
|
|
||||||
*
|
|
||||||
* Copyright (c) 2010 Google, Inc
|
* Copyright (c) 2010 Google, Inc
|
||||||
*
|
*
|
||||||
* Author:
|
* Author:
|
||||||
@ -40,9 +38,6 @@ struct clk;
|
|||||||
#define TEGRA_POWERGATE_CPU0 TEGRA_POWERGATE_CPU
|
#define TEGRA_POWERGATE_CPU0 TEGRA_POWERGATE_CPU
|
||||||
#define TEGRA_POWERGATE_3D0 TEGRA_POWERGATE_3D
|
#define TEGRA_POWERGATE_3D0 TEGRA_POWERGATE_3D
|
||||||
|
|
||||||
int __init tegra_powergate_init(void);
|
|
||||||
|
|
||||||
int tegra_cpu_powergate_id(int cpuid);
|
|
||||||
int tegra_powergate_is_powered(int id);
|
int tegra_powergate_is_powered(int id);
|
||||||
int tegra_powergate_power_on(int id);
|
int tegra_powergate_power_on(int id);
|
||||||
int tegra_powergate_power_off(int id);
|
int tegra_powergate_power_off(int id);
|
Loading…
Reference in New Issue
Block a user