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 6253FC433F5 for ; Thu, 10 Feb 2022 13:07:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241955AbiBJNHt (ORCPT ); Thu, 10 Feb 2022 08:07:49 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:43558 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233456AbiBJNHs (ORCPT ); Thu, 10 Feb 2022 08:07:48 -0500 Received: from mail-vk1-f181.google.com (mail-vk1-f181.google.com [209.85.221.181]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DD56C1A7; Thu, 10 Feb 2022 05:07:49 -0800 (PST) Received: by mail-vk1-f181.google.com with SMTP id b2so3026779vkl.1; Thu, 10 Feb 2022 05:07:49 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=9xSDkfGA7Gbw9lubbu8lfvfHIM/jNHECsHfMyY0SuGE=; b=bO6RaScuERw3GXVA1DRl1JfheXTC9eP+i0yiS4PhaE58qtBR/633FNWC10gxVpRfaL hz+srg73qHj43kG+d73xS9Hz6mQDPmjqoxjfChXrp0YgEJn6R4Ba9PqDqUpZwyBsROyZ PED5b8G4G2OMfvc70Q3B40VkLXNKg7dzMCP2Avv5ObYJUJBtb1m27VbzUrvNiE7+scn1 AL5BahMBzw0fxL2v9nkD/nM3BTO7yuBMR2BGEdk4YqdT+3Q+yLTBFgSwZZUBhI56UwRP jMzOdNGDp/zoRELmzIHZxj9aArCUH2mMFjYx0nZYWQB/8gdJMxcq3x8co5neVEC9O+Eq xmzQ== X-Gm-Message-State: AOAM530eqhXHZMhigdTH5Tgx98OXm9vNQE96GRvh6N4yllSs2CoAgZZQ IGsAfDf5CIdZcNFXRKBhRpAbab+4AS2Phg== X-Google-Smtp-Source: ABdhPJzsuCoIpxIyzoLNmr4cvl9yb0J3mW4bbHtKwyfaLdkjoo0STed/5HGv4Mfp8fADBo4HBC+ZAw== X-Received: by 2002:a05:6122:588:: with SMTP id i8mr2560846vko.41.1644498468895; Thu, 10 Feb 2022 05:07:48 -0800 (PST) Received: from mail-vs1-f47.google.com (mail-vs1-f47.google.com. [209.85.217.47]) by smtp.gmail.com with ESMTPSA id g27sm1394621vkd.17.2022.02.10.05.07.48 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 10 Feb 2022 05:07:48 -0800 (PST) Received: by mail-vs1-f47.google.com with SMTP id z62so4070774vsz.2; Thu, 10 Feb 2022 05:07:48 -0800 (PST) X-Received: by 2002:a05:6102:34d9:: with SMTP id a25mr2360386vst.68.1644498468038; Thu, 10 Feb 2022 05:07:48 -0800 (PST) MIME-Version: 1.0 References: <20220130143333.552646-1-laurent@vivier.eu> <20220130143333.552646-3-laurent@vivier.eu> In-Reply-To: <20220130143333.552646-3-laurent@vivier.eu> From: Geert Uytterhoeven Date: Thu, 10 Feb 2022 14:07:37 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v14 2/5] tty: goldfish: introduce gf_ioread32()/gf_iowrite32() To: Laurent Vivier Cc: Linux Kernel Mailing List , Arnd Bergmann , linux-rtc@vger.kernel.org, Jiaxun Yang , Stephen Boyd , John Stultz , Alexandre Belloni , Alessandro Zummo , linux-m68k , Daniel Lezcano , Thomas Gleixner , stable Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-rtc@vger.kernel.org On Sun, Jan 30, 2022 at 3:33 PM Laurent Vivier wrote: > Revert > commit da31de35cd2f ("tty: goldfish: use __raw_writel()/__raw_readl()") > > and define gf_ioread32()/gf_iowrite32() to be able to use accessors > defined by the architecture. > > Cc: stable@vger.kernel.org # v5.11+ > Fixes: da31de35cd2f ("tty: goldfish: use __raw_writel()/__raw_readl()") > Signed-off-by: Laurent Vivier Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds