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=-5.8 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 AE60DC433FE for ; Tue, 8 Dec 2020 15:39:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 80FC723AAC for ; Tue, 8 Dec 2020 15:39:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729846AbgLHPjn (ORCPT ); Tue, 8 Dec 2020 10:39:43 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48390 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729558AbgLHPjn (ORCPT ); Tue, 8 Dec 2020 10:39:43 -0500 Received: from mail-lj1-x242.google.com (mail-lj1-x242.google.com [IPv6:2a00:1450:4864:20::242]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 83B21C0613D6 for ; Tue, 8 Dec 2020 07:39:02 -0800 (PST) Received: by mail-lj1-x242.google.com with SMTP id f24so20100200ljk.13 for ; Tue, 08 Dec 2020 07:39: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=E68YCVU353cKqGzcecaO2qcMBCpw9VzpwMqNEW7t7hM=; b=t3K4zowymoM5L/STU4K2XcY1jJjr673wOqRexRL1mgHYiat8uhIgVYYUemnB/XSEq4 sfgSCrpxAxY4ae6/Ec6szVBrCj1gA9UeAxz31rNK8ar2N06cgE9tDZ63AZgMhD+6v93p 9R2xcxTljkYzpCMXbJ3zvAY8Q73YAO1qAi3wO5WlqRbNAmg5PXnLnYGtQIwOue8P9Bid aMUlqtYn0Jot2jFnO/xil0WN+sg+UJo4nFsEqkHRBJSgOwDN4Wd8iXU4JSax8ZrNhb2n GJbIYmzFZsW44ah0WdXQZkArXEszhCDa9hfz77+5EPNDTgeL2O3A+KYfVgCsG+gHZ/+x /M6Q== 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=E68YCVU353cKqGzcecaO2qcMBCpw9VzpwMqNEW7t7hM=; b=XfNH0P1tFCZRmd15cO92btugtH9uxIADfRTq8wFuOHoNdse7trOfchnteYzUwNKCa5 okq+bD/tOOAykDNTjQeA4DjXs305DEmtpUv7CSj39xsWkEIa0DJJ4X/chuYr6w1r3aTO eY3fOpG8dOLo2Dy035mg61EHAa59EA8+6LvtgwA4M3LrJsVTfB+PDFVxNLKspBovNoKN phfl2Jp1oTMuvES6VZXKLDUAs+0vvxupIa12dmdI9GClnrm712atcOgRB5jXILco62pJ NuPOBeKMPl0JS4TDraIOZm8SZJ80Ym01L2GXmYfV9JMNvpfdIsLf/pJLmy7cALxvrtcu jCVQ== X-Gm-Message-State: AOAM533epyBbd9r/hqIUb3E5r6Tgm/1aE56OIhJX8zpKXVB82+34SGLZ ntms2ceFRia5V/a301xe9WmW43qjdn1ynFZCZx2K1A== X-Google-Smtp-Source: ABdhPJwmnHGshYCN8sEZ8rlC0Iw7HnOm6xaI2fawrWgnTMxKmnGQx1G1rqKkcyXXpHcDm6XQrWGRD7Jnjsim+nbPBIk= X-Received: by 2002:a2e:9dc3:: with SMTP id x3mr5377596ljj.326.1607441941062; Tue, 08 Dec 2020 07:39:01 -0800 (PST) MIME-Version: 1.0 References: <20201207175940.10631-1-andriy.shevchenko@linux.intel.com> <20201208094853.GF4077@smile.fi.intel.com> In-Reply-To: <20201208094853.GF4077@smile.fi.intel.com> From: Linus Walleij Date: Tue, 8 Dec 2020 16:38:49 +0100 Message-ID: Subject: Re: [PATCH v1] pinctrl: intel: Actually disable Tx and Rx buffers on GPIO request To: Andy Shevchenko Cc: Mika Westerberg , "open list:GPIO SUBSYSTEM" , Pierre-Louis Bossart Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Tue, Dec 8, 2020 at 10:47 AM Andy Shevchenko wrote: > Linus, thanks, however something happened to it. i.e. BugLink tag disappeared. > It's not good, because due to that link and Kai's report I quickly understood > what was the issue. Oh I think that is an issue with the b4 tool that I use to extract patches. It was reported some time back and might not be fixed in the version I'm running. Yours, Linus Walleij