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=-10.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 9D059C07E95 for ; Tue, 20 Jul 2021 01:11:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7669861175 for ; Tue, 20 Jul 2021 01:11:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1381110AbhGTA2b (ORCPT ); Mon, 19 Jul 2021 20:28:31 -0400 Received: from mga05.intel.com ([192.55.52.43]:28472 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1352473AbhGTAYK (ORCPT ); Mon, 19 Jul 2021 20:24:10 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10050"; a="296718813" X-IronPort-AV: E=Sophos;i="5.84,253,1620716400"; d="scan'208";a="296718813" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Jul 2021 17:58:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.84,253,1620716400"; d="scan'208";a="415023091" Received: from linux.intel.com ([10.54.29.200]) by orsmga003.jf.intel.com with ESMTP; 19 Jul 2021 17:58:40 -0700 Received: from linux.intel.com (vwong3-iLBPG3.png.intel.com [10.88.229.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by linux.intel.com (Postfix) with ESMTPS id 83CAA58041D; Mon, 19 Jul 2021 17:58:38 -0700 (PDT) Date: Tue, 20 Jul 2021 08:58:35 +0800 From: Wong Vee Khee To: Xu Liang Cc: andrew@lunn.ch, hkallweit1@gmail.com, netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org, linux@armlinux.org.uk, hmehrtens@maxlinear.com, tmohren@maxlinear.com, mohammad.athari.ismail@intel.com Subject: Re: [PATCH v6 2/2] net: phy: add Maxlinear GPY115/21x/24x driver Message-ID: <20210720005835.GA22758@linux.intel.com> References: <20210719053212.11244-1-lxu@maxlinear.com> <20210719053212.11244-2-lxu@maxlinear.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210719053212.11244-2-lxu@maxlinear.com> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Mon, Jul 19, 2021 at 01:32:12PM +0800, Xu Liang wrote: > Add driver to support the Maxlinear GPY115, GPY211, GPY212, GPY215, > GPY241, GPY245 PHYs. Separate from XWAY PHY driver because this series > has different register layout and new features not supported in XWAY PHY. > > Signed-off-by: Xu Liang > --- Tested-by: Wong Vee Khee