| Submitter | Michal Simek |
|---|---|
| Date | Dec. 21, 2010, 12:09 p.m. |
| Message ID | <1292933384-3032-1-git-send-email-monstr@monstr.eu> |
| Download | mbox |
| Permalink | /patch/76286/ |
| State | Not Applicable |
| Headers | show
Return-Path: <u-boot-bounces@lists.denx.de> 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 475A0B7080 for <incoming@patchwork.ozlabs.org>; Tue, 21 Dec 2010 23:18:05 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id DEFA12813B; Tue, 21 Dec 2010 13:18:03 +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 kDfUqSPVTsip; Tue, 21 Dec 2010 13:18:03 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2B23A2813F; Tue, 21 Dec 2010 13:18:01 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9636C2813F for <u-boot@lists.denx.de>; Tue, 21 Dec 2010 13:17:59 +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 eZ6SrEBYvur7 for <u-boot@lists.denx.de>; Tue, 21 Dec 2010 13:17:59 +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-bw0-f46.google.com (mail-bw0-f46.google.com [209.85.214.46]) by theia.denx.de (Postfix) with ESMTP id 05DB82813B for <u-boot@lists.denx.de>; Tue, 21 Dec 2010 13:17:57 +0100 (CET) Received: by bwz15 with SMTP id 15so4465044bwz.33 for <u-boot@lists.denx.de>; Tue, 21 Dec 2010 04:17:57 -0800 (PST) Received: by 10.204.58.196 with SMTP id i4mr4558519bkh.119.1292933387413; Tue, 21 Dec 2010 04:09:47 -0800 (PST) Received: from localhost ([178.23.216.97]) by mx.google.com with ESMTPS id x38sm2955534bkj.13.2010.12.21.04.09.45 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 21 Dec 2010 04:09:46 -0800 (PST) From: Michal Simek <monstr@monstr.eu> To: wd@denx.de Date: Tue, 21 Dec 2010 13:09:42 +0100 Message-Id: <1292933384-3032-1-git-send-email-monstr@monstr.eu> X-Mailer: git-send-email 1.5.5.1 Cc: u-boot@lists.denx.de Subject: [U-Boot] Microblaze fixes X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 Precedence: list List-Id: U-Boot discussion <u-boot.lists.denx.de> List-Unsubscribe: <http://lists.denx.de/mailman/listinfo/u-boot>, <mailto:u-boot-request@lists.denx.de?subject=unsubscribe> List-Archive: <http://lists.denx.de/pipermail/u-boot> List-Post: <mailto:u-boot@lists.denx.de> List-Help: <mailto:u-boot-request@lists.denx.de?subject=help> List-Subscribe: <http://lists.denx.de/mailman/listinfo/u-boot>, <mailto:u-boot-request@lists.denx.de?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de |
Hi Wolfgang, I am sending two patches for review. I don't expect that someone will have any compains about that's why I have create fix branch in my custodian repo and you can pull them. Both patches are fixes and if possible, I would like to add them to your branch. I have looked at schedule and if you don't want to merge it, I will ask for merging in upcomming merge window. Thanks, Michal The following changes since commit 71aab09b2c1edd1b6e00819abd1e31c04db04f36: Wolfgang Denk (1): Merge branch 'master' of /home/wd/git/u-boot/custodians are available in the git repository at: git://www.denx.de/git/u-boot-microblaze.git fix Michal Simek (2): microblaze: Disabling interrupt should return 1 if implemented microblaze: Fix bdiinfo pointer arch/microblaze/cpu/interrupts.c | 2 +- arch/microblaze/lib/board.c | 2 +- include/configs/microblaze-generic.h | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-)