From patchwork Tue Mar 6 05:51:11 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Haojian Zhuang X-Patchwork-Id: 144847 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 49EF5B6FA3 for ; Tue, 6 Mar 2012 16:53:29 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1S4nIt-0005oW-G3; Tue, 06 Mar 2012 05:51:19 +0000 Received: from mail-vw0-f49.google.com ([209.85.212.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1S4nIp-0005oH-GR for linux-arm-kernel@lists.infradead.org; Tue, 06 Mar 2012 05:51:16 +0000 Received: by vbbfo1 with SMTP id fo1so5354836vbb.36 for ; Mon, 05 Mar 2012 21:51:11 -0800 (PST) Received-SPF: pass (google.com: domain of haojian.zhuang@gmail.com designates 10.52.93.179 as permitted sender) client-ip=10.52.93.179; Authentication-Results: mr.google.com; spf=pass (google.com: domain of haojian.zhuang@gmail.com designates 10.52.93.179 as permitted sender) smtp.mail=haojian.zhuang@gmail.com; dkim=pass header.i=haojian.zhuang@gmail.com Received: from mr.google.com ([10.52.93.179]) by 10.52.93.179 with SMTP id cv19mr2385233vdb.103.1331013071696 (num_hops = 1); Mon, 05 Mar 2012 21:51:11 -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:content-type; bh=iISW962COW+VTd1ekBttbPbFtipFWcRC5yvpcVDUkRY=; b=RoJifmeg1Q0bCweVLXbxsHr3RJXQd2Y+IK1z4dsiQ6Qq9a6B6znHIOHcVbCt/k31Hq U+Yd4jblTri6QkZUJKaCguoVm585vCPWHt2tn6WkfDU1ybkBmDGujcL7uMb7WURPy67N DJXkIS9TWUftSiTece+5P6jbgDpXPC59IKptqMVwQrg/mnORVSl3D234nK66fPdWOUvV gOvyt1uT9/6VNUkiZlzepbercULKw/PK/U23yawY7RUDBL7pp9piPTlz/FvoKzM3c1w2 W6sAaKOqNQAAo58/neJWUDlNCgzixSKGdq2BFjHw6hOngZwucy29d5+OQINUvWNIKmk+ Y2tg== MIME-Version: 1.0 Received: by 10.52.93.179 with SMTP id cv19mr2015532vdb.103.1331013071557; Mon, 05 Mar 2012 21:51:11 -0800 (PST) Received: by 10.52.35.115 with HTTP; Mon, 5 Mar 2012 21:51:11 -0800 (PST) Date: Tue, 6 Mar 2012 13:51:11 +0800 Message-ID: Subject: [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.212.49 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, 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