From patchwork Thu Dec 8 14:23:31 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans de Goede X-Patchwork-Id: 631939 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 1B317C3A5A7 for ; Thu, 8 Dec 2022 14:26:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229845AbiLHOZo (ORCPT ); Thu, 8 Dec 2022 09:25:44 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49174 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229996AbiLHOZX (ORCPT ); Thu, 8 Dec 2022 09:25:23 -0500 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0C7DA9E464 for ; Thu, 8 Dec 2022 06:23:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1670509424; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=oH/gedq6ig319Sz+Wxpq5wphHAjMRh/GHfbMJEprC9Q=; b=Ta3w31J58lvOsJfBVyUnEfhrXlS7ll+o/TlqTuO63MxEEzcB5FXC1ZbtR3ku8DAOYWnWb9 u9OmKM9lFdEuI+ki4hWCtfEwVpYb8jAJuxtCE0NeUvsRLIoWvhnOK6MSplW/dBvMNvCNNs Mnpp6Nhotw+KyEf0qsRXeV3a/iETpM8= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-621-pVtLDWsrPUyhxKYAFYW4Pw-1; Thu, 08 Dec 2022 09:23:40 -0500 X-MC-Unique: pVtLDWsrPUyhxKYAFYW4Pw-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 16990185A7A3; Thu, 8 Dec 2022 14:23:40 +0000 (UTC) Received: from shalem.redhat.com (unknown [10.39.194.54]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5F1D32024CC0; Thu, 8 Dec 2022 14:23:38 +0000 (UTC) From: Hans de Goede To: "Rafael J . Wysocki" , Len Brown , Robert Moore , Mika Westerberg Cc: Hans de Goede , Zhang Rui , Andy Shevchenko , kai.heng.feng@canonical.com, =?utf-8?q?J?= =?utf-8?q?ohannes_Pen=C3=9Fel?= , linux-acpi@vger.kernel.org, devel@acpica.org Subject: [PATCH 0/4] ACPI[CA]: fix ECDT EC probe ordering issues Date: Thu, 8 Dec 2022 15:23:31 +0100 Message-Id: <20221208142335.488382-1-hdegoede@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.4 Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org Hi Rafael, As you requested in: https://github.com/acpica/acpica/pull/786#issuecomment-1342632326 Here is a non RFC version of my series fixing some ECDT EC probe ordering issues which are causing issues om some laptops: https://bugzilla.kernel.org/show_bug.cgi?id=214899 including the ACPICA changes. This series is rebased on top of linux-pm/bleeding-edge, otherwise it is unchanged from the previous [RFC v3] version.