From patchwork Tue Jul 2 20:05:52 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 256504 X-Patchwork-Delegate: albert.aribaud@free.fr Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 2176A2C0097 for ; Wed, 3 Jul 2013 06:06:30 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 54E2A4A133; Tue, 2 Jul 2013 22:06:23 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gGGfFQaRw6t4; Tue, 2 Jul 2013 22:06:18 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 417084A128; Tue, 2 Jul 2013 22:06:18 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D8DC34A128 for ; Tue, 2 Jul 2013 22:06:09 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XWeAenxdzyO1 for ; Tue, 2 Jul 2013 22:06:03 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 BL_NJABL=ERR(-1.5) (only DNSBL check requested) Received: from mail-gg0-f170.google.com (mail-gg0-f170.google.com [209.85.161.170]) by theia.denx.de (Postfix) with ESMTPS id 4B7F64A127 for ; Tue, 2 Jul 2013 22:05:55 +0200 (CEST) Received: by mail-gg0-f170.google.com with SMTP id s5so2582ggc.1 for ; Tue, 02 Jul 2013 13:05:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:mime-version:content-type :content-disposition:organization:user-agent; bh=pM3qgCuCjUB2GGt/nK2hB1exHB2jacauYH8H4T0pMCI=; b=joE2gBbYcAdLNBhIGUoGqW8X7ZHKyN1CUakE6s1fHdfEXHgsiaAcuAz6ZLYt352itD gIyYcvYa55fKoY3Kcev6ayEmCdKw8nzFMvoHrloVUeOPz1XCOMUTvnT3p082AGAN+JOE 5YHmxUk0ajKAOO9toHXSnI2K1P9fiQIbzwx2DhyWNvJAiwTsL2SwUC+HpHKwAZa9uJjd W+THwFTIKlzGTarrCqMKewYeYZc9/ExEeXRwSU0H5Ug5Ndor81wlN63D1b8Dw2JGS0Za s7ohWKFXkKyBYng0fDkN8XvmmWxdc1gXaT9cNcAP+37KqyY7NNVKCmSqpkGifzoehyiv BuVg== X-Received: by 10.236.45.66 with SMTP id o42mr15300287yhb.198.1372795554654; Tue, 02 Jul 2013 13:05:54 -0700 (PDT) Received: from bill-the-cat (cpe-065-184-250-089.ec.res.rr.com. [65.184.250.89]) by mx.google.com with ESMTPSA id x52sm42284137yhh.18.2013.07.02.13.05.53 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 02 Jul 2013 13:05:53 -0700 (PDT) Date: Tue, 2 Jul 2013 16:05:52 -0400 From: Tom Rini To: Albert Aribaud Message-ID: <20130702200552.GH16630@bill-the-cat> MIME-Version: 1.0 Organization: Texas Instruments User-Agent: Mutt/1.5.21 (2010-09-15) Cc: u-boot@lists.denx.de Subject: [U-Boot] Please pull u-boot-ti/master X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Hello, The following changes since commit e6c7f86f03b0ad25e9ef70df3ee1989b6b789d7c: Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-06-28 17:51:13 +0200) are available in the git repository at: git://git.denx.de/u-boot-ti.git master for you to fetch changes up to 87bd05d78f0f5765f3d3e1517c76794c82dab7cc: ARM: OMAP: GPIO: Fix valid range and enable usage of all GPIOs on OMAP5 (2013-07-02 09:21:16 -0400) ---------------------------------------------------------------- Axel Lin (1): ARM: OMAP: GPIO: Fix valid range and enable usage of all GPIOs on OMAP5 Ilya Ledvich (1): am33xx: fix the ddr_cmdtctrl structure Lokesh Vutla (1): ARM: OMAP4+: Fix MA detection during SDRAM_AUTO_DETECTION Michael Trimarchi (1): usb: omap: ulpi: fix ulpi transceiver access arch/arm/cpu/armv7/omap-common/emif-common.c | 3 ++ arch/arm/cpu/armv7/omap5/hw_data.c | 2 ++ arch/arm/cpu/armv7/omap5/hwinit.c | 4 ++- arch/arm/include/asm/arch-am33xx/ddr_defs.h | 1 - arch/arm/include/asm/arch-am33xx/gpio.h | 2 ++ arch/arm/include/asm/arch-omap3/gpio.h | 2 ++ arch/arm/include/asm/arch-omap4/gpio.h | 2 ++ arch/arm/include/asm/arch-omap5/gpio.h | 4 +++ drivers/gpio/omap_gpio.c | 2 +- drivers/usb/ulpi/omap-ulpi-viewport.c | 42 ++++++-------------------- 10 files changed, 28 insertions(+), 36 deletions(-)