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 1CDA8C7618D for ; Thu, 6 Apr 2023 09:59: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=0SRIzm/IHiPnvvgXH8V3Uk0Ox7wpv3FXOfJDzik1Tf4=; b=M3NC9CWAXquBcB MOSXR9NNR1YEuc0wPZsJH4+/Py7yQ8AU8BkrCJFX/zuTQFh92jigJKlndXd/nX2wpifvFn5L5tM1K VRVfUCJAViN9vOGnTyWNfD0Yl45k8i2z6eJbv/LVZbhNUmlJEroQH3vB4fWZDZIFqLe3ZpIpEXw3Y JT3vgX5MPyiSDG5i7KoFdNAj5hesw7w1/jHLz5HqVGuGeViaD1ZtIh3hCvnatr3nANkGikues17D9 NOd+icwuZqDx/22+5YVki4Gtbpe+lqxLTQ7SE1BP62m+GsX8wnOyi6AE7GeXgGHFZk8noNzvopy10 r/V7MLXWWaMJQd/JVpyA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pkMOX-006xHc-0U; Thu, 06 Apr 2023 09:59:05 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pkMOU-006xHC-12 for linux-arm-kernel@lists.infradead.org; Thu, 06 Apr 2023 09:59:03 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 9FFBF617A1; Thu, 6 Apr 2023 09:59:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 91B8EC433EF; Thu, 6 Apr 2023 09:59:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1680775141; bh=fClTENclEkCjUX6ml4rx7ayviXTd15F7l/SRDk3i6CA=; h=Date:From:To:List-Id:Cc:Subject:References:In-Reply-To:From; b=T563cXjbpA242Gkx3uF13yr/DkfUx7a/6Kf3RFN1UOk7B1yYVuTepwf4x+wMuThdh eLnfaGZ0jUcgJyr+ORunARizUZHAX7jsakaUQVVDl81HhBmFG4V3/+Vl5fRsdUVOzh 8MZmGaWCR1HsuWwZgm/1tw9+sm4j1zu5OFc/8Sek= Date: Thu, 6 Apr 2023 11:58:58 +0200 From: Greg Kroah-Hartman To: Stefan Wahren Cc: Krzysztof Kozlowski , Arnd Bergmann , Olof Johansson , Evgeniy Polyakov , Shawn Guo , Sascha Hauer , Fabio Estevam , linux-imx@nxp.com, soc@kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Rob Herring , Stefan Wahren Subject: Re: [PATCH V5 2/6] dt-bindings: w1: Add DS2482/DS2484 I2C to 1-W bridges Message-ID: <2023040651-baboon-busybody-6175@gregkh> References: <20230404080243.9613-1-stefan.wahren@chargebyte.com> <20230404080243.9613-3-stefan.wahren@chargebyte.com> <20230404133937.GA3778861-robh@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230406_025902_410795_C77A1745 X-CRM114-Status: GOOD ( 17.91 ) 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 On Thu, Apr 06, 2023 at 11:53:28AM +0200, Stefan Wahren wrote: > Hi Greg, > > Am 04.04.23 um 15:39 schrieb Rob Herring: > > On Tue, Apr 04, 2023 at 10:02:39AM +0200, Stefan Wahren wrote: > > > This adds a dedicated devicetree binding for the Maxim DS2482/DS2484 > > > I2C to 1-W bridges, which can be extended later for further features > > > (e.g. sleep mode control GPIO). Since one wire is a bus, child nodes > > > needs to be allowed here. > > > > > > Signed-off-by: Stefan Wahren > > > --- > > > .../devicetree/bindings/w1/maxim,ds2482.yaml | 44 +++++++++++++++++++ > > > 1 file changed, 44 insertions(+) > > > create mode 100644 Documentation/devicetree/bindings/w1/maxim,ds2482.yaml > > > > Reviewed-by: Rob Herring > > Shawn Guo applied all patches from this series [1] except of this one and > patch 3, which probably should go via your 1-w tree? > > Unfortunately no feedback from Evgeniy so far. Should i resend these two > patches for you? Please do. thanks, greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel