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.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,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 AFAD2C433ED for ; Wed, 31 Mar 2021 18:30:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 730B3608FC for ; Wed, 31 Mar 2021 18:30:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234954AbhCaS3x (ORCPT ); Wed, 31 Mar 2021 14:29:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41266 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234929AbhCaS3i (ORCPT ); Wed, 31 Mar 2021 14:29:38 -0400 Received: from mail-yb1-xb34.google.com (mail-yb1-xb34.google.com [IPv6:2607:f8b0:4864:20::b34]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 58B1BC061574 for ; Wed, 31 Mar 2021 11:29:37 -0700 (PDT) Received: by mail-yb1-xb34.google.com with SMTP id v107so17160154ybi.9 for ; Wed, 31 Mar 2021 11:29:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=/2jQTnecP2FoklA04onryTnkX7RD4TLimO6NvlAanGU=; b=ErRuAAy/bx50uFBM/WS6oiOyBGx0gDr6lpV433S8QMDvg/bLPoMzuvx3J+nF2p3Ga9 asyKWy0fI0TnCsgVyVpeC+qYCi1G6HTC+cxex93z2u96IG7bOR1ofkBlKAgdCDHRxGMz mePXajUbOYTCc4/Jl37HiW8O7gYRzLcfXb9EL5RjQrHbw6mG7Npa00smn5bZlsQe0IZB 8JN3RkYsIm0qUb5foxe2C6baZKj7+cthaEcHcGbeRNKb7HS00hO1dVeu3UQIkrG1YBwF HsPWQAaoLhMlSWWFFx41hE0XD/Okes2Lmm0i+WQDPEAjRrxRATtMTlpiUnTb6YE8Vxto zSRg== 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=/2jQTnecP2FoklA04onryTnkX7RD4TLimO6NvlAanGU=; b=ETlPRP6IBqsu1pTl+5J7opcyzksYeXvsyL4Hh2NlIaZ0Rk9HyLkBjZLXlAK0YBfMGB CtGraEzqTOobkWz+cBkhJktVhUguY88cVZuQvJPPcyD7JPOy/Fy51sO6YvV8CUUZgLDX 7NfgcgkaVqr13C46k2CAkCIXQT93rqZxU5daXofnFJXzvzeGH1U7MnwQ9uQpBm0Ie3Lv r4i49LLxxlnvXqRQxrGqzHyU/MKlTPec9/ySFDdhsdosKOVIROt8LUX/aGUWsyVTNe51 6qPx14zctVSigwFabGSyMTtg44v3nHXxEx4A8nhCyBbChW1q4+9ffn5GKC1+/VsvmrZV 3Ahg== X-Gm-Message-State: AOAM533flemgRCd2f6xd/lfWhXS+3Yz5hh95OQbz87Chj3KMMFRnmqy0 1FsxrpDtMgkj6wIsOTFOxPBCfVMkZ4H1BOsIoGDv/+CxGtk= X-Google-Smtp-Source: ABdhPJyxdYFEdUCe0ghJ4LhNnigtSAp+W383ktXXxJT5l/nKeUbuBHMOnT9rzC5SjlDmopmGbDllxW21AEHaoqxFHsk= X-Received: by 2002:a25:d2d3:: with SMTP id j202mr6436313ybg.157.1617215376457; Wed, 31 Mar 2021 11:29:36 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Bartosz Golaszewski Date: Wed, 31 Mar 2021 20:29:25 +0200 Message-ID: Subject: Re: [PATCH 1/2] gpio: sysfs: Obey valid_mask To: Andy Shevchenko Cc: Matti Vaittinen , Matti Vaittinen , Linus Walleij , Stephen Boyd , Andy Shevchenko , linux-gpio , LKML Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Wed, Mar 31, 2021 at 2:25 PM Andy Shevchenko wrote: > > On Wed, Mar 31, 2021 at 10:58 AM Bartosz Golaszewski > wrote: > > > > On Mon, Mar 29, 2021 at 1:41 PM Matti Vaittinen > > wrote: > > > > > > Do not allow exporting GPIOs which are set invalid > > > by the driver's valid mask. > > > > > > Fixes: 726cb3ba49692bdae6caff457755e7cdb432efa4 > > I have just noticed that this is invalid format for the Fixes tag > (luckily, haha, due to a blank line it's not recognized as a tag!). > > Matti, I highly recommend to add in your .gitconfig file an alias: > one = show -s --pretty='format:%h (\"%s\")' > > Bart, there are real Fixes tag issues from another series. I will > comment there as well to let an author know. > > -- Eek, sorry I should have looked more carefully. I'll fix it in my tree. Bartosz