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 E9F9FC43217 for ; Thu, 1 Dec 2022 13:34:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230462AbiLANeP (ORCPT ); Thu, 1 Dec 2022 08:34:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46804 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231534AbiLANeJ (ORCPT ); Thu, 1 Dec 2022 08:34:09 -0500 Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 900CAAC1A3; Thu, 1 Dec 2022 05:34:08 -0800 (PST) Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1p0jhW-000077-00; Thu, 01 Dec 2022 14:34:06 +0100 Received: by alpha.franken.de (Postfix, from userid 1000) id E6226C1EF5; Thu, 1 Dec 2022 14:32:56 +0100 (CET) Date: Thu, 1 Dec 2022 14:32:56 +0100 From: Thomas Bogendoerfer To: John Thomson Cc: Sergio Paracuellos , John Crispin , =?utf-8?B?QXLEsW7DpyDDnE5BTA==?= , linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomem Message-ID: <20221201133256.GA10560@alpha.franken.de> References: <20221114015658.2873120-1-git@johnthomson.fastmail.com.au> <20221114015658.2873120-2-git@johnthomson.fastmail.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221114015658.2873120-2-git@johnthomson.fastmail.com.au> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 14, 2022 at 11:56:56AM +1000, John Thomson wrote: > So that MT7621_SYSC_BASE can be used later in multiple functions without > needing to repeat this __iomem declaration each time > > Signed-off-by: John Thomson > --- > arch/mips/include/asm/mach-ralink/mt7621.h | 4 +++- > arch/mips/ralink/mt7621.c | 7 +++---- > 2 files changed, 6 insertions(+), 5 deletions(-) applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]