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 7EF9FC433EF for ; Tue, 5 Jul 2022 06:54:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230025AbiGEGyF (ORCPT ); Tue, 5 Jul 2022 02:54:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59222 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229935AbiGEGyF (ORCPT ); Tue, 5 Jul 2022 02:54:05 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9E1862641; Mon, 4 Jul 2022 23:54:04 -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 3A7EA6152E; Tue, 5 Jul 2022 06:54:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CFA9FC341C7; Tue, 5 Jul 2022 06:54:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1657004043; bh=JISMrbSooutQHHPel6SKTiSLk/ck/ahoUWiu77t4xOw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aRQers6pzUQIRSG8RxhhL7YMxGADSuj1B2qkc15e6JmpTOS/SvODcjkt/0h+UJosM SK1rIpB+X6HSug3AWwxXjdahAKSuPOHxTw3MHpgE6SxErFKIvBwrk/NJUA24dZme1G 02vGHXkk18v27FdNXVi324bkJwdcTjdlf7Kq+Ok+QwKcqUm3fAaMbhve7i+A5Prqoy UZrclcfw/b+ZMsGpkTlKAEpFs+jz0YpELtT39eeuYoySY42hbtEEyJo8YYfpboPa/F 4l6yqphnBpca4EFo0149HHXJo7DiTpsjdU3VvttvZg0jym0A8luKg48YATdKlQilns HlDb7J6m9ZDVw== Date: Tue, 5 Jul 2022 12:23:58 +0530 From: Vinod Koul To: Rahul T R Cc: linux-phy@lists.infradead.org, kishon@ti.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, p.yadav@ti.com, tomi.valkeinen@ideasonboard.com, laurent.pinchart@ideasonboard.com, linux-kernel@vger.kernel.org, jpawar@cadence.com, sjakhade@cadence.com, mparab@cadence.com, devicetree@vger.kernel.org, vigneshr@ti.com, lee.jones@linaro.org Subject: Re: [PATCH v4 0/3] Add support for dphy tx on j721e Message-ID: References: <20220623125433.18467-1-r-ravikumar@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220623125433.18467-1-r-ravikumar@ti.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 23-06-22, 18:24, Rahul T R wrote: > Following series of patches adds support for dphy tx on ti's j721e > soc. new compatible is added and required cdns dphy ops are implemented. > the series also adds band ctrl configuration required for dphy tx Applied, thanks -- ~Vinod