From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Warren Date: Fri, 2 Oct 2015 11:15:51 -0700 Subject: [U-Boot] Pull request, u-boot-tegra/master Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Tom, Please pull u-boot-tegra/master into U-Boot/master. Thanks! All tegra builds are OK (32-bit and 64-bit), and P2571 T210 64-bit boots to cmd prompt OK. The following changes since commit 1f8836396de8215b7f460616926052b32597bb29: Prepare v2015.10-rc4 (2015-09-28 16:57:42 -0400) are available in the git repository at: git://git.denx.de/u-boot-tegra.git master for you to fetch changes up to fe82857c4b1667fff8108eab77340ae76016215a: gpio: tegra: use named constants (2015-10-02 11:05:56 -0700) ---------------------------------------------------------------- Stephen Warren (6): ARM: tegra: p2371-2180: import latest pinmux ARM: tegra: fix GPIO init table programming ARM: tegra: don't enable GPIOs until direction is set ARM: tegra: expand all SPL sizes to be consistent gpio: tegra: remove unused type gpio: tegra: use named constants board/nvidia/p2371-2180/pinmux-config-p2371-2180.h | 56 +++++++++++++-------- drivers/gpio/tegra_gpio.c | 58 ++++++++++------------ include/configs/tegra114-common.h | 2 +- include/configs/tegra20-common.h | 2 +- include/configs/tegra210-common.h | 2 +- include/configs/tegra30-common.h | 2 +- 6 files changed, 65 insertions(+), 57 deletions(-)