From patchwork Fri Mar 12 20:42:16 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergey Shtylyov X-Patchwork-Id: 12136055 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.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, UNPARSEABLE_RELAY,USER_AGENT_SANE_1 autolearn=no 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 9ED04C433E0 for ; Fri, 12 Mar 2021 20:43:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6672B64F89 for ; Fri, 12 Mar 2021 20:43:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234916AbhCLUmg (ORCPT ); Fri, 12 Mar 2021 15:42:36 -0500 Received: from mxout01.lancloud.ru ([45.84.86.81]:35092 "EHLO mxout01.lancloud.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234921AbhCLUmT (ORCPT ); Fri, 12 Mar 2021 15:42:19 -0500 Received: from LanCloud DKIM-Filter: OpenDKIM Filter v2.11.0 mxout01.lancloud.ru C32D520D27A8 Received: from LanCloud Received: from LanCloud Received: from LanCloud From: Sergey Shtylyov Subject: [PATCH net-next 0/4] Improve the register/bit definitions in the Ether driver To: "David S. Miller" , Jakub Kicinski , "netdev@vger.kernel.org" CC: Organization: Open Mobile Platform, LLC Message-ID: <41a26045-c70e-32d7-b13e-8a8bd0834fcc@omprussia.ru> Date: Fri, 12 Mar 2021 23:42:16 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0 MIME-Version: 1.0 Content-Language: en-US X-Originating-IP: [192.168.11.198] X-ClientProxiedBy: LFEXT01.lancloud.ru (fd00:f066::141) To LFEX1908.lancloud.ru (fd00:f066::208) Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Here are 4 patches against DaveM's 'net-next' repo. Mainly I'm renaming the register *enum* tags/entries to match the SoC manuals,and also moving the RX-TX descriptor *enum*s closer to the corresponding *struct*s... [1/4] sh_eth: rename TRSCER bits [2/4] sh_eth: rename PSR bits [3/4] sh_eth: rename *enum*s still not matching register names [4/4] sh_eth: place RX/TX descriptor *enum*s after their *struct*s