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=-5.0 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,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 B57B8C3A5A1 for ; Thu, 22 Aug 2019 13:12:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8737A21726 for ; Thu, 22 Aug 2019 13:12:44 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="RwEg+IdI" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731100AbfHVNMn (ORCPT ); Thu, 22 Aug 2019 09:12:43 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:51812 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728104AbfHVNMn (ORCPT ); Thu, 22 Aug 2019 09:12:43 -0400 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-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=gb/IZAOsEOV7ianBSQU8KrlIPx1wqBUpXRqIKwL9cn8=; b=RwEg+IdINuLAY9wh8UxYTxo2n+ xragHMM6ABQryIFcWobUV8e4bs7WwyJiDIVcOUfPiOmxGqY8wM7B/tX4yQ1L9/yM0u0YsoQXjxF4y ET0Mwd7tzBLu5up1Kq24os2tvl96NAYsQXa9tsh9+HEKovFLFIdtvg5y5oBNbVgdNbaY=; Received: from andrew by vps0.lunn.ch with local (Exim 4.89) (envelope-from ) id 1i0mtO-0003sU-8L; Thu, 22 Aug 2019 15:12:42 +0200 Date: Thu, 22 Aug 2019 15:12:42 +0200 From: Andrew Lunn To: Marek =?iso-8859-1?Q?Beh=FAn?= Cc: netdev@vger.kernel.org, Vivien Didelot , Florian Fainelli , Vladimir Oltean Subject: Re: [PATCH net-next 04/10] net: dsa: mv88e6xxx: prefix hidden register macro names with MV88E6XXX_ Message-ID: <20190822131242.GF13020@lunn.ch> References: <20190821232724.1544-1-marek.behun@nic.cz> <20190821232724.1544-5-marek.behun@nic.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20190821232724.1544-5-marek.behun@nic.cz> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, Aug 22, 2019 at 01:27:18AM +0200, Marek Behún wrote: > In order to be uniform with the rest of the driver, prepend hidden > register macro names with the MV88E6XXX_ prefix. > > Signed-off-by: Marek Behún For the idea of the patch: Reviewed-by: Andrew Lunn But it could be the actual patch is different if the code moves to port.c/.h. Andrew