From patchwork Sun Jan 5 16:03:55 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans de Goede X-Patchwork-Id: 207462 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.9 required=3.0 tests=DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, 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 E65F6C33C9A for ; Sun, 5 Jan 2020 16:04:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A7DFC24650 for ; Sun, 5 Jan 2020 16:04:04 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="P5IG+VhF" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726376AbgAEQEE (ORCPT ); Sun, 5 Jan 2020 11:04:04 -0500 Received: from us-smtp-1.mimecast.com ([207.211.31.81]:51339 "EHLO us-smtp-delivery-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726212AbgAEQED (ORCPT ); Sun, 5 Jan 2020 11:04:03 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1578240243; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=EZCMLeEnDp7SGoOxxQSF2uRhff4VPWzcJo9YvOtRxu8=; b=P5IG+VhF7XGRXUc/vCvWDJjH+UQTEAkINbNj258+xRj4GGME6qGMtjWUL4OomfL/0P7/d1 NtkrlvAbN+nk0QTOv7SFGkckwnGu5yO55zwKkHOx3pI8I8PnTqu7IUhKmjck9cMfKp1ddR +o5ao3LBHoLq0+NDeOSfxjRN8YP3STI= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-307-n5aG5_0LMKShhset5gwNuQ-1; Sun, 05 Jan 2020 11:04:01 -0500 X-MC-Unique: n5aG5_0LMKShhset5gwNuQ-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 3B8B3107ACC9; Sun, 5 Jan 2020 16:04:00 +0000 (UTC) Received: from shalem.localdomain.com (ovpn-116-82.ams2.redhat.com [10.36.116.82]) by smtp.corp.redhat.com (Postfix) with ESMTP id 7E93460C63; Sun, 5 Jan 2020 16:03:58 +0000 (UTC) From: Hans de Goede To: Mika Westerberg , Andy Shevchenko , Bartosz Golaszewski , Linus Walleij Cc: Hans de Goede , linux-gpio@vger.kernel.org, linux-acpi@vger.kernel.org Subject: [PATCH resend v2 0/2] gpiolib: acpi: Add honor_wakeup module-option + DMI quirk Date: Sun, 5 Jan 2020 17:03:55 +0100 Message-Id: <20200105160357.97154-1-hdegoede@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Hi Linus, As discussed here is a rebased resend of the 2 patches to fix suspend/resume on some HP X2 models. Regards, Hans