From patchwork Wed Mar 7 01:45:29 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Haojian Zhuang X-Patchwork-Id: 145136 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 52FFFB6F9D for ; Wed, 7 Mar 2012 12:47:56 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1S55wd-0005R8-1M; Wed, 07 Mar 2012 01:45:35 +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 1S55wY-0005Qf-Ue for linux-arm-kernel@lists.infradead.org; Wed, 07 Mar 2012 01:45:31 +0000 Received: by vcbf13 with SMTP id f13so3764192vcb.36 for ; Tue, 06 Mar 2012 17:45:29 -0800 (PST) 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 :content-type:content-transfer-encoding; bh=tM1ZJOJzeBPX6iuDNAoQ0dURFJd3LtEswP6bKrBtPaw=; b=YMdnKzdv6hqqm23TfpEVGuiGu+hdS+oO6aM2IRHe+AZN7Kmy7o1KVEIn17WEeIE2ss befYt2y/YtX8XrIfPt/1aJgK7hsJXbz3gEtw3S53jVLCL6o54lfSY47eLYHB1/3liOHO +CFUnhBvEJkYeRd4PtjQHstqbwhDvw7dZP2yuYyuWDw3pBLacegXO9URyK5/opFjqNfd Ox/COGHIrjRJ9a2AF0lArQS7sb5qiNxTEWpNr9gt6Pf6dI7gNDOgu6v+7EG1iLYKHdxv OPb1IU4cn1ByKDhXKNhr3Qdsle5qIbxFUi69zBZCtlrU7k76K2a8At5uDh2FJSPumw9T bU0A== MIME-Version: 1.0 Received: by 10.52.93.138 with SMTP id cu10mr281371vdb.86.1331084729793; Tue, 06 Mar 2012 17:45:29 -0800 (PST) Received: by 10.52.35.115 with HTTP; Tue, 6 Mar 2012 17:45:29 -0800 (PST) In-Reply-To: References: Date: Wed, 7 Mar 2012 09:45:29 +0800 Message-ID: Subject: Re: [GIT PULL][v3.4] pull request on pxa tree for DT branch From: Haojian Zhuang To: Bergmann Arnd , linux-arm-kernel@lists.infradead.org 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.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (haojian.zhuang[at]gmail.com) -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 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 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 Hi Arnd, I update the branch according the comments on serial-pxa driver. Please help to merge these patches. Thanks Haojian The following changes since commit 192cfd58774b4d17b2fe8bdc77d89c2ef4e0591d: Linux 3.3-rc6 (2012-03-03 17:08:09 -0800) are available in the git repository at: git://github.com/hzhuang1/linux.git dt Haojian Zhuang (6): serial: pxa: add OF support i2c: pxa: add OF support ARM: mmp: enable rtc clk in pxa168 ARM: mmp: append OF support on pxa168 ARM: dts: append DTS file of pxa168 Document: devicetree: add OF documents for arch-mmp Documentation/devicetree/bindings/arm/mrvl.txt | 6 + .../devicetree/bindings/gpio/mrvl-gpio.txt | 23 +++++ Documentation/devicetree/bindings/i2c/mrvl-i2c.txt | 37 ++++++++ .../devicetree/bindings/rtc/sa1100-rtc.txt | 17 ++++ .../devicetree/bindings/serial/mrvl-serial.txt | 4 + arch/arm/boot/dts/pxa168-aspenite.dts | 38 ++++++++ arch/arm/boot/dts/pxa168.dtsi | 98 ++++++++++++++++++++ arch/arm/mach-mmp/Kconfig | 10 ++ arch/arm/mach-mmp/Makefile | 1 + arch/arm/mach-mmp/mmp-dt.c | 75 +++++++++++++++ arch/arm/mach-mmp/pxa168.c | 2 + drivers/i2c/busses/i2c-pxa.c | 95 +++++++++++++++---- drivers/tty/serial/pxa.c | 49 ++++++++--- 13 files changed, 422 insertions(+), 33 deletions(-) create mode 100644 Documentation/devicetree/bindings/arm/mrvl.txt create mode 100644 Documentation/devicetree/bindings/gpio/mrvl-gpio.txt create mode 100644 Documentation/devicetree/bindings/i2c/mrvl-i2c.txt create mode 100644 Documentation/devicetree/bindings/rtc/sa1100-rtc.txt create mode 100644 Documentation/devicetree/bindings/serial/mrvl-serial.txt create mode 100644 arch/arm/boot/dts/pxa168-aspenite.dts create mode 100644 arch/arm/boot/dts/pxa168.dtsi create mode 100644 arch/arm/mach-mmp/mmp-dt.c On Tue, Mar 6, 2012 at 1:51 PM, Haojian Zhuang wrote: > Hi Arnd, > > Please help to pull DT patches on pxa tree. I based it on v3.3-rc6. > > The following changes since commit 192cfd58774b4d17b2fe8bdc77d89c2ef4e0591d: > >  Linux 3.3-rc6 (2012-03-03 17:08:09 -0800) > > are available in the git repository at: >  git://github.com/hzhuang1/linux.git dt > > Haojian Zhuang (6): >      serial: pxa: add OF support >      i2c: pxa: add OF support >      ARM: mmp: enable rtc clk in pxa168 >      ARM: mmp: append OF support on pxa168 >      ARM: dts: append DTS file of pxa168 >      Document: devicetree: add OF documents for arch-mmp > >  Documentation/devicetree/bindings/arm/mrvl.txt     |    6 + >  .../devicetree/bindings/gpio/mrvl-gpio.txt         |   23 +++++ >  Documentation/devicetree/bindings/i2c/mrvl-i2c.txt |   37 ++++++++ >  .../devicetree/bindings/rtc/sa1100-rtc.txt         |   17 ++++ >  .../devicetree/bindings/serial/mrvl-serial.txt     |    4 + >  arch/arm/boot/dts/pxa168-aspenite.dts              |   38 ++++++++ >  arch/arm/boot/dts/pxa168.dtsi                      |   98 ++++++++++++++++++++ >  arch/arm/mach-mmp/Kconfig                          |   10 ++ >  arch/arm/mach-mmp/Makefile                         |    1 + >  arch/arm/mach-mmp/mmp-dt.c                         |   75 +++++++++++++++ >  arch/arm/mach-mmp/pxa168.c                         |    2 + >  drivers/i2c/busses/i2c-pxa.c                       |   95 +++++++++++++++---- >  drivers/tty/serial/pxa.c                           |   52 ++++++++--- >  13 files changed, 425 insertions(+), 33 deletions(-) >  create mode 100644 Documentation/devicetree/bindings/arm/mrvl.txt >  create mode 100644 Documentation/devicetree/bindings/gpio/mrvl-gpio.txt >  create mode 100644 Documentation/devicetree/bindings/i2c/mrvl-i2c.txt >  create mode 100644 Documentation/devicetree/bindings/rtc/sa1100-rtc.txt >  create mode 100644 Documentation/devicetree/bindings/serial/mrvl-serial.txt >  create mode 100644 arch/arm/boot/dts/pxa168-aspenite.dts >  create mode 100644 arch/arm/boot/dts/pxa168.dtsi >  create mode 100644 arch/arm/mach-mmp/mmp-dt.c