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=-12.2 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,USER_AGENT_SANE_2 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 A9E4BC4338F for ; Tue, 27 Jul 2021 09:38:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8B9D06137F for ; Tue, 27 Jul 2021 09:38:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235897AbhG0Jie (ORCPT ); Tue, 27 Jul 2021 05:38:34 -0400 Received: from smtp-out2.suse.de ([195.135.220.29]:55780 "EHLO smtp-out2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236061AbhG0Jid (ORCPT ); Tue, 27 Jul 2021 05:38:33 -0400 Received: from imap1.suse-dmz.suse.de (imap1.suse-dmz.suse.de [192.168.254.73]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 0BAE7200EE; Tue, 27 Jul 2021 09:38:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1627378713; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=+Xt9hi4/UZj4gR8/VnfLvUyivAdDeZdzGJ8HCx9GU7s=; b=XnATsOaEBTykGl0KOrhlK18ffokssa+nAKlvDQwGH/vTFgjE4jd1zI/I7WYcmFIlzvpFn6 eZHhVP5QmYQHkyPZOoJO4fNLcl5M8odMM6KA39fo5ho0NcKrgiwLrOv47hrmcbrklIste9 Pjsq/sF3TtWk2Lbn/54+d0XK1BKYNKE= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1627378713; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=+Xt9hi4/UZj4gR8/VnfLvUyivAdDeZdzGJ8HCx9GU7s=; b=zmx9NyxUThNqeRQhfhhax7Ug8/PjjzBybb4xuDAS/v0KnIwdV7rYCWdfBlzZhnP4bqQC7s m+eosRq9WudeOFBw== Received: from imap1.suse-dmz.suse.de (imap1.suse-dmz.suse.de [192.168.254.73]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap1.suse-dmz.suse.de (Postfix) with ESMTPS id C95EE133DE; Tue, 27 Jul 2021 09:38:32 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap1.suse-dmz.suse.de with ESMTPSA id yM/QLhjU/2CBNAAAGKfGzw (envelope-from ); Tue, 27 Jul 2021 09:38:32 +0000 Date: Tue, 27 Jul 2021 11:38:29 +0200 From: Jean Delvare To: Heiner Kallweit Cc: linux-i2c@vger.kernel.org Subject: Re: [PATCH] i2c: i801: Fix handling SMBHSTCNT_PEC_EN Message-ID: <20210727113829.408df3f7@endymion> In-Reply-To: References: <15db81d0-ddbd-b590-3996-51e588c5b10a@gmail.com> <20210721144620.00671c3d@endymion> <20210722103433.6c81c6b2@endymion> Organization: SUSE Linux X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.32; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org On Thu, 22 Jul 2021 22:02:37 +0200, Heiner Kallweit wrote: > On 22.07.2021 10:34, Jean Delvare wrote: > > Tested-by: Jean Delvare > > Thanks for the comprehensive explanation, Jean. > Now that you added your Tested-by: Would you prefer that I send a v2 that > incorporates your two smaller comments? Or is it ok as-is? Please resubmit with my 2 comments addressed and including my Tested-by. Then Wolfram can pick it up. Thanks, -- Jean Delvare SUSE L3 Support