All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Warren <twarren.nvidia@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V4 2/2] arm: Tegra2: GPIO: enable GPIO for Tegra2 boards
Date: Thu, 16 Jun 2011 16:51:34 -0700	[thread overview]
Message-ID: <1308268294-14901-3-git-send-email-twarren@nvidia.com> (raw)
In-Reply-To: <1308268294-14901-1-git-send-email-twarren@nvidia.com>

Signed-off-by: Tom Warren <twarren@nvidia.com>
---
Changes in V2:
        - enable GPIO for all boards (tegra2-common.h)
Changes in V3:
        - enable use of common cmd_gpio

 include/configs/tegra2-common.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/configs/tegra2-common.h b/include/configs/tegra2-common.h
index febce35..295ee11 100644
--- a/include/configs/tegra2-common.h
+++ b/include/configs/tegra2-common.h
@@ -160,4 +160,6 @@
 						CONFIG_SYS_INIT_RAM_SIZE - \
 						GENERATED_GBL_DATA_SIZE)
 
+#define CONFIG_TEGRA2_GPIO
+#define CONFIG_CMD_GPIO
 #endif /* __TEGRA2_COMMON_H */
-- 
1.7.5.4

      parent reply	other threads:[~2011-06-16 23:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-16 23:51 [U-Boot] [PATCH V4 0/2] GPIO: Tegra2: add GPIO driver for Tegra2 Tom Warren
2011-06-16 23:51 ` [U-Boot] [PATCH V4 1/2] " Tom Warren
2011-06-17  0:06   ` Mike Frysinger
2011-06-17  0:09     ` Tom Warren
2011-06-16 23:51 ` Tom Warren [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1308268294-14901-3-git-send-email-twarren@nvidia.com \
    --to=twarren.nvidia@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.