From patchwork Tue May 28 20:21:40 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jason Cooper X-Patchwork-Id: 246956 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 6051D2C032E for ; Wed, 29 May 2013 06:22:34 +1000 (EST) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UhQPO-0007Ww-Gm; Tue, 28 May 2013 20:22:14 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UhQPL-0005yB-Ok; Tue, 28 May 2013 20:22:11 +0000 Received: from mho-03-ewr.mailhop.org ([204.13.248.66] helo=mho-01-ewr.mailhop.org) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UhQPF-0005xq-9x for linux-arm-kernel@lists.infradead.org; Tue, 28 May 2013 20:22:09 +0000 Received: from pool-72-84-113-162.nrflva.fios.verizon.net ([72.84.113.162] helo=titan) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1UhQOt-000Acm-68; Tue, 28 May 2013 20:21:43 +0000 Received: from titan.lakedaemon.net (localhost [127.0.0.1]) by titan (Postfix) with ESMTP id 4E32743919B; Tue, 28 May 2013 16:21:40 -0400 (EDT) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 72.84.113.162 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/JqK06Aw/3otsc8yKMKamV2HJalmItEoo= Date: Tue, 28 May 2013 16:21:40 -0400 From: Jason Cooper To: Arnd Bergmann , Olof Johansson , Linus Walleij Subject: [GIT PULL 1/5] of/pci dependency for mvebu/arm-soc (resend) Message-ID: <20130528202140.GG31290@titan.lakedaemon.net> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130528_162205_401861_3E9FCDC0 X-CRM114-Status: UNSURE ( 8.62 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [204.13.248.66 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Gregory CLEMENT , Andrew Lunn , Linux ARM Kernel 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 Olof, This is a resend of the previous PR. For mvebu/of_pci it is the exact same. The following changes since commit f722406faae2d073cc1d01063d1123c35425939e: Linux 3.10-rc1 (2013-05-11 17:14:08 -0700) are available in the git repository at: git://git.infradead.org/users/jcooper/linux.git tags/of_pci-3.11 for you to fetch changes up to 4e23d3f505e8acfeac7cc33d4113fbb5a25c3090: of/pci: Add of_pci_parse_bus_range() function (2013-05-19 20:30:10 +0000) ---------------------------------------------------------------- of/pci changes for v3.11 - parse DT ranges property - add of_pci_get_devfn() - add of_pci_parse_bus_range() Note: - mvebu/pcie will depend on this branch - work by LinusW and possibly Arnd will depend on this branch ---------------------------------------------------------------- Andrew Murray (1): of/pci: Provide support for parsing PCI DT ranges property Thierry Reding (2): of/pci: Add of_pci_get_devfn() function of/pci: Add of_pci_parse_bus_range() function drivers/of/address.c | 67 ++++++++++++++++++++++++++++++++++++++++++++++ drivers/of/of_pci.c | 59 ++++++++++++++++++++++++++++++++++++---- include/linux/of_address.h | 48 +++++++++++++++++++++++++++++++++ include/linux/of_pci.h | 2 ++ 4 files changed, 171 insertions(+), 5 deletions(-)