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 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=-8.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 2538DC433DB for ; Fri, 5 Mar 2021 10:25:20 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 71DF964F5F for ; Fri, 5 Mar 2021 10:25:19 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 71DF964F5F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Cc:To:Subject:Message-ID:Date:From:In-Reply-To: References:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=MiMqIsvFUOglLEQy+dXk/9lYtQdKgQirpk7pIxvnyvQ=; b=b12S/jcHvUrz4vV6g0U5tHgLj d8117PD74cYYpuAtmTV8tYZEAa75HFupzA/ZnjewWcFUMNys4io/9CzPCIxDRGCa6/tjmYZtIsAMs diJuIbd7FIwLS+t2pya8R5ySf5C2jwPPXw7IUdyafvLXBkI12nYo9cyxpv0RqXq10vQrj4a3+9bmT NIF5UVoWqNts2tRbAUuZ4o3/4b+wpBcow7QQvXgeo0rP8A2jsBJLGMuxwSqxbslxbz7mOKbJtAtSG rWtsDtb2Pn88juQE9NtC0JGEC23gjKBk/Jwwz2eGgzlGH5y+oiznE2S2f4N1vin7LuIDa9Z9tpQC1 A9+QhiF8A==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lI7c9-00EXDN-Ub; Fri, 05 Mar 2021 10:23:23 +0000 Received: from mail-lf1-x135.google.com ([2a00:1450:4864:20::135]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lI7bp-00EX5l-Gv for linux-arm-kernel@lists.infradead.org; Fri, 05 Mar 2021 10:23:05 +0000 Received: by mail-lf1-x135.google.com with SMTP id v5so2662565lft.13 for ; Fri, 05 Mar 2021 02:23:01 -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=M2IDL46fxbeWQbtRWKbBrJLhtX8XSCBPU20zrJLyIV8dGYuIJL+aKffPw1DokJSqW0 prnR3HYixVlV4YA95ehn86jcZK3PlDqnRYJMyLAP67FypcaxGrLvzm9EQI5FthgGSwC+ HWxFoL4Ww3BgXq0KBegbqBpX0LhMZ1Nzq4OCJRni2EzU6iYb5pQSf3nv4oHYMLMqA0ov KImEsxxNuH2xYnd2c5NMGKjdHnkXmGBcDTrjvzt1rVE+riqU4ME0xYNsXvIdA9K2hrjO xfZwYTHV9fHap8sUB2CbWf6aHR1H/EELq20mEVCB/R5p16KM6ZnJZaLM/ywv/CKqx9Oe goUw== X-Gm-Message-State: AOAM530InLRfseBMDKiMf0IGbv9TN+qIGfzIG8OX2LlIX3XWsrAxSRRE o3WD4ObydeDJxn7te7fXD5szR0zYkLUED/oL0jpHiw== 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 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210305_102303_609096_F829FEDD X-CRM114-Status: GOOD ( 11.40 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel