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 CB9CFEE49A4 for ; Tue, 22 Aug 2023 14:11:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234792AbjHVOLf (ORCPT ); Tue, 22 Aug 2023 10:11:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49610 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234614AbjHVOLe (ORCPT ); Tue, 22 Aug 2023 10:11:34 -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 CD77ECD8; Tue, 22 Aug 2023 07:11:12 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id BED8265846; Tue, 22 Aug 2023 14:10:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 65EA2C433C8; Tue, 22 Aug 2023 14:10:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692713403; bh=Yrio1+MIXekBbT7kfTvlmqJb0m4Lpl2n4vkxBi00PvY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MT3SeEBDslGb+2TtMUzNhq2BN0eRSFYe5l1uI435qxp/llbpjCnmj6Q+kHIQwlfHe fkZ2lceokb5vflfrN50dev4Pw6Z1ytJ0ixdIRjAACYB1zqXgOT1sa/dwtys80rMCM/ tta5sU29d2lXvCuUxu5xgEv/jL17SGaElEEzIMrfkR31Jx+fzjT4qAdHJ4Pjs4KQej vow7pKJe23lyoPULxs5pu2WgYREbQIz4QobnCbCt/LP0TvlHtWL6wu56Di5GRaS/MM 0vj3fx9l+CX741gV1PTbhyhQgtqtAua+6Pa3s6qFVuHPtZsVP/8METZQh80whaatEk 9LdzOsyDvIY5Q== Date: Tue, 22 Aug 2023 19:39:59 +0530 From: Vinod Koul To: Krzysztof Kozlowski Cc: Sam Protsenko , Rob Herring , Thinh Nguyen , JaeHun Jung , Marek Szyprowski , Sylwester Nawrocki , Conor Dooley , Kishon Vijay Abraham I , Greg Kroah-Hartman , Alim Akhtar , Marc Kleine-Budde , Heiko Stuebner , linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org Subject: Re: [PATCH 2/8] dt-bindings: phy: samsung,usb3-drd-phy: Add Exynos850 support Message-ID: References: <20230819031731.22618-1-semen.protsenko@linaro.org> <20230819031731.22618-3-semen.protsenko@linaro.org> <517510a4-ab77-c34e-0fcb-33761786936f@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <517510a4-ab77-c34e-0fcb-33761786936f@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 19-08-23, 09:11, Krzysztof Kozlowski wrote: > On 19/08/2023 05:17, Sam Protsenko wrote: > > Document Exynos850 compatible. USB 2.0 DRD PHY on Exynos850 has two > > clocks (ref and phy), which is already described in bindings. > > > > Signed-off-by: Sam Protsenko > > --- > > Documentation/devicetree/bindings/phy/samsung,usb3-drd-phy.yaml | 1 + > > 1 file changed, 1 insertion(+) > > You should probably split the patchset between separate subsystems, so > Greg and Vinod can easily pick up their parts. Yes I agree :-) if there is NO dependency pls split them! > > > Reviewed-by: Krzysztof Kozlowski > > Best regards, > Krzysztof -- ~Vinod