From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AC687C433E0 for ; Mon, 18 May 2020 11:31:52 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 7CFA720756 for ; Mon, 18 May 2020 11:31:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="PsRTtFH5" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7CFA720756 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=bhb3Fqaf+Hiem1kDobaE2okm4xgXvd7XzEaPT/4zvnU=; b=PsRTtFH5hajyOyvTcw9nZ6IEC7 Dx8BqG0e118Rqv9SPm0IdokxNzh2gYxNnu9bnza/+4HKcXLW6a+ob8eAAINNJ/wWubOZQvScxuOvP jwC9qmK1xZxwihDA17G0qQmbvq/EEwiwHSvAd+CAuqNIqLovoaKcdJa/PDkihAwobZRuo7pqCbAdD EzDvH2WYxoZVojoMD09roE28/p26YxJx/LrN1s7wC8qGFxpR5/sfbjrqi2muldqPipjKf4n4JUzWc OGuB6LQKeURVCAdUpF1UWOaaMfh9UnDBboE9MB9NTOWLZVDk5Pkw+uylAL8ZRvsH6wHVHxuQKz7Nn d/NYhc6w==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jadzq-00018J-Cw; Mon, 18 May 2020 11:31:50 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jadzn-00017I-8O for linux-arm-kernel@lists.infradead.org; Mon, 18 May 2020 11:31:48 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id A0AC5106F; Mon, 18 May 2020 04:31:46 -0700 (PDT) Received: from usa.arm.com (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 6B7FA3F52E; Mon, 18 May 2020 04:31:45 -0700 (PDT) From: Sudeep Holla To: Andre Przywara Subject: Re: [PATCH v3 00/20] dts/dt-bindings: Fix Arm Ltd. ARMv8 "boards" Date: Mon, 18 May 2020 12:31:32 +0100 Message-Id: <158980112843.33280.16226851289892007676.b4-ty@arm.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200513103016.130417-1-andre.przywara@arm.com> References: <20200513103016.130417-1-andre.przywara@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200518_043147_335359_F1AB77CC X-CRM114-Status: GOOD ( 10.97 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , Rob Herring , Lorenzo Pieralisi , devicetree@vger.kernel.org, Marc Zyngier , Liviu Dudau , Sudeep Holla , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 13 May 2020 11:29:56 +0100, Andre Przywara wrote: > A few updates compared to v2. The most important is to fix the > interrupt-maps, triggered by changing the number of address-cells in > the GIC node. For this I split the former patch 07/17 into two (09/20 > and 10/20), one for the foundation model, the other for Juno. > Also I fixed a dtc complaint about device nodes without reg properties > being inside simple-bus nodes, those are the new patches 04-06/20. > Will took patch 01/17 from v2 already, so I removed this from this > series. > The rest of the patches stayed the same. > ----------------------------------- > > [...] Hi Andre, Patch 12/20 was missing your Signed-off tags, re-applied adding the same. Applied to scmi-vexpress-juno (for-next/juno), thanks! [02/20] arm64: dts: fvp/juno: Fix node address fields https://git.kernel.org/sudeep.holla/c/bb5cce12ac [03/20] arm64: dts: fvp: Move fixed devices out of bus node https://git.kernel.org/sudeep.holla/c/849bfc3dfc [04/20] arm64: dts: vexpress: Move fixed devices out of bus node https://git.kernel.org/sudeep.holla/c/d9258898ad [05/20] arm64: dts: fvp: Move fixed clocks out of bus node https://git.kernel.org/sudeep.holla/c/feebdc3f79 [06/20] arm64: dts: juno: Move fixed devices out of bus node https://git.kernel.org/sudeep.holla/c/948204a1bf [07/20] arm64: dts: juno: Fix mem-timer https://git.kernel.org/sudeep.holla/c/0e529dae51 [08/20] arm64: dts: fvp: Fix GIC compatible names https://git.kernel.org/sudeep.holla/c/336edacfb9 [09/20] arm64: dts: juno: Fix GIC child nodes https://git.kernel.org/sudeep.holla/c/a78aee9e43 [10/20] arm64: dts: fvp: Fix GIC child nodes https://git.kernel.org/sudeep.holla/c/78631aecc5 [11/20] arm64: dts: fvp: Fix ITS node names and #msi-cells https://git.kernel.org/sudeep.holla/c/fac959c93f [12/20] arm64: dts: juno: Use proper DT node name for USB https://git.kernel.org/sudeep.holla/c/a66ab61b2c [13/20] arm64: dts: fvp/juno: Fix serial node names https://git.kernel.org/sudeep.holla/c/1d33445a19 [14/20] arm64: dts: fvp: Fix SMMU DT node https://git.kernel.org/sudeep.holla/c/386270bad0 [15/20] arm64: dts: fvp/juno: Fix bus node names https://git.kernel.org/sudeep.holla/c/48db29f2c9 [16/20] arm64: dts: juno: Fix GPU interrupt order https://git.kernel.org/sudeep.holla/c/90280c4dc0 [17/20] arm64: dts: vexpress: Fix VExpress LED names https://git.kernel.org/sudeep.holla/c/dc6e874179 [18/20] arm64: dts: juno: Fix SCPI shared mem node name https://git.kernel.org/sudeep.holla/c/267c673233 -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel