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 084B4C433EF for ; Wed, 18 May 2022 19:55:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242182AbiERTzj (ORCPT ); Wed, 18 May 2022 15:55:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47188 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242111AbiERTzi (ORCPT ); Wed, 18 May 2022 15:55:38 -0400 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7349D1180E; Wed, 18 May 2022 12:55:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652903737; x=1684439737; h=message-id:subject:from:to:cc:date:in-reply-to: references:mime-version:content-transfer-encoding; bh=3VwdeQZeiVfqbkxetk4smO7yk0EawI7erwkdVLXJj04=; b=KjRI063QhEyt3UxtZeMUvmzZbNNI1iGCsoYrasUJaG5yCYiH0PnUQyNz Baa+OV1OFe24hQIoB1/dQNEMeoVjfSZDuUT5xY5VzgFXeOV0zaZlygFPQ 1Wvzqn7F1zskkWcc9GA8UOFlGAW29jjKrM9WomHDo6+fnYFl4Lxiilzs5 hkVhq3TYMwgbh/slExeHwmJZ2yG2MNukdSGWcil/dFwtBOXe+x4IVXXTk SWVEOoO/6L8Ri+//PHtX6DAbfxyfoCpS0GzPppCyuAfnoXsdf8emtPgq/ KcFmJJxv6EpsQPKa+bV7GQrBWJWEHwfrrpcZW9BK+fqT/P2s0ksC+dOg4 w==; X-IronPort-AV: E=McAfee;i="6400,9594,10351"; a="269454372" X-IronPort-AV: E=Sophos;i="5.91,235,1647327600"; d="scan'208";a="269454372" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2022 12:55:37 -0700 X-IronPort-AV: E=Sophos;i="5.91,235,1647327600"; d="scan'208";a="714634335" Received: from cmhseih-mobl.amr.corp.intel.com (HELO spandruv-desk1.amr.corp.intel.com) ([10.212.195.218]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2022 12:55:36 -0700 Message-ID: <8eb29bb9a817c88e2e9a4a76a10e99bf5504a3b5.camel@linux.intel.com> Subject: Re: hid-sensor-hub 001F:8087:0AC2.0002: timeout waiting for response from ISHTP device From: srinivas pandruvada To: Paul Menzel Cc: Jiri Kosina , Even Xu , Zhang Lixu , Benjamin Tissoires , linux-input@vger.kernel.org, LKML , Dell.Client.Kernel@dell.com Date: Wed, 18 May 2022 12:55:36 -0700 In-Reply-To: <82e9a41c-552a-07e2-7caa-a14913cd34f4@molgen.mpg.de> References: <289be79b-8fbb-d171-a1e5-5d8218dff39d@molgen.mpg.de> <8833ba2600208a05940943636a3bd8b6af6a9fe4.camel@linux.intel.com> <8fc40ebb2fbcecb1ab2f5ea156bf9ec10aff06bf.camel@linux.intel.com> <82e9a41c-552a-07e2-7caa-a14913cd34f4@molgen.mpg.de> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.42.4 (3.42.4-2.fc35) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Paul, Good news, is that I can get to one 9310 system. Manufacturer: Dell Inc. Product Name: XPS 13 9310 I had " bios_date:12/10/2020 bios_release:1.2 bios_vendor:Dell Inc. bios_version:1.2.5 " Didn't observe any issue with ISH after multiple suspend/resume Update to the latest available from Dell website BIOS Information Vendor: Dell Inc. Version: 3.6.0 Release Date: 03/17/2022 Still no issue. I am using 5.17.7-200.fc35.x86_64 So suggest to updated to the latest BIOS from Dell website and reproduce. Thanks, Srinivas On Wed, 2022-05-18 at 20:06 +0200, Paul Menzel wrote: > Dear Srinivas, > > > Am 18.05.22 um 17:39 schrieb srinivas pandruvada: > > > Attached a diff. Please use git apply and build kernel. And attach > > dmesg. I want to see where did it fail. > > As written, the device is used in production by a user, so I am not > sure, if I can get the device to test self-built Linux kernel images > to > debug this issue. It would really be better to get access to such a > device from Dell or in some Intel lab. > > > Kind regards, > > Paul