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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id E64AFC4345F for ; Wed, 17 Apr 2024 07:53:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc: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=CVr5zDfOeL/AkhIn9uqdCfFIuvdSVtg7o/PY8TU4QUc=; b=A1VeTYfZ/8MvUJ cl8FP7ChKSw4p8z+h0uRWlmVi3P953+gjqa/GQEVHZA4gHdrksndk6aBaWZPHYfD2cElJbYy44Jiv 5AdVTnXi9z/FQ0Llk8qF8V/RIGyM03PiEbSdX09Pcg8to8kvuLHYykr7IFQErXrmUqOHNDyFUQ6Pg vGphuVuZeZz26mS62/k1XrFQBWYQRFoOFSV7v3Zbvcppj+o7auZZM1JXw3b/amstx+557L9qhB+sY FSAwYTVQ+uigWPU9yWgXXCz9CmuodesECljop65KqzsF3IkfVBvON+sMMNPrKEM7f+XGcygUZnzAP 0RKQH9esRyZhgsZGEBiA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rx06z-0000000F6Ry-2yOz; Wed, 17 Apr 2024 07:53:45 +0000 Received: from mail11.truemail.it ([217.194.8.81]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rx06v-0000000F6Py-34i6 for linux-arm-kernel@lists.infradead.org; Wed, 17 Apr 2024 07:53:44 +0000 Received: from francesco-nb (93-49-2-63.ip317.fastwebnet.it [93.49.2.63]) by mail11.truemail.it (Postfix) with ESMTPA id 9FDA61F9D0; Wed, 17 Apr 2024 09:53:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dolcini.it; s=default; t=1713340417; bh=T8LyzfeyBql0P3ceDzj4gRJtW4wteayDdb4INRsfL5w=; h=From:To:Subject; b=ra+VbcNotEwkaIbxhfvzpphxJY5o1PImKIUApw6uLozpWT/bv+BTjumdRwqQmCK2G K8utf4L31w+7Vs0cO2dZod4j/yuSdi0WOPF1Bjv2c+vxaiGg8qxIjboDO3lXl1qOWe FlpPLYyNn/97JvzaxjT94gB8rS1kvsYGB7G7kdo6cwjOlRRrF6kfjF188KPvqenMJo mHWPYAaEIAXV5oXwQYRpFRCHZCB4eAnbxd3pARO2UFlIrbdHJHL0REy7HzgTGCpxX7 5WwZWPzmkwO2FHtev8P/V0inPqHVl3TrCxq5XuOCmG6BNiItdMvdgTjCiRqdPond6u yF5E5xhwvWC/w== Date: Wed, 17 Apr 2024 09:53:32 +0200 From: Francesco Dolcini To: nm@ti.com, Stefan Eichenberger Cc: vigneshr@ti.com, kristo@kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, francesco.dolcini@toradex.com, Stefan Eichenberger Subject: Re: [PATCH v1 0/2] arm64: dts: ti: k3-am62-verdin: add sleep-moci support Message-ID: <20240417075332.GA7036@francesco-nb> References: <20240301084901.16656-1-eichest@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240301084901.16656-1-eichest@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240417_005342_830580_D87952D1 X-CRM114-Status: GOOD ( 11.85 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 Hello Nishanth, On Fri, Mar 01, 2024 at 09:48:59AM +0100, Stefan Eichenberger wrote: > From: Stefan Eichenberger > > This patch series adds support for sleep-moci to the Verdin AM62 in > combination with the Dahlia carrier board. sleep-moci is a GPIO that > allows the system on module to turn off regulators that are not needed > in suspend mode on the carrier board. > > Commit ba9d3cd71f15 ("dt-bindings: usb: microchip,usb5744: Remove > peer-hub as requirement") from linux-next is needed to make DTB_CHECK > pass without peer-hub set for the hub on the usb1 interface. > > Signed-off-by: Stefan Eichenberger Is this series on your queue? Any concern? I noticed you applied more recent patches but not this one, therefore asking. (I know you are travelling, I just want to be sure this is not getting lost) Francesco _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel