From patchwork Tue Oct 25 15:03:35 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Eric Miao X-Patchwork-Id: 121719 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 BE64B1007D9 for ; Wed, 26 Oct 2011 02:04:16 +1100 (EST) Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1RIiXq-0005V4-7k; Tue, 25 Oct 2011 15:04:02 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RIiXp-0002B6-Ur; Tue, 25 Oct 2011 15:04:01 +0000 Received: from mail-vw0-f49.google.com ([209.85.212.49]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1RIiXl-0002Am-Tm for linux-arm-kernel@lists.infradead.org; Tue, 25 Oct 2011 15:03:59 +0000 Received: by vws15 with SMTP id 15so610461vws.36 for ; Tue, 25 Oct 2011 08:03:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=xLVUJO0SD6JAEv3MArL/HH22ywycr3QlpwEbk0j8kEw=; b=Gv19T9hoY4fZv8RZvCkn78OHL+rpBZ1cl2MVfHnDgLkZJN/ruPWQiB3C5WL9byaoy3 5a66EMua/b0GcqZbDFwJDUe/vCqXnjhT/GGsa5PJTEjRcqyMiNJO9s7vDoOYy82GYMwW kP4A/Kd4s93cdaULNFtcBpC8H3X3O6P+9rxzY= Received: by 10.52.74.162 with SMTP id u2mr12725117vdv.69.1319555035308; Tue, 25 Oct 2011 08:03:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.112.131 with HTTP; Tue, 25 Oct 2011 08:03:35 -0700 (PDT) In-Reply-To: <4EA6C8A9.5000305@compulab.co.il> References: <4EA6C8A9.5000305@compulab.co.il> From: Eric Miao Date: Tue, 25 Oct 2011 23:03:35 +0800 Message-ID: Subject: Re: [GIT PULL] pxa: fixes for next To: Arnd Bergmann , Igor Grinberg X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20111025_110358_183268_87224D98 X-CRM114-Status: GOOD ( 22.27 ) X-Spam-Score: -0.8 (/) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (-0.8 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.212.49 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (eric.y.miao[at]gmail.com) -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-arm-kernel X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.12 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 Sorry Igor, now merged. Anrd, With that specific patch queued, see the updated request as below: The following changes since commit c3b92c8787367a8bb53d57d9789b558f1295cc96: Linux 3.1 (2011-10-24 09:10:05 +0200) are available in the git repository at: git://github.com/ycmiao/pxa-linux.git fix Arnd Bergmann (9): ARM: pxa: make zylonite_pxa*_init declaration match code ARM: pxa: export symbols from pxa3xx-ulpi ARM: pxa: allow selecting just one of TREO680/CENTRO ARM: pxa: CPU_FREQ_TABLE is needed for CPU_FREQ ARM: pxa: pxa95x is incompatible with earlier pxa ARM: pxa: select POWER_SUPPLY on raumfeld ARM: pxa: centro and treo680 need palm27x ARM: pxa: sharpsl pm needs SPI ARM: pxa: use correct __iomem annotations Axel Lin (1): ARM: pxa/cm-x300: properly set bt_reset pin Eric Miao (5): ARM: pxa: fix building error by palm27x_lcd_init() when FB_PXA not defined ARM: pxa/z2: fix building error of pxa27x_cpu_suspend() no longer available ARM: pxa: pxa95x/saarb depends on pxa3xx code ARM: pxa: make pxafb_smart_*() empty when not enabled ARM: mmp: rename SHEEVAD to GPLUGD arch/arm/Kconfig | 1 + arch/arm/include/asm/hardware/it8152.h | 2 +- arch/arm/mach-mmp/Kconfig | 2 +- arch/arm/mach-mmp/Makefile | 2 +- arch/arm/mach-mmp/clock.h | 8 +++--- arch/arm/mach-mmp/common.c | 4 +- arch/arm/mach-mmp/gplugd.c | 2 +- arch/arm/mach-mmp/include/mach/addr-map.h | 10 ++++++- arch/arm/mach-mmp/mmp2.c | 3 +- arch/arm/mach-pxa/Kconfig | 38 ++++++++++++++++++++++------- arch/arm/mach-pxa/Makefile | 2 +- arch/arm/mach-pxa/balloon3.c | 10 ++++---- arch/arm/mach-pxa/cm-x2xx-pci.c | 2 +- arch/arm/mach-pxa/cm-x2xx.c | 4 +- arch/arm/mach-pxa/cm-x300.c | 8 ++---- arch/arm/mach-pxa/include/mach/addr-map.h | 8 +++--- arch/arm/mach-pxa/include/mach/balloon3.h | 2 +- arch/arm/mach-pxa/include/mach/hardware.h | 9 ++++--- arch/arm/mach-pxa/include/mach/lpd270.h | 4 +- arch/arm/mach-pxa/include/mach/mtd-xip.h | 1 - arch/arm/mach-pxa/include/mach/palm27x.h | 2 +- arch/arm/mach-pxa/include/mach/palmtx.h | 6 ++-- arch/arm/mach-pxa/include/mach/pxa27x.h | 2 + arch/arm/mach-pxa/include/mach/pxa95x.h | 7 +++++ arch/arm/mach-pxa/include/mach/pxafb.h | 13 ++++++++++ arch/arm/mach-pxa/include/mach/smemc.h | 2 +- arch/arm/mach-pxa/include/mach/zeus.h | 4 +- arch/arm/mach-pxa/include/mach/zylonite.h | 4 +- arch/arm/mach-pxa/irq.c | 4 +- arch/arm/mach-pxa/lpd270.c | 2 +- arch/arm/mach-pxa/palmtreo.c | 8 ++++++ arch/arm/mach-pxa/palmtx.c | 8 +++--- arch/arm/mach-pxa/pxa25x.c | 2 +- arch/arm/mach-pxa/pxa27x.c | 2 +- arch/arm/mach-pxa/pxa3xx-ulpi.c | 2 + arch/arm/mach-pxa/pxa3xx.c | 2 +- arch/arm/mach-pxa/saarb.c | 3 +- arch/arm/mach-pxa/z2.c | 3 +- arch/arm/mach-pxa/zeus.c | 8 +++--- arch/arm/plat-pxa/gpio.c | 2 +- arch/arm/plat-pxa/include/plat/mfp.h | 2 +- arch/arm/plat-pxa/mfp.c | 4 +- drivers/pcmcia/pxa2xx_balloon3.c | 2 +- drivers/video/mbx/mbxfb.c | 6 ++-- drivers/video/pxafb.c | 10 ------- 45 files changed, 140 insertions(+), 92 deletions(-) create mode 100644 arch/arm/mach-pxa/include/mach/pxa95x.h On Tue, Oct 25, 2011 at 10:33 PM, Igor Grinberg wrote: > Hi Eric, > > Can you please include the below patch [1] in your pull request? > > [1] https://lkml.org/lkml/2011/9/17/38 > > It has been quit a long time on the list and it fixes a regression. > > Thanks > Igor > > On 10/25/2011 03:04 PM, Eric Miao wrote: >> Arnd, >> >> The fixes are mostly your randconfig fixes which are acked, we'll go >> through the remaining issues next cycle. >> >> The following changes since commit c3b92c8787367a8bb53d57d9789b558f1295cc96: >> >>   Linux 3.1 (2011-10-24 09:10:05 +0200) >> >> are available in the git repository at: >>   git://github.com/ycmiao/pxa-linux.git fix >> >> Arnd Bergmann (9): >>       ARM: pxa: make zylonite_pxa*_init declaration match code >>       ARM: pxa: export symbols from pxa3xx-ulpi >>       ARM: pxa: allow selecting just one of TREO680/CENTRO >>       ARM: pxa: CPU_FREQ_TABLE is needed for CPU_FREQ >>       ARM: pxa: pxa95x is incompatible with earlier pxa >>       ARM: pxa: select POWER_SUPPLY on raumfeld >>       ARM: pxa: centro and treo680 need palm27x >>       ARM: pxa: sharpsl pm needs SPI >>       ARM: pxa: use correct __iomem annotations >> >> Eric Miao (5): >>       ARM: pxa: fix building error by palm27x_lcd_init() when FB_PXA not defined >>       ARM: pxa/z2: fix building error of pxa27x_cpu_suspend() no >> longer available >>       ARM: pxa: pxa95x/saarb depends on pxa3xx code >>       ARM: pxa: make pxafb_smart_*() empty when not enabled >>       ARM: mmp: rename SHEEVAD to GPLUGD >> >>  arch/arm/Kconfig                          |    1 + >>  arch/arm/include/asm/hardware/it8152.h    |    2 +- >>  arch/arm/mach-mmp/Kconfig                 |    2 +- >>  arch/arm/mach-mmp/Makefile                |    2 +- >>  arch/arm/mach-mmp/clock.h                 |    8 +++--- >>  arch/arm/mach-mmp/common.c                |    4 +- >>  arch/arm/mach-mmp/gplugd.c                |    2 +- >>  arch/arm/mach-mmp/include/mach/addr-map.h |   10 ++++++- >>  arch/arm/mach-mmp/mmp2.c                  |    3 +- >>  arch/arm/mach-pxa/Kconfig                 |   38 ++++++++++++++++++++++------- >>  arch/arm/mach-pxa/Makefile                |    2 +- >>  arch/arm/mach-pxa/balloon3.c              |   10 ++++---- >>  arch/arm/mach-pxa/cm-x2xx-pci.c           |    2 +- >>  arch/arm/mach-pxa/cm-x2xx.c               |    4 +- >>  arch/arm/mach-pxa/include/mach/addr-map.h |    8 +++--- >>  arch/arm/mach-pxa/include/mach/balloon3.h |    2 +- >>  arch/arm/mach-pxa/include/mach/hardware.h |    9 ++++--- >>  arch/arm/mach-pxa/include/mach/lpd270.h   |    4 +- >>  arch/arm/mach-pxa/include/mach/mtd-xip.h  |    1 - >>  arch/arm/mach-pxa/include/mach/palm27x.h  |    2 +- >>  arch/arm/mach-pxa/include/mach/palmtx.h   |    6 ++-- >>  arch/arm/mach-pxa/include/mach/pxa27x.h   |    2 + >>  arch/arm/mach-pxa/include/mach/pxa95x.h   |    7 +++++ >>  arch/arm/mach-pxa/include/mach/pxafb.h    |   13 ++++++++++ >>  arch/arm/mach-pxa/include/mach/smemc.h    |    2 +- >>  arch/arm/mach-pxa/include/mach/zeus.h     |    4 +- >>  arch/arm/mach-pxa/include/mach/zylonite.h |    4 +- >>  arch/arm/mach-pxa/irq.c                   |    4 +- >>  arch/arm/mach-pxa/lpd270.c                |    2 +- >>  arch/arm/mach-pxa/palmtreo.c              |    8 ++++++ >>  arch/arm/mach-pxa/palmtx.c                |    8 +++--- >>  arch/arm/mach-pxa/pxa25x.c                |    2 +- >>  arch/arm/mach-pxa/pxa27x.c                |    2 +- >>  arch/arm/mach-pxa/pxa3xx-ulpi.c           |    2 + >>  arch/arm/mach-pxa/pxa3xx.c                |    2 +- >>  arch/arm/mach-pxa/saarb.c                 |    3 +- >>  arch/arm/mach-pxa/z2.c                    |    3 +- >>  arch/arm/mach-pxa/zeus.c                  |    8 +++--- >>  arch/arm/plat-pxa/gpio.c                  |    2 +- >>  arch/arm/plat-pxa/include/plat/mfp.h      |    2 +- >>  arch/arm/plat-pxa/mfp.c                   |    4 +- >>  drivers/pcmcia/pxa2xx_balloon3.c          |    2 +- >>  drivers/video/mbx/mbxfb.c                 |    6 ++-- >>  drivers/video/pxafb.c                     |   10 ------- >>  44 files changed, 137 insertions(+), 87 deletions(-) >>  create mode 100644 arch/arm/mach-pxa/include/mach/pxa95x.h >> >> _______________________________________________ >> linux-arm-kernel mailing list >> linux-arm-kernel@lists.infradead.org >> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel > > > >