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=-5.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 CA8E3C3F2D8 for ; Wed, 4 Mar 2020 10:53:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id ADAF4214D8 for ; Wed, 4 Mar 2020 10:53:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387905AbgCDKxE (ORCPT ); Wed, 4 Mar 2020 05:53:04 -0500 Received: from cloudserver094114.home.pl ([79.96.170.134]:43875 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387850AbgCDKw6 (ORCPT ); Wed, 4 Mar 2020 05:52:58 -0500 Received: from 79.184.237.41.ipv4.supernova.orange.pl (79.184.237.41) (HELO kreacher.localnet) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.341) id c8a51d99c2fb8d5f; Wed, 4 Mar 2020 11:52:57 +0100 From: "Rafael J. Wysocki" To: "Rafael J. Wysocki" Cc: Linux ACPI , LKML , "Rafael J. Wysocki" , Daniel Drake , Jian-Hong Pan Subject: [PATCH v2 0/6] ACPI: EC: Updates related to initialization Date: Wed, 04 Mar 2020 11:42:07 +0100 Message-ID: <2411774.6kdisLRoUK@kreacher> In-Reply-To: <2094703.CetWLLyMuz@kreacher> References: <2094703.CetWLLyMuz@kreacher> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org Hi All, On Thursday, February 27, 2020 11:19:19 PM CET Rafael J. Wysocki wrote: > > The purpose of this series of update of the ACPI EC driver is to make its > initialization more straightforward. > > They fix a couple of issues, clean up some things, remove redundant code etc. > > Please refer to the changelogs of individual patches for details. > > For easier access, the series is available in the git branch at > > git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \ > acpi-ec-work > > on top of 5.6-rc3. The above is still true, including the location of the git branch containing the changes. Since the original submission, the series has been rearranged to reduce artificial dependencies between the patches and the last patch (previously [4/6]) has been reworked to take deferred probing into account properly. Thanks!