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 8295AC433F5 for ; Thu, 16 Dec 2021 10:17:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235816AbhLPKRS (ORCPT ); Thu, 16 Dec 2021 05:17:18 -0500 Received: from vps0.lunn.ch ([185.16.172.187]:58192 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233295AbhLPKRS (ORCPT ); Thu, 16 Dec 2021 05:17:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Transfer-Encoding:Content-Disposition: Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:From: Sender:Reply-To:Subject:Date:Message-ID:To:Cc:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Content-Disposition: In-Reply-To:References; bh=7cHF8EBj6oBLX8y97sB0qh1FWn7nTv1Irfge/igfui8=; b=L1 s1mrRZvZ20IJrPqZ7NNGQeOqvYooxPKqMf8JmH77VrbdOfa+bJQuMY1dD2/3E9bQ4KiNZALksBbJS WqvzNj4UC1rDRysT83PooVCUqUv6D7XegaG7PCDBTIoxR00Pmes4XzaYCHStSioljToHJxR4T8GLd hnr6pDllL5UUH/c=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1mxnor-00GjDg-EJ; Thu, 16 Dec 2021 11:17:01 +0100 Date: Thu, 16 Dec 2021 11:17:01 +0100 From: Andrew Lunn To: KARL_TSOU =?utf-8?B?KOmEkuejiik=?= Cc: "woojung.huh@microchip.com" , "UNGLinuxDriver@microchip.com" , "vivien.didelot@gmail.com" , "f.fainelli@gmail.com" , "olteanv@gmail.com" , "davem@davemloft.net" , "kuba@kernel.org" , "netdev@vger.kernel.org" Subject: Re: [PATCH] net: dsa: microchip: Add supported ksz9897 port6 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, Dec 16, 2021 at 09:24:13AM +0000, KARL_TSOU (鄒磊) wrote: > This fix driver ksz9897 port6 with PHY ksz8081 by hardware setup Please explain in more details what the problem is you are fixing. It is not clear from the code. Thanks Andrew