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 X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 0837BC4332D for ; Fri, 5 Mar 2021 10:23:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B0C7464F5B for ; Fri, 5 Mar 2021 10:23:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229576AbhCEKXY (ORCPT ); Fri, 5 Mar 2021 05:23:24 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38004 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229562AbhCEKXD (ORCPT ); Fri, 5 Mar 2021 05:23:03 -0500 Received: from mail-lf1-x134.google.com (mail-lf1-x134.google.com [IPv6:2a00:1450:4864:20::134]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 80C32C061761 for ; Fri, 5 Mar 2021 02:23:02 -0800 (PST) Received: by mail-lf1-x134.google.com with SMTP id f1so2756927lfu.3 for ; Fri, 05 Mar 2021 02:23:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=LfHQxtXLpgHzWWehAxy54rgqvbReyYhSet51OAulNz0=; b=kD6/l/0Vi2BEoQPUIUTVfySLU+oGOH8dhaVp52y9xqPK9vrBGwOXrYPqAdVsioaq7Q BSVl0SrF2rmu7/8jAVon7ihnGEcn1/xFoZERo0vcXrkf23f2qRZ3HXS5Mj9uOvek+Cdu TzxpO49nda2QldHAqLTx7lZ38Vwou2bm+b276mzMWUNqeyqT/F6ZuHInNRj3pp6VaVJF Hb0KdVNazzZiWHllpGCCXqyTs/i7KImP3DmYD9uOvCawQxqaWjw7S8a8D9F7wSpS9oU+ Mk2IXHel6lwAq2blqHQayb642ZFEC+pJQpyAsFDWWhbf5xNWING9veK8vpg+s+EXiYUA oAeg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=LfHQxtXLpgHzWWehAxy54rgqvbReyYhSet51OAulNz0=; b=bApwllynvgxBh+ACMaDTJJ0dbEfe5hNi1+A9JR7Ut8pljiJR55L0D6HpR6RLjg9MH8 CtSfKRil1BPol9Nl+YgFL6D2AlHBpPLsb8fncFpfp//GOysJQdrVqu3x0F0bIHIarEoX o6eLSL6MXBz+UW0xg4AtOUn6wWB1sNkn807p5bMVvgkBv5tJrDmhwajbHiDq7wTp4onp ICWdxbjhRwRRlGRrNZz7bfVBk2QshM5lZ34TJ0z9H/JPtbQJ/nGP6FOtTmt5AES1RU+h JFy8KKz9VWrNLVHYtCG2O30I8wS9Y8mBvpUQpD7YjvV42GYZKtdEnhAb81a0edBy5s/n YfmQ== X-Gm-Message-State: AOAM530XFcdDTh+hQdaXONFSipK47n4WaxP/yzzGyiaoy6uGDyqJPTYi Zg+QepXGQTU/KxIshuiFw6dPWrsJv4dj9ltTHVPclg== X-Google-Smtp-Source: ABdhPJx+i531/mdEEsILHSu2PXPp+jA1Jld7y10Dq0JMoPYIdD19rJgXaEDARwuiGdh9W28fAuFk1UFedpx77+cLayM= X-Received: by 2002:a05:6512:243:: with SMTP id b3mr1467597lfo.529.1614939780828; Fri, 05 Mar 2021 02:23:00 -0800 (PST) MIME-Version: 1.0 References: <20210304213902.83903-1-marcan@marcan.st> <20210304213902.83903-10-marcan@marcan.st> In-Reply-To: <20210304213902.83903-10-marcan@marcan.st> From: Linus Walleij Date: Fri, 5 Mar 2021 11:22:49 +0100 Message-ID: Subject: Re: [RFT PATCH v3 09/27] docs: driver-api: device-io: Document I/O access functions To: Hector Martin Cc: Linux ARM , Marc Zyngier , Rob Herring , Arnd Bergmann , Olof Johansson , Krzysztof Kozlowski , Mark Kettenis , Tony Lindgren , Mohamed Mediouni , Stan Skowronek , Alexander Graf , Will Deacon , Mark Rutland , Andy Shevchenko , Greg Kroah-Hartman , Jonathan Corbet , Catalin Marinas , Christoph Hellwig , "David S. Miller" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "open list:SERIAL DRIVERS" , Linux Doc Mailing List , linux-samsung-soc , Linux-Arch , "linux-kernel@vger.kernel.org" , Arnd Bergmann Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 4, 2021 at 10:40 PM Hector Martin wrote: > From: Arnd Bergmann > > This adds more detailed descriptions of the various read/write > primitives available for use with I/O memory/ports. > > Signed-off-by: Arnd Bergmann > Signed-off-by: Hector Martin Excellent work! Reviewed-by: Linus Walleij Yours, Linus Walleij