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 844F1C433FE for ; Thu, 7 Apr 2022 01:32:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239913AbiDGBeB (ORCPT ); Wed, 6 Apr 2022 21:34:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41894 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238230AbiDGBZD (ORCPT ); Wed, 6 Apr 2022 21:25:03 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [185.16.172.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A330E55B6; Wed, 6 Apr 2022 18:21:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To: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=RepwD/qy2hKVR+6Z6FmCrM7P72REoqeJYemZBaGKcAU=; b=ygoj5sIiv2rObGg5DwqppacJpt JhCqgetiwuoVNC9T5cGvhjKoY1OHEwoZXBAXZ5nzOagRuw9+WbbI1riXcVESfGk5pTDkmZgJLy7ar QUDP3/tzOFL2oT8vFKvVXk2ahTprlCURPD/q3laLD60mwUi71JZ+YLr+q54Kj06WLzi8=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1ncGpc-00EXpO-Kf; Thu, 07 Apr 2022 03:21:04 +0200 Date: Thu, 7 Apr 2022 03:21:04 +0200 From: Andrew Lunn To: Potin Lai Cc: Heiner Kallweit , Russell King , davem@davemloft.net, Jakub Kicinski , Joel Stanley , Andrew Jeffery , netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org, Patrick Williams Subject: Re: [PATCH net-next v3 3/3] net: mdio: aspeed: Add c45 support Message-ID: References: <20220407011738.7189-1-potin.lai@quantatw.com> <20220407011738.7189-4-potin.lai@quantatw.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220407011738.7189-4-potin.lai@quantatw.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 07, 2022 at 09:17:38AM +0800, Potin Lai wrote: > Add Clause 45 support for Aspeed mdio driver. > > Signed-off-by: Potin Lai Reviewed-by: Andrew Lunn Andrew