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=-3.9 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no 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 ECEE6C433DF for ; Tue, 13 Oct 2020 13:22:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AB40E22E01 for ; Tue, 13 Oct 2020 13:22:01 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="fRcwWfj4" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728595AbgJMNWA (ORCPT ); Tue, 13 Oct 2020 09:22:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53806 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728537AbgJMNWA (ORCPT ); Tue, 13 Oct 2020 09:22:00 -0400 Received: from mail-lj1-x241.google.com (mail-lj1-x241.google.com [IPv6:2a00:1450:4864:20::241]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B2963C0613D0 for ; Tue, 13 Oct 2020 06:21:59 -0700 (PDT) Received: by mail-lj1-x241.google.com with SMTP id a5so20391921ljj.11 for ; Tue, 13 Oct 2020 06:21:59 -0700 (PDT) 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=ACveS3MnDWEz76tc05B9yNTeKoU1SrKlur/INU6I8SQ=; b=fRcwWfj4xvsx3uJBVGKYyGUPdAf08QiBQ8DH27c+wOV9DsEKVBf0h3DzcNMzSC5RIi lr3OZJWBQFBLIHvc+5IM4jdnhy5Aoq2E0sc7gCCo/W8vFvubOixYhQGcrCUBsIsTOhp2 tjvu3D7wFV78gFfZAvGXSmSEdWV4rD/D8XvuPWG4P4m7Jlksq2naSAQWqjBtBVh01/5d /bOdZGL4NcTt6h6TsLyh0j/CNxqZENrSmLgrUaB/JY6dyHCAd596EE33Vf19zGPd6PJC wXdRgz1B6tzwND8puQeAcdo5qjWL9VIBHfkx/RIQiiVhnZ3R1VwKFFfTCaLX6XSaUVIh YWnw== 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=ACveS3MnDWEz76tc05B9yNTeKoU1SrKlur/INU6I8SQ=; b=OMzENrL7GGOWqUv6uKaQoUe4Sf6Y1iPejXfaFFH9pQ15kTqUI6AnBpmVLJTExD1HeI 27t95X9kkuAAP1/lv5EBGuSEuwAmfAQeb39UHe3V6ti/6B+bKuZSNReTWjWkphSfZ3me +eXr/ToPKs2HvzGv0tX7asiI4zu/4Aqf5EOKLFrBi8gXKRVc/q7jzcuc+fYUl3Ep11H7 tct+pWUEslbPz8WiQsJXyl+Qza8wdrP1I4kCI3+B2ZePd6B7MTS1ic9NEmjOuXjMfW/N q/QfMUzIjxJYIXb2HT5wTiEddSpqyEzVe1XifFlJpNB1d7JiDd7cZJS0y5EDdrEvlljM fdHA== X-Gm-Message-State: AOAM532mlcA5LkkU3o9iZRSvvYpa1if2I8q+p09iccLHi4coJsioTYk1 cvc9RzlueZtX+p3qfxlBWG5n99o4c5azbCucUV3VbRDmQ6yI9A== X-Google-Smtp-Source: ABdhPJzDHYR/9h8G6d7Rsd3jkAp3Sn2PQxrdZWXTAzZqH7q46HJwJYT+M4TyeoHepiD6MgNw+q8RzuudRY3rJHawaes= X-Received: by 2002:a2e:4e01:: with SMTP id c1mr11816992ljb.144.1602595318063; Tue, 13 Oct 2020 06:21:58 -0700 (PDT) MIME-Version: 1.0 References: <20201005070329.21055-1-warthog618@gmail.com> In-Reply-To: From: Linus Walleij Date: Tue, 13 Oct 2020 15:21:47 +0200 Message-ID: Subject: Re: [PATCH 0/5] gpio: uapi: documentation improvements To: Bartosz Golaszewski Cc: Kent Gibson , LKML , linux-gpio Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 8, 2020 at 5:46 PM Bartosz Golaszewski wrote: > On Mon, Oct 5, 2020 at 9:03 AM Kent Gibson wrote: > > > > I'm intending to add some GPIO chardev documentation to > > Documentation/admin-guide/gpio/chardev.rst (or perhaps > > Documentation/userspace-api/??), but that is taking longer than I'd like, > > so in the meantime here is a collection of minor documentation tidy-ups > > and improvements to the kernel-doc that I've made along the way. > > Hopefully nothing controversial - mainly formatting improvements, > > and a couple of minor wording changes. > For the entire series: > > Reviewed-by: Bartosz Golaszewski > > Linus: can you take them for v5.10 through your tree directly? I am waiting for Kent to respin them addressing Andy's comments on patch 5/5 then they can go in as fixes I think. Yours, Linus Walleij