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=-2.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no 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 DB11EC433E0 for ; Mon, 29 Jun 2020 08:56:56 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 A2ECD22AAE for ; Mon, 29 Jun 2020 08:56:56 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="myy2kMgZ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A2ECD22AAE 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+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=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=520Zlrtsa99Yk2ctGnlp4qSARqM099ABQPnADdvArYU=; b=myy2kMgZO2e7yP4gMaXi5DSvR +6YkY+HAEpWIjMMw+KvI7zAup17rFI6r/n9hSHmLUSdx6BJTND4mqfC4yhmC/VPFM90fbwZtoHRd9 G/OTlEPI0Sdcf+SJfO4Nk+drLNo4KJM6JkZDcahJgjQYFmc3LMPt7Zz0eUVrJNFHge6wYaExRrkPa Y+vQporZigOxciw7mYO6FQ6ViZ+7r1P88SDw84Pvm68/sAOIZInVc51jQwnfZI39t4lIw22AVPDmN lAdJT6UdA3m4f71+RPD6YtPW2+0fbdgF6hbhhCFWIFXHYyI1SEG+HYkkU8GFoTpRhPmwc658rgTsZ VrglgAtMw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jppZV-0002rT-PI; Mon, 29 Jun 2020 08:55:25 +0000 Received: from foss.arm.com ([217.140.110.172]) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jppZT-0002qr-Vw for linux-arm-kernel@lists.infradead.org; Mon, 29 Jun 2020 08:55:24 +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 B92501045; Mon, 29 Jun 2020 01:55:19 -0700 (PDT) Received: from bogus (unknown [10.37.12.57]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 462B83F71E; Mon, 29 Jun 2020 01:55:17 -0700 (PDT) Date: Mon, 29 Jun 2020 09:55:10 +0100 From: Sudeep Holla To: Guenter Roeck Subject: Re: [PATCH v3 04/20] arm64: dts: arm: vexpress: Move fixed devices out of bus node Message-ID: <20200629085510.GA9940@bogus> References: <20200513103016.130417-1-andre.przywara@arm.com> <20200513103016.130417-5-andre.przywara@arm.com> <20200528024810.GA232303@roeck-us.net> <20200528025552.GA232631@roeck-us.net> <20200627035753.GA63049@roeck-us.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200627035753.GA63049@roeck-us.net> User-Agent: Mutt/1.9.4 (2018-02-28) 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 , devicetree@vger.kernel.org, Lorenzo Pieralisi , Rob Herring , Andre Przywara , Liviu Dudau , Sudeep Holla , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Jun 26, 2020 at 08:57:53PM -0700, Guenter Roeck wrote: > > The problem reported below is still seen in the mainline kernel. > > > Here is my list of reverts on top of next-20200526: > > > > bdc8a817612b (HEAD -> master) Revert "arm64: dts: vexpress: Move fixed devices out of bus node" > > 9a1f85df9e1a Revert "arm64: dts: fvp/juno: Fix serial node names" > > 381e0bbe8c00 Revert "arm64: dts: fvp/juno: Fix bus node names" > > 63723f67bf4b Revert "arm64: dts: vexpress: Fix VExpress LED names" > > > > Maybe all those patches should be reverted if no fix is in sight ? > I have pushed the fix to -next already more than 2 weeks ago and sent the pull request to Arm SoC team. I see it just landed in main over the weekend. Arm SoC team tend to wait until enough fixes get accumulate. -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel