From patchwork Wed Dec 12 13:00:33 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Schwierzeck X-Patchwork-Id: 205502 X-Patchwork-Delegate: trini@ti.com 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 7878D2C00BF for ; Thu, 13 Dec 2012 00:00:42 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B35644A27C; Wed, 12 Dec 2012 14:00: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 B5CG4I0iNmRB; Wed, 12 Dec 2012 14:00:39 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2F5464A272; Wed, 12 Dec 2012 14:00:38 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 40AC04A272 for ; Wed, 12 Dec 2012 14:00:36 +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 mMrJ-91kw2cl for ; Wed, 12 Dec 2012 14:00:35 +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-we0-f172.google.com (mail-we0-f172.google.com [74.125.82.172]) by theia.denx.de (Postfix) with ESMTPS id 6799D4A26F for ; Wed, 12 Dec 2012 14:00:33 +0100 (CET) Received: by mail-we0-f172.google.com with SMTP id r3so280626wey.3 for ; Wed, 12 Dec 2012 05:00:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=GdX7Pao/p/8G5wh9130RsUJlhYJwzKKuNvhnS00dA5E=; b=e8jUnWcz4qQy4Xl3mX8hM1odvTv6fAEUY8Vz6AEuJBoSeBh3qdxg0CHhiqoyGBMpEt zNPt5jfMRwR6Pj0qR5aaEIjEDbUi5gwy5PwPYGWSjch3qzugNfj0JfZCAdtK6uCxgrrv K9VdMMsZVdEgRtg2c4rB1CdfpkdicAGmwf59ynDqZDE3nichcHgPeai3T2FaK7TvpKt7 XUo2AY3TU0+2Hpbz93tqFNiNKQqqIfmYjvZGbtgCPXe0isl+bKaXxaRQFJ9IxCYsI0jP ZN9ET/wBn3dhT+mBZZEYh57hJa+6xQ0SP7dDQwjigquBI2ZP/KRzLi/OCGNI+hME9qOb SXrw== MIME-Version: 1.0 Received: by 10.194.235.100 with SMTP id ul4mr1815483wjc.7.1355317233575; Wed, 12 Dec 2012 05:00:33 -0800 (PST) Received: by 10.180.18.14 with HTTP; Wed, 12 Dec 2012 05:00:33 -0800 (PST) Date: Wed, 12 Dec 2012 14:00:33 +0100 Message-ID: From: Daniel Schwierzeck To: Tom Rini Cc: u-boot@lists.denx.de, Joe Hershberger Subject: [U-Boot] [GIT PULL] u-boot-mips/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 Hi Tom, please pull two bugfixes for MIPS. The following changes since commit ea40a05422bdc87a7af5dc349e8adce59f982e72: MIPS: constify address pointer in test_bit() (2012-12-08 21:48:19 +0100) are available in the git repository at: git://git.denx.de/u-boot-mips.git master for you to fetch changes up to f88e09de8d4ce7307c6aaf3a3adff53e85b4b5b3: mips: serial: Fix busted manual relocation (2012-12-12 13:20:24 +0100) ---------------------------------------------------------------- Daniel Schwierzeck (1): MIPS: constify mips_io_port_base Joe Hershberger (1): mips: serial: Fix busted manual relocation arch/mips/lib/board.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)