From patchwork Wed Jul 18 16:34:38 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 171748 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 E9D072C00B2 for ; Thu, 19 Jul 2012 02:42:22 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0793728085; Wed, 18 Jul 2012 18:42:10 +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 KwLxC65yDi4h; Wed, 18 Jul 2012 18:42:05 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id ED1022807E; Wed, 18 Jul 2012 18:40:00 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9D53F2807E for ; Wed, 18 Jul 2012 18:37:03 +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 kZ29IY26rClO for ; Wed, 18 Jul 2012 18:35:58 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-gh0-f172.google.com (mail-gh0-f172.google.com [209.85.160.172]) by theia.denx.de (Postfix) with ESMTPS id 9AF0028077 for ; Wed, 18 Jul 2012 18:34:51 +0200 (CEST) Received: by ghbg16 with SMTP id g16so1741153ghb.3 for ; Wed, 18 Jul 2012 09:34:41 -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=cs4TNPEbZisV5v+depOyNTCIJX73lJh/HSZAkNLGJlw=; b=gnpEMj3KAeSU4FjHse0UfAo5rTasSt1TwYf3MFC/Tkl+TIdj8IC+cifbf3+fukZQc/ EoKW5OCDwqMwIXm0Iq8EEdPXXPOtku72V/iRk5yKhIVsWXHl341c4a8Mx+plCQawuvTS s4L2Gsm2V+BjddRdBBkG2GjhwrIg7NkO8EmLihalfYVkwhtpnHhPglYnr6IJqjBvUSur 998GuN5RCSLKF1UUTGgxm4tNAZpTkIKgDHe54vPP73OcY7Bz9DxrMQbfiekQVeUHVbhl qTPDEViMXBdfSqvUCVcA5bpSSWP3kTsyK0uk+1keA4ezrs8/UKKXaaqjxNORjb74pEwx yNLg== Received: by 10.68.223.129 with SMTP id qu1mr8558083pbc.165.1342629280481; Wed, 18 Jul 2012 09:34:40 -0700 (PDT) Received: from oliver-linux ([2001:470:d:eba:1153:93e:df28:d89f]) by mx.google.com with ESMTPS id rg9sm16482008pbc.67.2012.07.18.09.34.39 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 18 Jul 2012 09:34:39 -0700 (PDT) Date: Wed, 18 Jul 2012 09:34:38 -0700 From: Tom Rini To: Albert Aribaud Message-ID: <20120718163438.GB22892@oliver-linux> 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 for v2012.07 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 Hey Albert, The following changes since commit 99ab52e809e7d77c7f2f91222ba0f3db956207fe: arm: Fix to mistake clean the memory space (2012-07-12 21:12:44 +0200) are available in the git repository at: git://git.denx.de/u-boot-ti master for you to fetch changes up to c00cefc79bfb8f75a3c733c8d70c29c2b3fdb282: ARM: OMAP4: PANDA: Add rest of the USB module pads to essentials (2012-07-18 09:09:12 -0700) ---------------------------------------------------------------- SRICHARAN R (1): ARM: OMAP4: PANDA: Add rest of the USB module pads to essentials board/ti/panda/panda_mux_data.h | 44 +++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 22 deletions(-) This is a bugfix specific to the omap4 pandaboard, for a regression to v2012.04 that's been tested by the reporter on his board as well as by myself and the maintainer on both revs of the board. Thanks!