Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296924
b: refs/heads/master
c: 691e06c
h: refs/heads/master
v: v3
  • Loading branch information
Arnd Bergmann authored and Grant Likely committed Mar 12, 2012
1 parent 8b478ab commit 66f5439
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7535b8bef067b71070ed5bdcf3606402f1e99618
refs/heads/master: 691e06c0ff2cd0cfe79db5c52baac4fe18ca55af
2 changes: 2 additions & 0 deletions trunk/drivers/gpio/gpio-tegra.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,13 @@ void tegra_gpio_enable(int gpio)
{
tegra_gpio_mask_write(GPIO_MSK_CNF(gpio), gpio, 1);
}
EXPORT_SYMBOL_GPL(tegra_gpio_enable);

void tegra_gpio_disable(int gpio)
{
tegra_gpio_mask_write(GPIO_MSK_CNF(gpio), gpio, 0);
}
EXPORT_SYMBOL_GPL(tegra_gpio_disable);

static void tegra_gpio_set(struct gpio_chip *chip, unsigned offset, int value)
{
Expand Down

0 comments on commit 66f5439

Please sign in to comment.