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.4 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 51B20C2D0A3 for ; Fri, 6 Nov 2020 20:02:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A98672072E for ; Fri, 6 Nov 2020 20:02:24 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=bitmath.org header.i=@bitmath.org header.b="GwwduhUR" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728277AbgKFUCY (ORCPT ); Fri, 6 Nov 2020 15:02:24 -0500 Received: from mailrelay2-2.pub.mailoutpod1-cph3.one.com ([46.30.212.1]:31361 "EHLO mailrelay2-2.pub.mailoutpod1-cph3.one.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728120AbgKFUCY (ORCPT ); Fri, 6 Nov 2020 15:02:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bitmath.org; s=20191106; h=content-transfer-encoding:content-type:in-reply-to:mime-version:date: message-id:references:cc:to:from:subject:from; bh=pGS+hRIpgZjBebzJuXnWRieKofFe11yfaznBGKJtRhk=; b=GwwduhURhWi2rqn7PJ9NkknQ1j90kPiJ7LyZSBrgZKeEpZYHap0S2aBsKT72hnOMVbPjG9VcKsHiJ F+yQReD5OHqxYgT9F8D3/u1RoNTrqIZcC2W7TISuJxZeIbNrnv0l6ULiaG5P2TKgablASlEK2W7vMV eyMJ/bwl0jnMIJC6/qdMIr8QqVxbaxTCbCnlGV0thA8Q2MAW9eh30ZIMf5eIiJHfEgNMvY3XnGhGEF ZH0XECqdCcsO3iQzM/37mpLNeeeHSaz7ZPuu9gaGrSFIE3YhtJggq5XoOT5OFo+fPLTp4eZnYLOSnT kvoVTjrSl3iw1wPRSSz+2oxAvDurvXA== X-HalOne-Cookie: b7aca7b6cdc0a30bc058387c825741d339e1fc31 X-HalOne-ID: f9d6d3b5-206a-11eb-84b8-d0431ea8a290 Received: from [192.168.19.13] (h-155-4-128-97.na.cust.bahnhof.se [155.4.128.97]) by mailrelay2.pub.mailoutpod1-cph3.one.com (Halon) with ESMTPSA id f9d6d3b5-206a-11eb-84b8-d0431ea8a290; Fri, 06 Nov 2020 20:02:19 +0000 (UTC) Subject: Re: [PATCH] applesmc: Re-work SMC comms v2 From: Henrik Rydberg To: Brad Campbell Cc: Arnd Bergmann , linux-hwmon@vger.kernel.org, "linux-kernel@vger.kernel.org" , hns@goldelico.com, Guenter Roeck , Andreas Kemnade , Jean Delvare References: <20200930105442.3f642f6c@aktux> <20200930164446.GB219887@roeck-us.net> <20201002002251.28462e64@aktux> <7543ef85-727d-96c3-947e-5b18e9e6c44d@roeck-us.net> <20201006090226.4275c824@kemnade.info> <68467f1b-cea1-47ea-a4d4-8319214b072a@fnarfbargle.com> <20201104142057.62493c12@aktux> <2436afef-99c6-c352-936d-567bf553388c@fnarfbargle.com> <7a085650-2399-08c0-3c4d-6cd1fa28a365@roeck-us.net> <10027199-5d31-93e7-9bd8-7baaebff8b71@roeck-us.net> <70331f82-35a1-50bd-685d-0b06061dd213@fnarfbargle.com> <3c72ccc3-4de1-b5d0-423d-7b8c80991254@fnarfbargle.com> <6d071547-10ee-ca92-ec8b-4b5069d04501@bitmath.org> <8e117844-d62a-bcb1-398d-c59cc0d4b878@fnarfbargle.com> Message-ID: <9109d059-d9cb-7464-edba-3f42aa78ce92@bitmath.org> Date: Fri, 6 Nov 2020 21:02:32 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-hwmon@vger.kernel.org > So as it stands, it does not work at all. I will continue to check > another machine, and see if I can get something working. On the MacBookAir3,1 the situation is somewhat better. The first three tree positions result in zero failures and 10 reads per second. The fourth yields zero failues and 11 reads per second, within the margin of similarity. So, the patch appears to have no apparent effect on the 3,1 series. Now onto fixing the 1,1 behavior. Henrik