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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 8F5CDC2BB54 for ; Thu, 9 Apr 2020 09:35:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5FC182072F for ; Thu, 9 Apr 2020 09:35:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726650AbgDIJfe (ORCPT ); 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!