diff options
| author | Tom Warren <twarren@nvidia.com> | 2012-09-04 17:00:24 -0700 | 
|---|---|---|
| committer | Tom Warren <twarren@nvidia.com> | 2012-09-10 13:01:24 -0700 | 
| commit | 29f3e3f24832fccdd7ce5fa961bc4d4005b07381 (patch) | |
| tree | 28c89e24dca02035354f888fb83311217f54d20f /drivers/gpio/tegra_gpio.c | |
| parent | 22e73940216ef971c71c49e959519db8babc876a (diff) | |
| download | olio-uboot-2014.01-29f3e3f24832fccdd7ce5fa961bc4d4005b07381.tar.xz olio-uboot-2014.01-29f3e3f24832fccdd7ce5fa961bc4d4005b07381.zip | |
Tegra: Change Tegra20 to Tegra in common code, prep for T30
Convert TEGRA20_ defines to either TEGRA_ or NV_PA_ where appropriate.
Convert tegra20_ source file and function names to tegra_, also.
Upcoming Tegra30 port will use common code/defines/names where possible.
Signed-off-by: Tom Warren <twarren@nvidia.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'drivers/gpio/tegra_gpio.c')
| -rw-r--r-- | drivers/gpio/tegra_gpio.c | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/drivers/gpio/tegra_gpio.c b/drivers/gpio/tegra_gpio.c index 8cfcf8283..747f4cf92 100644 --- a/drivers/gpio/tegra_gpio.c +++ b/drivers/gpio/tegra_gpio.c @@ -34,10 +34,10 @@  #include <asm/gpio.h>  enum { -	TEGRA20_CMD_INFO, -	TEGRA20_CMD_PORT, -	TEGRA20_CMD_OUTPUT, -	TEGRA20_CMD_INPUT, +	TEGRA_CMD_INFO, +	TEGRA_CMD_PORT, +	TEGRA_CMD_OUTPUT, +	TEGRA_CMD_INPUT,  };  static struct gpio_names { |