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 2AE32C41513 for ; Thu, 17 Aug 2023 01:11:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347456AbjHQBKo (ORCPT ); Wed, 16 Aug 2023 21:10:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33922 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347458AbjHQBKU (ORCPT ); Wed, 16 Aug 2023 21:10:20 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C9D5519E; Wed, 16 Aug 2023 18:10:19 -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=/pJUdBLfXj1B1WDyDQ15fjlR4oyo4SwgeP26Ydj270w=; b=2TZ1PDpWONs0F//wBvAFXMUo/H S1wMLOokmyY8Y5P+rXMVAWI+ckbpzdLQfgOcG4BN1Q96Twa05pziZdb6rT/+fFWUGqbUsMvvwajLF OFMWuHfxoldRaas9wxUhbUUervBtKJPe5+//6TY3LtjQ55hFrPXzKqCpvSAVdySIJ4cU=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1qWRWc-004Kis-8m; Thu, 17 Aug 2023 03:10:10 +0200 Date: Thu, 17 Aug 2023 03:10:10 +0200 From: Andrew Lunn To: nick.hawkins@hpe.com Cc: christophe.jaillet@wanadoo.fr, simon.horman@corigine.com, verdun@hpe.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 1/5] dt-bindings: net: Add HPE GXP UMAC MDIO Message-ID: References: <20230816215220.114118-1-nick.hawkins@hpe.com> <20230816215220.114118-2-nick.hawkins@hpe.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230816215220.114118-2-nick.hawkins@hpe.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 16, 2023 at 04:52:16PM -0500, nick.hawkins@hpe.com wrote: > From: Nick Hawkins > > Provide access to the register regions and interrupt for Universal > MAC(UMAC). The driver under the hpe,gxp-umac-mdio will provide an > interface for managing both the internal and external PHYs. > > Signed-off-by: Nick Hawkins > Reviewed-by: Conor Dooley Your Signed-off-by: should come last. Reviewed-by: Andrew Lunn Andrew