From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next v2 00/10] Aquantia atlantic driver update 2018/01 Date: Tue, 16 Jan 2018 14:42:02 -0500 (EST) Message-ID: <20180116.144202.1760430376788070450.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, darcari@redhat.com, pavel.belous@aquantia.com To: igor.russkikh@aquantia.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:58746 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751694AbeAPTmE (ORCPT ); Tue, 16 Jan 2018 14:42:04 -0500 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Igor Russkikh Date: Mon, 15 Jan 2018 16:41:12 +0300 > This patch is a set of cleanups and bugfixes in preparation to new > Aquantia hardware support. > > Standard ARRAY_SIZE is now used through all the code, > some unused abstraction structures removed and cleaned up, > duplicate declarations removed. > > Also two large declaration styling fixes: > - Hardware register set defines are lined up with kernel style > - Hardware access functions were not prefixed, now already > defined hw_atl prefix is used. > > patch v2 changes: > - patch reorganized because of its big size. New HW support > will be submitted as a separate patchset. Series applied, thanks Igor.