From patchwork Thu Jun 20 22:34:35 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christian Daudt X-Patchwork-Id: 253103 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id E72072C009D for ; Fri, 21 Jun 2013 08:35:46 +1000 (EST) Received: from merlin.infradead.org ([205.233.59.134]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UpnRp-0001tP-J8; Thu, 20 Jun 2013 22:35:21 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UpnRi-0003N7-P0; Thu, 20 Jun 2013 22:35:14 +0000 Received: from mms3.broadcom.com ([216.31.210.19]) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UpnRe-0003MV-Qv for linux-arm-kernel@lists.infradead.org; Thu, 20 Jun 2013 22:35:12 +0000 Received: from [10.9.208.55] by mms3.broadcom.com with ESMTP (Broadcom SMTP Relay (Email Firewall v6.5)); Thu, 20 Jun 2013 15:25:26 -0700 X-Server-Uuid: B86B6450-0931-4310-942E-F00ED04CA7AF Received: from IRVEXCHSMTP1.corp.ad.broadcom.com (10.9.207.51) by IRVEXCHCAS07.corp.ad.broadcom.com (10.9.208.55) with Microsoft SMTP Server (TLS) id 14.1.438.0; Thu, 20 Jun 2013 15:34:35 -0700 Received: from mail-irva-13.broadcom.com (10.10.10.20) by IRVEXCHSMTP1.corp.ad.broadcom.com (10.9.207.51) with Microsoft SMTP Server id 14.1.438.0; Thu, 20 Jun 2013 15:34:35 -0700 Received: from [10.136.18.149] (test-csd10.ric.broadcom.com [10.136.18.149]) by mail-irva-13.broadcom.com (Postfix) with ESMTP id 69926F2D73; Thu, 20 Jun 2013 15:34:35 -0700 (PDT) Message-ID: <51C3837B.6050500@broadcom.com> Date: Thu, 20 Jun 2013 15:34:35 -0700 From: "Christian Daudt" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: "Arnd Bergmann" , "Olof Johansson" Subject: [GIT PULL] ARM: bcm281xx DT for 3.11 X-WSS-ID: 7DDD5EDC2L836099334-01-01 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130620_183511_052956_CCB9B055 X-CRM114-Status: UNSURE ( 8.30 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -5.5 (-----) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-5.5 points) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, medium trust [216.31.210.19 listed in list.dnswl.org] -1.3 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.0 T_HDRS_LCASE Odd capitalization of message header Cc: "csd_b@daudt.org" , "arm@kernel.org" , "linux-arm-kernel@lists.infradead.org" X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" 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, Olof, Please pull the branch below. It contains dt portion of sdhci driver + misc dt cleanups. Thanks, csd The following changes since commit 317ddd256b9c24b0d78fa8018f80f1e495481a10: Linux 3.10-rc5 (2013-06-08 17:41:04 -0700) are available in the git repository at: git://github.com/broadcom/bcm11351.git armsoc/for-3.11/dt for you to fetch changes up to d22dc5ed2a6adc1692b11a64cd3235381e230425: ARM: dts: bcm281xx: change comment to C89 style (2013-06-20 14:13:22 -0700) ---------------------------------------------------------------- DT related patches for 3.11 ---------------------------------------------------------------- Christian Daudt (1): ARM: mmc: bcm281xx SDHCI driver (dt mods) Matt Porter (3): ARM: dts: bcm281xx: use #include for device tree files ARM: dts: bcm281xx: use existing defines for irqs ARM: dts: bcm281xx: change comment to C89 style Documentation/devicetree/bindings/mmc/bcm,kona-sdhci.txt | 16 ++++++++++++++++ arch/arm/boot/dts/bcm11351-brt.dts | 19 ++++++++++++++++++- arch/arm/boot/dts/bcm11351.dtsi | 39 +++++++++++++++++++++++++++++++++++---- 3 files changed, 69 insertions(+), 5 deletions(-) create mode 100644 Documentation/devicetree/bindings/mmc/bcm,kona-sdhci.txt