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 2671AC636D7 for ; Thu, 9 Feb 2023 09:17:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229968AbjBIJRz (ORCPT ); Thu, 9 Feb 2023 04:17:55 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51742 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230019AbjBIJRu (ORCPT ); Thu, 9 Feb 2023 04:17:50 -0500 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 66BEB5EFBA; Thu, 9 Feb 2023 01:17:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1675934263; x=1707470263; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=EvLzQgkzdk7aDWv2rfChiSTaNUqGXqwhhLY/PvofPvU=; b=AulXuXVVWJDmX8TiEuhn7dPeD5scFoI75l7YMNWAcUbIPz/8Q8eJnBrw PfmCAoCIlrDajY9RtNljiUS4QsT8SBAs5s4/IBaWDeTE2b5eO9/NgEyfk RKkbA5TEWWCnThP/gfSSPF45NVRCutB2llGAtFKKNu+v9gOJ6yS/Nc8Ag QN/y/NLp+p6/edh9P99tM/PDQP/frS4tVWvJWuuH5CJ96e1NOkNw9a9+Z IakVyTTJXbjrpiWRh+F8UOFamBt6O7NtpyjsTCw1RF995b0N4aafsednj UZ0gUuNACV6YkbXEuMRpcwB7/DQaiqQslyli4PsU+jxv7A103RIXKMK/H A==; X-IronPort-AV: E=McAfee;i="6500,9779,10615"; a="357462365" X-IronPort-AV: E=Sophos;i="5.97,283,1669104000"; d="scan'208";a="357462365" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Feb 2023 01:17:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10615"; a="731192154" X-IronPort-AV: E=Sophos;i="5.97,283,1669104000"; d="scan'208";a="731192154" Received: from black.fi.intel.com ([10.237.72.28]) by fmsmga008.fm.intel.com with ESMTP; 09 Feb 2023 01:17:40 -0800 Received: by black.fi.intel.com (Postfix, from userid 1001) id 653181C5; Thu, 9 Feb 2023 11:18:19 +0200 (EET) Date: Thu, 9 Feb 2023 11:18:19 +0200 From: Mika Westerberg To: Amadeusz =?utf-8?B?U8WCYXdpxYRza2k=?= Cc: Raul Rangel , Wolfram Sang , "Rafael J . Wysocki" , Andy Shevchenko , Cezary Rojewski , linux-i2c@vger.kernel.org, linux-acpi@vger.kernel.org, "Limonciello, Mario" Subject: Re: [RFC] i2c: core: Do not enable wakeup by default Message-ID: References: <20230207072540.27226-1-mika.westerberg@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org Hi, On Thu, Feb 09, 2023 at 10:13:00AM +0100, Amadeusz Sławiński wrote: > > > Well, I tried custom DSDT and had problems, but I just remembered that I > > > probably need to pass "revision+1" in file, so kernel sees it as a newer > > > version, let me try again. Is it enough to replace "ExclusiveAndWake" with > > > "Exclusive"? > > > > Yes, I think that should be enough. > > And yes, it seems to work when I bump revision. So will use it as workaround > for now and see about fixing BIOS. Okay good to know, then I think we can forget this patch.