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 X-Spam-Level: X-Spam-Status: No, score=-6.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3696EC433E0 for ; Tue, 2 Mar 2021 14:21:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E398F64F0D for ; Tue, 2 Mar 2021 14:21:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1442154AbhCBOKa (ORCPT ); Tue, 2 Mar 2021 09:10:30 -0500 Received: from mail.kernel.org ([198.145.29.99]:50742 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242796AbhCBMfx (ORCPT ); Tue, 2 Mar 2021 07:35:53 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 07BE764F7A; Tue, 2 Mar 2021 12:28:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1614688129; bh=A5H4O3r7D9MypgFZD+4PBqBdA7HmqquEKOppYxkCEGY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PWj1pUq9VGpVf4Y4UgUVTLskdBcNVjdMJOlXR+n1OTowYT0cUtUO2JE3rqI7sBq/r ItRQJi5aM/l91SqdjSb+T80YJn2TFNT6VxLqoG14AtVIf0wpXfAZ5AwjmU3d3DBV9B KqLDJAD37E1EJqWp8VpiwlSN/pQ7A/MjVd8RLfUJG4zMNSwfOQSvHomOtf1cGywuHS /Z50Kr6obxVdSRQ9A4l6QNSR+K3wl5xbN7QSlt7OatwaIPHHOA2alk/S262QoniOtN mCPpxRPfwR5Ti6NNyy0s7Fmmnup1XWEfN3CDZaxZ0EQcqdMY/cNssIgKEWKCJyzD9c cSw/2xUiBvpLQ== Date: Tue, 2 Mar 2021 17:58:44 +0530 From: Vinod Koul To: Sergio Paracuellos Cc: kishon@ti.com, linux-phy@lists.infradead.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, neil@brown.name Subject: Re: [PATCH] phy: ralink: phy-mt7621-pci: fix XTAL bitmask Message-ID: References: <20210302105412.16221-1-sergio.paracuellos@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210302105412.16221-1-sergio.paracuellos@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02-03-21, 11:54, Sergio Paracuellos wrote: > When this was rewriten to get mainlined and start to > use 'linux/bitfield.h' headers, XTAL_MASK was wrong. > It must mask three bits but only two were used. Hence > properly fix it to make things work. Applied, thanks -- ~Vinod