From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760976AbdEVSDo (ORCPT ); Mon, 22 May 2017 14:03:44 -0400 Received: from mail-yw0-f195.google.com ([209.85.161.195]:34614 "EHLO mail-yw0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758882AbdEVSDm (ORCPT ); Mon, 22 May 2017 14:03:42 -0400 From: Jes Sorensen X-Google-Original-From: Jes Sorensen Subject: Re: [PATCH v2 00/10] rt2x00: rt2x00: improve calling conventions for register accessors To: Arnd Bergmann , linux-wireless Cc: Stanislaw Gruszka , David Miller , Helmut Schaa , Kalle Valo , Daniel Golle , Mathias Kresin , Johannes Berg , Serge Vasilugin , Roman Yeryomin , Networking , Linux Kernel Mailing List , Tom Psyborg References: <20170517144702.1381136-1-arnd@arndb.de> Message-ID: <69171f99-0844-cfe1-7bcb-72d61f56c3c5@gmail.com> Date: Mon, 22 May 2017 14:03:39 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: <20170517144702.1381136-1-arnd@arndb.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/17/2017 10:46 AM, Arnd Bergmann wrote: > I've managed to split up my long patch into a series of reasonble > steps now. > > The first two are required to fix a regression from commit 41977e86c984 > ("rt2x00: add support for MT7620"), the rest are just cleanups to > have a consistent state across all the register access functions. > > Arnd Nice work! This is a textbook example of how to do this the right way! Reviewed-by: Jes Sorensen Jes