From patchwork Wed Feb 3 18:40:28 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Rafael J. Wysocki" X-Patchwork-Id: 376636 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=-3.8 required=3.0 tests=BAYES_00, 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 5F9FBC4332B for ; Wed, 3 Feb 2021 18:52:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1A0CF64F7E for ; Wed, 3 Feb 2021 18:52:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232972AbhBCSwS (ORCPT ); Wed, 3 Feb 2021 13:52:18 -0500 Received: from cloudserver094114.home.pl ([79.96.170.134]:54328 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232788AbhBCSwF (ORCPT ); Wed, 3 Feb 2021 13:52:05 -0500 Received: from 89-64-80-249.dynamic.chello.pl (89.64.80.249) (HELO kreacher.localnet) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.537) id bb8086517dabd5dc; Wed, 3 Feb 2021 19:51:22 +0100 From: "Rafael J. Wysocki" To: Linux ACPI Cc: Linux PM , LKML , "Rafael J. Wysocki" , Zhang Rui , Hans de Goede , Erik Kaneda , Joe Perches , Hanjun Guo Subject: [PATCH v3 0/5] ACPI: More cleanups related to printing messages Date: Wed, 03 Feb 2021 19:40:28 +0100 Message-ID: <1961054.9MKZ8ejxOh@kreacher> In-Reply-To: <1991501.dpTHplkurC@kreacher> References: <2367702.B5bJTmGzJm@kreacher> <1991501.dpTHplkurC@kreacher> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Hi All, On Tuesday, February 2, 2021 7:11:47 PM CET Rafael J. Wysocki wrote: > > On Monday, February 1, 2021 7:14:38 PM CET Rafael J. Wysocki wrote: > > > > This series is a continuation of the effort to drop ACPICA-specific debug > > code from non-ACPICA pieces of the ACPI subsystem and to make the message > > printing in there more consistent. > > > > The patches in this series are based on linux-next from today. > > > > Details in the patch changelogs. > > Sending a v2 with updated changelogs to address review comments from Joe. > > The code changes are the same as before in all of the patches. Sending a v3 to address review comments from Hanjun. Thanks!