From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3E22870 for ; Fri, 14 May 2021 10:46:59 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 8ED3C61408; Fri, 14 May 2021 10:46:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1620989218; bh=Ux8YzJnBSwRgnaSNa08UTSzDAiWaxXMm8YbEFnJGvEU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mQH0FQQhZUw30gwfPpibEfzK/SMLWnRm6Flgv3/OZA7an8lWB7gZHJbJJ3xXRCAm/ GB6nVvynaCNdTjD8ShC6gLgcn2W0S9sbDxo801wx4ehNIvQf+R0fXiCvlLcNnz1vRy +wQT3Ity+uF0gzLNfM+9dSh/CMuiE/vM5Xx575u1VYF3dlVNx+0lEpKhrSrfBgbaNu IqTyJED6fXmsxBu+7iRPZOCp6BRVCOUplU6B1WuS/jkEXPvWjcLCKgMpMWtjiG7E8p d22y/N92eko3eLUK23CXafxVGwwuWoELBnLd50ix1+oP3QLB49pYzgkgiQn2rxIS2c 1EZc0rK/PFs/g== Date: Fri, 14 May 2021 16:16:54 +0530 From: Vinod Koul To: Sergio Paracuellos Cc: kishon@ti.com, devicetree@vger.kernel.org, linux-phy@lists.infradead.org, robh+dt@kernel.org, linux-staging@lists.linux.dev, gregkh@linuxfoundation.org, neil@brown.name, ilya.lipnitskiy@gmail.com Subject: Re: [PATCH RESEND v2 0/6] phy: ralink: mt7621-pci-phy: some improvements Message-ID: References: <20210508070930.5290-1-sergio.paracuellos@gmail.com> X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210508070930.5290-1-sergio.paracuellos@gmail.com> On 08-05-21, 09:09, Sergio Paracuellos wrote: > Hi all, > > This series contains some improvements in the pci phy driver > for MT7621 SoCs. > > MT7621 SoC clock driver has already mainlined in > 'commit 48df7a26f470 ("clk: ralink: add clock driver for mt7621 SoC")' > > Because of this we can update schema documentation and device tree > to add related clock entries and avoid custom architecture code > in favour of using the clock kernel framework to retrieve clock > frequency needed to properly configure the PCIe related Phys. > > After this changes there is no problem to properly enable this > driver for COMPILE_TEST. > > Configuration has also modified from 'tristate' to 'bool' depending > on PCI_MT7621 which seems to have more sense. Applied 2-6, thanks -- ~Vinod