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 B6AB8C433F5 for ; Thu, 10 Feb 2022 13:11:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242019AbiBJNLZ (ORCPT ); Thu, 10 Feb 2022 08:11:25 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:45572 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238484AbiBJNLT (ORCPT ); Thu, 10 Feb 2022 08:11:19 -0500 Received: from mail-ua1-f48.google.com (mail-ua1-f48.google.com [209.85.222.48]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 415D710C8; Thu, 10 Feb 2022 05:11:20 -0800 (PST) Received: by mail-ua1-f48.google.com with SMTP id f13so2959560uab.10; Thu, 10 Feb 2022 05:11:20 -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=VyfL/XR3k1yiplw7IJLRPirPvVisKMbHbKr+Yiu87oY=; b=TIa8vkc7c18R0sEPrKqzRjcsms8qgc9M9VM1+9uaHWklEUjzgpMdf/4PrS8KA1lFZ0 A28RUL6X7iAJO530SjbiHSk4DdVxDcSy3KEVl7qOCIc1SqGl0GB8NsI4Yb12MGFCeh1O Y67BSUVvGQqLJWKZ8ZUjRZTXOsoGB+ovau3k8wJ8xGX+i5VsNk+nh8gzw4kuT8pmaxO8 QDJCgYpaSUlYcCqwqU8fabmqtWcvbwqpXLoTjNIa13YWP5NyPBKqCFtqgCFFoE76rwoe KMQIbi0dOkRSSX7fkZkw3vXFSbVXtzhNBTZZIaZHthPBGzZxvmiXsJbThU+g+nGIQweF V3JQ== X-Gm-Message-State: AOAM531j7ZLestYJCb1/NMmoAbe1rWWon0FlrYFquE9e6pYuRoMZudQy ngjNZlOt8CPqxbV1/baLWVWsDYQsXMAM6w== X-Google-Smtp-Source: ABdhPJy7Fu5D4Ol/VaNPnTMyRH1ygjc8dZU38N1m+55rF0MwbouiH/LrOyN/g0VEbHObZzAxgbXkyQ== X-Received: by 2002:ab0:6156:: with SMTP id w22mr2303172uan.61.1644498679204; Thu, 10 Feb 2022 05:11:19 -0800 (PST) Received: from mail-vs1-f49.google.com (mail-vs1-f49.google.com. [209.85.217.49]) by smtp.gmail.com with ESMTPSA id 3sm1077055vkf.16.2022.02.10.05.11.18 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 10 Feb 2022 05:11:18 -0800 (PST) Received: by mail-vs1-f49.google.com with SMTP id t22so6316536vsa.4; Thu, 10 Feb 2022 05:11:18 -0800 (PST) X-Received: by 2002:a67:c198:: with SMTP id h24mr2420776vsj.5.1644498677998; Thu, 10 Feb 2022 05:11:17 -0800 (PST) MIME-Version: 1.0 References: <20220130143333.552646-1-laurent@vivier.eu> <20220130143333.552646-4-laurent@vivier.eu> In-Reply-To: <20220130143333.552646-4-laurent@vivier.eu> From: Geert Uytterhoeven Date: Thu, 10 Feb 2022 14:11:07 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v14 3/5] rtc: goldfish: use 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 Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jan 30, 2022 at 3:33 PM Laurent Vivier wrote: > replace readl()/writel() by gf_ioread32()/gf_iowrite32() > as done for goldfish-tty. > > 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