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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CB614C433EF for ; Tue, 29 Mar 2022 22:10:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236199AbiC2WMg (ORCPT ); Tue, 29 Mar 2022 18:12:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54390 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235643AbiC2WMd (ORCPT ); Tue, 29 Mar 2022 18:12:33 -0400 Received: from mail-lf1-x136.google.com (mail-lf1-x136.google.com [IPv6:2a00:1450:4864:20::136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DC82E182DAF for ; Tue, 29 Mar 2022 15:10:49 -0700 (PDT) Received: by mail-lf1-x136.google.com with SMTP id p10so26791003lfa.12 for ; Tue, 29 Mar 2022 15:10:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux-foundation.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=5NszAzyCxeqCYVF4rcK1etWk+lEs38VK5zvRzeDlGh0=; b=KQCd+gO4PoDRepPTc/MgjHeabBWTTOlSRI+8rzh47UsJNwJP7SFfBYTTvHx+cKjOOd p03PYtz4rTHsrzEpQTzkyaguV5RxijqsK56lFbbMBqKt2a7k7JnkkaG/F1bNe0YGVTDC 3vc3jh+wUG1YiwvUk0ww6Wo9c1zmM0yvafCWo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=5NszAzyCxeqCYVF4rcK1etWk+lEs38VK5zvRzeDlGh0=; b=iH6H/nkS/gDkYBdhKjSR+i2PQeRnhKtROxcsQ2ga7KNFAjStTQMHQHZfwgnyWi7VQt gUiBbyWjXHjVFLyeQVBnxq82zEKPHi0v3wuA6SPkL3IgEomXaqF6DukL8czm+Lhlncp6 8MwYbWEaIWdWXgxzuH2Dr4Ixqc2PLI2/ro7hWjeCfO2AtS45aYQ2fHz83Ym+g5vXwzlk cMWhnht7dwH1czzpy995cWolPOQ+/UR7JAPtOkef6+xrIe77ZaELGQSNilGGD+xzXxNF Et/mkL2pGkVvvLmnAHNy3z9RsXZf+tuRMSB3KG1du/Fo/NIrR6kkTColzOikt1eg4ofb tdxw== X-Gm-Message-State: AOAM533RBKrPymZVkbVtz0msxiAGQjnHqeUaYAu7bYYZVrj1hxEtRiO5 HZl3OIAcsq5lQzB+8LjPYoq1uj6chMMq4C6W X-Google-Smtp-Source: ABdhPJytdiH5LFVa5u9KhM2AlfefMYARJnSxBOe2ZSNAbHmPQSGw5WsS+NzF07HFMZZyT14asgqVdw== X-Received: by 2002:ac2:5602:0:b0:448:5388:c602 with SMTP id v2-20020ac25602000000b004485388c602mr4494137lfd.50.1648591847789; Tue, 29 Mar 2022 15:10:47 -0700 (PDT) Received: from mail-lf1-f53.google.com (mail-lf1-f53.google.com. [209.85.167.53]) by smtp.gmail.com with ESMTPSA id r9-20020ac25f89000000b0044a1008c5d7sm2121994lfe.234.2022.03.29.15.10.46 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 29 Mar 2022 15:10:46 -0700 (PDT) Received: by mail-lf1-f53.google.com with SMTP id w7so32680256lfd.6 for ; Tue, 29 Mar 2022 15:10:46 -0700 (PDT) X-Received: by 2002:a05:6512:3055:b0:44a:3914:6603 with SMTP id b21-20020a056512305500b0044a39146603mr4470007lfb.435.1648591846330; Tue, 29 Mar 2022 15:10:46 -0700 (PDT) MIME-Version: 1.0 References: <20220329142642.11692e8f@endymion.delvare> In-Reply-To: <20220329142642.11692e8f@endymion.delvare> From: Linus Torvalds Date: Tue, 29 Mar 2022 15:10:30 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PULL REQUEST] i2c for v5.18 To: Jean Delvare Cc: Wolfram Sang , linux-i2c@vger.kernel.org, Linux Kernel Mailing List , Peter Rosin , Bartosz Golaszewski , Terry Bowman Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 29, 2022 at 5:26 AM Jean Delvare wrote: > > And this is how I came to the conclusion that, despite the weird > feeling that there are too many conditionals in the i2c-piix4 driver, > there's nothing smart that can be done to get rid of them, and we just > have to live with them. Thanks for the very complete response. Color me convinced. Linus