Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp1462790ybb; Thu, 9 Apr 2020 02:37:35 -0700 (PDT) X-Google-Smtp-Source: APiQypINSbpSg16aLOzhffuX3mp9rlId3wYgLka0pd9bSUUjwP2qJn1/8RM9AC8lkZHrqF461UUZ X-Received: by 2002:a05:6830:4006:: with SMTP id h6mr7534450ots.304.1586425054826; Thu, 09 Apr 2020 02:37:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1586425054; cv=none; d=google.com; s=arc-20160816; b=FBT7RmV4NtuY+DcUBuPMTqE5nLYImsaPFidN0rp0R1W7ag9rDK4s3QEcO/WQ2RS6t3 wYxt3XOD2S7c6wwiezhih0jFGS7+/9dJEzjKM+hOLLVU3thSDRrNgOftdjwj7q4DWPuO vbD873gWgjys/24807+O08OHbXOq2ELtVl80A2DWxV+nv7YLgYEFmc7/Hvv45189A5px ZZfbX+VrHO6EbRfuz62i9vVuKzXKYZeqbamwwQR4SGcPRGVDRgB3Ky4SEmBzj2XBDyo5 2/HcLA9jB0fOegPASpRdBEEOcPpHi5BMlevafQ3v+y81VkTdeoHeiBe6o+qWPOKIjRSY gb6g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=tvVRC06Ur1pRTX/+y+fz9nCd+sFYHTwcYVK24Z9/Afw=; b=gSwJ++PIioJj2cBjTCok0infG40yd2o4YMijMd9jTGzIutxqarRtAVZ24DCie7dU95 Pk2FdwjNibFLP91YRRTgWQYevRe4VWHbGo7PdjCGL3BBzHti98+slmuXB9xTcOSnJFK5 hPJ7NL7EOfxws77P0pKzZQrWoeWJp0Sw9qprrzYgKm0Jq5Ak89ktgLT4cAK7+ZZHDLcc jGupKGiu092KU/a0a91MAap4l5YU6OkjvUcelCOi2nHPzhZ/JlY3VEAM9B8d91KrDiSX xeaYdOWhl5nNweXrqRiwMS64ELIdBnxkFIitTslgjcXRnYD7nUjsgJjlnmWLj/moTsq2 ESLg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t7si3846106otd.115.2020.04.09.02.37.20; Thu, 09 Apr 2020 02:37:34 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726623AbgDIJfe (ORCPT + 99 others); Thu, 9 Apr 2020 05:35:34 -0400 Received: from cloudserver094114.home.pl ([79.96.170.134]:56726 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726561AbgDIJfe (ORCPT ); Thu, 9 Apr 2020 05:35:34 -0400 Received: from 185.80.35.16 (185.80.35.16) (HELO kreacher.localnet) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.341) id fec5b4927801836b; Thu, 9 Apr 2020 11:35:32 +0200 From: "Rafael J. Wysocki" To: Hans de Goede Cc: Darren Hart , Andy Shevchenko , platform-driver-x86@vger.kernel.org, linux-kernel@vger.kernel.org, Maxim Mikityanskiy , "5 . 3+" Subject: Re: [PATCH] platform/x86: intel_int0002_vgpio: Only bind to the INT0002 dev when using s2idle Date: Thu, 09 Apr 2020 11:35:32 +0200 Message-ID: <3029333.72LCz6h3O1@kreacher> In-Reply-To: References: <20200407213058.62870-1-hdegoede@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday, April 8, 2020 12:23:53 AM CEST Hans de Goede wrote: > Hi all, > > I just realized that I should have added a cover letter to this > patch to discuss how to merge it. > > Rafael has already queued up the > "[PATCH v3 2/2] platform/x86: intel_int0002_vgpio: Use acpi_register_wakeup_handler()" This has been merged by Linus already. > in his tree. Looking at both patches the parts of the file the > touch are different enough that that should not be a problem though. > > So I guess this can go through platform/x86 as usual, or > (assuming everyone is ok with the change itself) alternatively > Rafael can take it to make sure there will be no conflicts? Just merge it through platform-x86. Cheers!