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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 51842C77B7A for ; Sat, 13 May 2023 16:54:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229882AbjEMQy0 (ORCPT ); Sat, 13 May 2023 12:54:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47628 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230085AbjEMQyZ (ORCPT ); Sat, 13 May 2023 12:54:25 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6165430C6; Sat, 13 May 2023 09:54:24 -0700 (PDT) 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 E9FDD6108C; Sat, 13 May 2023 16:54:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 504D0C433D2; Sat, 13 May 2023 16:54:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1683996863; bh=XsXSseIFYyxnn2uMBrBqHZmVWgWqi2+GNNRu8pP09UA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=RSo+RU8PsEJKM71tc3Oep8z+ubv//MJdOkv8pOZW92tP/zFz9oDLkJRcLTfw1Mewj CBKVf9gZf4gmGyQ+NBPoWLEbJsHfPAPRgVKzZhInRn5VgGRB+0FMG2VajXT3Se2YHv diORcKrvXc1ishlpX2kjr0Z390bxE5az5k9M2Uv68/hczEY0EPrE5RNZFeltxiPqbz pkgiNWRwc42xhblQkrnLKPQy/9bfKAsl0ivBj9NsdgzacHTySqzTMVDDhinKnsHB4u jX/GYUZB5+191LZ+/M5ZmLLZRD7+h/EneQTIl3vADlCUHv82z2UH4a8BgU3DLJ/gqI /MkPxXdk+tAeg== Date: Sat, 13 May 2023 18:10:22 +0100 From: Jonathan Cameron To: Frank Wunderlich Cc: Frank Wunderlich , linux-mediatek@lists.infradead.org, Lars-Peter Clausen , Rob Herring , Krzysztof Kozlowski , Matthias Brugger , AngeloGioacchino Del Regno , Srinivas Kandagatla , "Hui.Liu" , Zhiyong Tao , Andrew-CT Chen , Lala Lin , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Daniel Golle Subject: Re: [PATCH v1 2/7] dt-bindings: iio: adc: Add support for MT7986 Message-ID: <20230513181022.63bfd56a@jic23-huawei> In-Reply-To: References: <20230421132047.42166-1-linux@fw-web.de> <20230421132047.42166-3-linux@fw-web.de> <20230423140252.7b018c46@jic23-huawei> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.37; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, 8 May 2023 17:53:01 +0200 Frank Wunderlich wrote: > regards Frank > > > > Gesendet: Sonntag, 23. April 2023 um 15:02 Uhr > > Von: "Jonathan Cameron" > > An: "Frank Wunderlich" > > Cc: linux-mediatek@lists.infradead.org, "Frank Wunderlich" , "Lars-Peter Clausen" , "Rob Herring" , "Krzysztof Kozlowski" , "Matthias Brugger" , "AngeloGioacchino Del Regno" , "Srinivas Kandagatla" , "Hui.Liu" , "Zhiyong Tao" , "Andrew-CT Chen" , "Lala Lin" , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Daniel Golle" > > Betreff: Re: [PATCH v1 2/7] dt-bindings: iio: adc: Add support for MT7986 > > > > On Fri, 21 Apr 2023 15:20:42 +0200 > > Frank Wunderlich wrote: > > > > > From: Frank Wunderlich > > > > > > Add compatible string and specific clock property for mt7986. > > > > > > Signed-off-by: Frank Wunderlich > > > > Given how trivial this is, I'll apply it without waiting for the DT maintainers > > to get to it. > > > > Applied to the togreg branch of iio.git and pushed out as testing for 0-day > > to take a look at it. > > Hi, > > i cannot find it in next and here: > > https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git/tree/Documentation/devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml?h=togreg > > was it dropped? > Not dropped, just delayed a little by timing issues. Delay for a couple of reasons. 1) Pushed out as mentioned above as testing - specifically not to be included in next until I've gotten reports from the autobuilder tests. Normally I would push that out as togreg to be picked up for next around a week later depending on when I next look at IIO patches. But... 2) This was very near the merge window, so I didn't want to put things in next that weren't going in during the merge window + I wanted to be able to rebase on v6.4-rc1 (the togreg public branch is not supposed to ever be rebased unless something has gone wrong). I've just done that rebase and once my local test builds are finished will push out. So should be visible shortly. These delays are common around merge window time. Should now be resolved though. Jonathan > regards Frank > > > Thanks, > > > > Jonathan > > > > > --- > > > .../devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml | 1 + > > > 1 file changed, 1 insertion(+) > > > > > > diff --git a/Documentation/devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml b/Documentation/devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml > > > index 7f79a06e76f5..6168b44ea72c 100644 > > > --- a/Documentation/devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml > > > +++ b/Documentation/devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml > > > @@ -26,6 +26,7 @@ properties: > > > - mediatek,mt2712-auxadc > > > - mediatek,mt6765-auxadc > > > - mediatek,mt7622-auxadc > > > + - mediatek,mt7986-auxadc > > > - mediatek,mt8173-auxadc > > > - items: > > > - enum: > > > >