From patchwork Fri Mar 30 01:06:37 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Haojian Zhuang X-Patchwork-Id: 149513 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 2F931B6F98 for ; Fri, 30 Mar 2012 12:08:52 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SDQIa-0006dU-Rc; Fri, 30 Mar 2012 01:06:40 +0000 Received: from mail-vx0-f177.google.com ([209.85.220.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1SDQIZ-0006dG-1I for linux-arm-kernel@lists.infradead.org; Fri, 30 Mar 2012 01:06:39 +0000 Received: by vcbf13 with SMTP id f13so111753vcb.36 for ; Thu, 29 Mar 2012 18:06:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=v6eFoyLf3G2WpwEnf38hSOhyurIV0pOAZtihOig8v5k=; b=IDNBFYV5WIq9MIObql9TZ31MGNnBEGlRT9LLp+gnKV14+nqXt2bkhaonEeuyrtFjzI TSAbuOg2oYGJXFDkgME4UTwHlknXiX1+MtqVj0plSikjkl7Q9LY516b2LxHA/fp3fKCD Su9Tw2WOIpbykRmL30FjwRZnkPmVMRu55/Q+J3OILTwjZVnwzDr5D+rc/bvx1IfaCAZo OTrnIgqvE2T69nivIf9kWLO0QGg4iGPqVP/Upd2qzdqCwxj5JUER2nVQc+4Gjpa1TlBB 3JT5/eM8/A492qTmZlxbu5FXrSOB6+njAQXjLhc1TP/BrkIdlB0n9CsjGC9Y0xlLHPhd YnXA== MIME-Version: 1.0 Received: by 10.220.151.71 with SMTP id b7mr115114vcw.62.1333069597841; Thu, 29 Mar 2012 18:06:37 -0700 (PDT) Received: by 10.52.23.37 with HTTP; Thu, 29 Mar 2012 18:06:37 -0700 (PDT) In-Reply-To: References: <4F732D14.3020803@compulab.co.il> Date: Fri, 30 Mar 2012 09:06:37 +0800 Message-ID: Subject: Re: [GIT PULL] pull request from arch-pxa git on fixes branch From: Haojian Zhuang To: Olof Johansson X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.220.177 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (haojian.zhuang[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Linux Russell , Bergmann Arnd , Mark Brown , Paul Gortmaker , Igor Grinberg , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org On Thu, Mar 29, 2012 at 1:12 AM, Olof Johansson wrote: > Hi, > > On Wed, Mar 28, 2012 at 8:24 AM, Igor Grinberg wrote: > >> Can Paul's patch [1] be included in this or later request? >> >> Thanks. >> >> [1] http://lists.infradead.org/pipermail/linux-arm-kernel/2012-March/091750.html > > Yes, Haojian, please add that to the branch (with the proposed fixups) > as well so we can pick it up and send it in ASAP. Both are broken > today in Russell's PXA defconfig. > > There is one more failure as well, that I haven't seen a patch posted for: > > arch/arm/mach-pxa/cm-x300.c:716:3: error: unknown field 'dev' > specified in initializer > > > > -Olof Now these build issues are fixed. Could you help to pull these fixes from arch-pxa git? The following changes since commit c16fa4f2ad19908a47c63d8fa436a1178438c7e7: Linux 3.3 (2012-03-18 16:15:34 -0700) are available in the git repository at: git://github.com/hzhuang1/linux.git fixes Haojian Zhuang (2): ARM: pxa: fix build issue on cm-x300 ARM: pxa: fix build issue on stargate2 Paul Gortmaker (2): ARM: pxa: fix regulator related build fail in magician_defconfig ARM: pxa: fix build failure for regulator consumer in em-x270.c arch/arm/mach-pxa/cm-x300.c | 1 - arch/arm/mach-pxa/em-x270.c | 10 +++++----- arch/arm/mach-pxa/hx4700.c | 2 -- arch/arm/mach-pxa/magician.c | 2 -- arch/arm/mach-pxa/stargate2.c | 2 +- 5 files changed, 6 insertions(+), 11 deletions(-)