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 ADD26C41513 for ; Mon, 24 Jul 2023 06:05:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229745AbjGXGFl (ORCPT ); Mon, 24 Jul 2023 02:05:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48538 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229675AbjGXGFl (ORCPT ); Mon, 24 Jul 2023 02:05:41 -0400 Received: from mx1.tq-group.com (mx1.tq-group.com [93.104.207.81]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 78287CF; Sun, 23 Jul 2023 23:05:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tq-group.com; i=@tq-group.com; q=dns/txt; s=key1; t=1690178740; x=1721714740; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=cYOvDa/qJ9hkLr+Th/fUbw3uX8xGcuMEk/G0ZAWXTcM=; b=kOZKoy2u0OLUdg7flrRD0D95ru1urrFQqARkuI/NBxp8dI/eXmMRj7bo Wlkm+72w1h6ZGWWoORPph1TsiVw18eTOSouj82rkO/OT5e0JdHIBnAQLO 2+5M80Vg9PQlA8VihXE4M73gzVqblRnpja/17YPzNEPe5NP0GAfqz5CR+ 8Uf7PPExyvDpoV6Zspv/EvraNvXwHBQRcIJWKoP4+/v6qwswyLUrnX8rl yOqdmBqgRcd05YKkIMBAd776VwbRE5e+CCwbwAklquF1rBEMRdcixAr1O 5T4TA3q78wlfoMctfjVG/XWo/sz/egwO7iXALYGcbqX8+oku6cBbR6ZRP g==; X-IronPort-AV: E=Sophos;i="6.01,228,1684792800"; d="scan'208";a="32069740" Received: from vtuxmail01.tq-net.de ([10.115.0.20]) by mx1.tq-group.com with ESMTP; 24 Jul 2023 08:05:37 +0200 Received: from steina-w.localnet (unknown [10.123.53.21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by vtuxmail01.tq-net.de (Postfix) with ESMTPSA id 20C6D280078; Mon, 24 Jul 2023 08:05:37 +0200 (CEST) From: Alexander Stein To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , =?ISO-8859-1?Q?Beno=EEt?= Cousson , Tony Lindgren , Shawn Guo , Sascha Hauer , Fabio Estevam , Matthias Brugger , AngeloGioacchino Del Regno , Andy Gross , Bjorn Andersson , Konrad Dybcio , Heiko Stuebner , Krzysztof Kozlowski Cc: Pengutronix Kernel Team , NXP Linux Team , devicetree@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH v3 2/2] arm64: dts: Replace deprecated extcon-usb-gpio id-gpio/vbus-gpio properties Date: Mon, 24 Jul 2023 08:05:36 +0200 Message-ID: <3251040.44csPzL39Z@steina-w> Organization: TQ-Systems GmbH In-Reply-To: References: <20230721081948.1185360-1-alexander.stein@ew.tq-group.com> <20230721081948.1185360-2-alexander.stein@ew.tq-group.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Hi, Am Freitag, 21. Juli 2023, 14:22:06 CEST schrieb Krzysztof Kozlowski: > On 21/07/2023 10:19, Alexander Stein wrote: > > Use id-gpios and vbus-gpios instead. > >=20 > > Signed-off-by: Alexander Stein > > Acked-by: Heiko Stuebner #rockchip > > Reviewed-by: Matthias Brugger #mediatek > > Reviewed-by: AngeloGioacchino Del Regno > > Acked-by: Shawn Guo > > > > Acked-by: Krzysztof Kozlowski > > --- > > Changes in v3: > > * Rebased to next-20230721 > > * Split from bindings patch >=20 > I think you wanted to split it per subsystem, right? That's why you > resent/v3? But the split did not happen. Yes, I split it into dt bindings and DT changes patches. Is this not correc= t? > If you decide not to split, > then try to figure out: who should pick up this patchset? Well, intention was one patch for DT bindings maintainers and these two=20 patches for imx maintainer (Shawn AFAIK). I've send patches separated by ar= ch/ arm and arch/arm64 in one series, so I'm slightly confused now. Best regards, Alexander =2D-=20 TQ-Systems GmbH | M=FChlstra=DFe 2, Gut Delling | 82229 Seefeld, Germany Amtsgericht M=FCnchen, HRB 105018 Gesch=E4ftsf=FChrer: Detlef Schneider, R=FCdiger Stahl, Stefan Schneider http://www.tq-group.com/ 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 BE61BEB64DD for ; Mon, 24 Jul 2023 06:06:08 +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:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=wBheBHlw+iTbuw7yMTiHxMJYLGlFbVl0UT+yAsWUNEo=; b=rs0dzPDup4Yisn tEkH9MmAhK5W2+psQuRD4be+zXiUq3i7stAOrZRByVIqBFZNN//lyLM5krAyiaRv/1BZwe91MBYih 7BQcPVHm6Zc2hjamGc6MER7Xi2U2d0xOOZOlbEA8JUe8kHIJ1nd+b1TnKLSvyVa6MSkob/AaQdKoP K3hPKW0OUo6p7XKMW2oIRyi3tlOGzYfLZZ8/VLGb2U5fU2172HNqxMtE8ojmelrezanSpdOp6WWY9 mhpNJMcCcjD7R38gmWZOGjD18IVOfESLwOHeDuUcEwz2SAavbULHhLieWNqdSK2gQD5sc4Qn0KiBq y3Epa30goUa6efSMX88w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qNohg-002urc-0v; Mon, 24 Jul 2023 06:05:56 +0000 Received: from mx1.tq-group.com ([93.104.207.81]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qNohc-002upU-30; Mon, 24 Jul 2023 06:05:54 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tq-group.com; i=@tq-group.com; q=dns/txt; s=key1; t=1690178753; x=1721714753; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=cYOvDa/qJ9hkLr+Th/fUbw3uX8xGcuMEk/G0ZAWXTcM=; b=fKzc60WDcVu/oW1DkFFhJcAF3vuXGWB4zQOf6hvHnsiffhL6Dl7OQmYO Qfv3Ed4u1vU/sneW1Z6osfPDD/mKWmwgLpAypiU3yahZTE92Kk7Nui9tW P3i9nhBiRxZ+aaTWiiyDVnU6nRclX/CSMkHdPjsd71du8YZZMafJ9jK1n GIpyKbGgKAoGWWCF76wNNA9xU3DozBB1IxZHn/4uHqvP5O89yjNxylhWR T/UcQyO5Y739Cxf7RyJ+J5gKczeoYH2oVod2aztNSahv/K8z7R5nE/Wsh P8aJNLNYM3P0cjxgBMoTQlLyfgJj6H4UKmQzkZuP/eLqwrG2W62YP/mtK A==; X-IronPort-AV: E=Sophos;i="6.01,228,1684792800"; d="scan'208";a="32069740" Received: from vtuxmail01.tq-net.de ([10.115.0.20]) by mx1.tq-group.com with ESMTP; 24 Jul 2023 08:05:37 +0200 Received: from steina-w.localnet (unknown [10.123.53.21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by vtuxmail01.tq-net.de (Postfix) with ESMTPSA id 20C6D280078; Mon, 24 Jul 2023 08:05:37 +0200 (CEST) From: Alexander Stein To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , =?ISO-8859-1?Q?Beno=EEt?= Cousson , Tony Lindgren , Shawn Guo , Sascha Hauer , Fabio Estevam , Matthias Brugger , AngeloGioacchino Del Regno , Andy Gross , Bjorn Andersson , Konrad Dybcio , Heiko Stuebner , Krzysztof Kozlowski Cc: Pengutronix Kernel Team , NXP Linux Team , devicetree@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH v3 2/2] arm64: dts: Replace deprecated extcon-usb-gpio id-gpio/vbus-gpio properties Date: Mon, 24 Jul 2023 08:05:36 +0200 Message-ID: <3251040.44csPzL39Z@steina-w> Organization: TQ-Systems GmbH In-Reply-To: References: <20230721081948.1185360-1-alexander.stein@ew.tq-group.com> <20230721081948.1185360-2-alexander.stein@ew.tq-group.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230723_230553_287574_7F40EBA2 X-CRM114-Status: GOOD ( 13.36 ) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org Hi, Am Freitag, 21. Juli 2023, 14:22:06 CEST schrieb Krzysztof Kozlowski: > On 21/07/2023 10:19, Alexander Stein wrote: > > Use id-gpios and vbus-gpios instead. > > = > > Signed-off-by: Alexander Stein > > Acked-by: Heiko Stuebner #rockchip > > Reviewed-by: Matthias Brugger #mediatek > > Reviewed-by: AngeloGioacchino Del Regno > > Acked-by: Shawn Guo > > > > Acked-by: Krzysztof Kozlowski > > --- > > Changes in v3: > > * Rebased to next-20230721 > > * Split from bindings patch > = > I think you wanted to split it per subsystem, right? That's why you > resent/v3? But the split did not happen. Yes, I split it into dt bindings and DT changes patches. Is this not correc= t? > If you decide not to split, > then try to figure out: who should pick up this patchset? Well, intention was one patch for DT bindings maintainers and these two = patches for imx maintainer (Shawn AFAIK). I've send patches separated by ar= ch/ arm and arch/arm64 in one series, so I'm slightly confused now. Best regards, Alexander -- = TQ-Systems GmbH | M=FChlstra=DFe 2, Gut Delling | 82229 Seefeld, Germany Amtsgericht M=FCnchen, HRB 105018 Gesch=E4ftsf=FChrer: Detlef Schneider, R=FCdiger Stahl, Stefan Schneider http://www.tq-group.com/ _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip