From patchwork Thu Feb 23 16:01:33 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 142656 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 75C47B6EEC for ; Fri, 24 Feb 2012 03:01:46 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7E19328083; Thu, 23 Feb 2012 17:01:44 +0100 (CET) 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 syTVERpa2YWj; Thu, 23 Feb 2012 17:01:44 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 719B928085; Thu, 23 Feb 2012 17:01:41 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A25A828085 for ; Thu, 23 Feb 2012 17:01:39 +0100 (CET) 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 kK-M7UAkoSbU for ; Thu, 23 Feb 2012 17:01:36 +0100 (CET) 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-pw0-f44.google.com (mail-pw0-f44.google.com [209.85.160.44]) by theia.denx.de (Postfix) with ESMTPS id 7337A28083 for ; Thu, 23 Feb 2012 17:01:34 +0100 (CET) Received: by pbcwz7 with SMTP id wz7so1419025pbc.3 for ; Thu, 23 Feb 2012 08:01:33 -0800 (PST) Received-SPF: pass (google.com: domain of tom.rini@gmail.com designates 10.68.136.231 as permitted sender) client-ip=10.68.136.231; Authentication-Results: mr.google.com; spf=pass (google.com: domain of tom.rini@gmail.com designates 10.68.136.231 as permitted sender) smtp.mail=tom.rini@gmail.com; dkim=pass header.i=tom.rini@gmail.com Received: from mr.google.com ([10.68.136.231]) by 10.68.136.231 with SMTP id qd7mr5924679pbb.28.1330012893375 (num_hops = 1); Thu, 23 Feb 2012 08:01:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:message-id:mime-version:content-type :content-disposition:user-agent; bh=l/CyeFbBRfpVJV+eolIWtM4Z7GFLtC4qsPQvPLlI8Ow=; b=O1E7SmSbWxk5UnHhXicYU66FgDvLOSs5DP/pgPXw1CyJ4DUSB07+HGVkLr/zVTavek UErxSih11eJ6WUz8WdghY5rXzHrBNHJV9ddVUs16h0lDuCpV4PIzP1h9NyKtBdGqHbhU IG7rHCLxkYIQeCmwZPYlLRTZ7JavalibrwoEs= Received: by 10.68.136.231 with SMTP id qd7mr4959109pbb.28.1330012893326; Thu, 23 Feb 2012 08:01:33 -0800 (PST) Received: from bill-the-cat (ip68-230-54-74.ph.ph.cox.net. [68.230.54.74]) by mx.google.com with ESMTPS id u9sm1790412pbj.39.2012.02.23.08.01.31 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 23 Feb 2012 08:01:32 -0800 (PST) Date: Thu, 23 Feb 2012 09:01:33 -0700 From: Tom Rini To: Albert Aribaud Message-ID: <20120223160133.GA12545@bill-the-cat> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) 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 417c2c787e32784b5de975065a7d1dd5b3cc8ecd: Daniel Gorsulowski (1): at91: modified NAND flash timing on otc570 board are available in the git repository at: git://git.denx.de/u-boot-ti.git master Aneesh V (1): armv7: omap3: leave outer cache enabled arch/arm/cpu/armv7/omap3/board.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) While this was not submitted by the normal cutoff what happened was that in v2011.12 we disabled all of the caches with the expectation that the kernel was re-enabling them. This however is not true (and so most distributions that ship v2011.12 revert the cache disable patch for non-omap4). The outcome of discussing with the kernel folks what they want is Aneesh's patch.