From patchwork Tue Feb 2 18:11:47 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: 374694 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 D3B10C433E6 for ; Tue, 2 Feb 2021 18:25:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A3CDD64F68 for ; Tue, 2 Feb 2021 18:25:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238572AbhBBSZP (ORCPT ); Tue, 2 Feb 2021 13:25:15 -0500 Received: from cloudserver094114.home.pl ([79.96.170.134]:48932 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238451AbhBBSVW (ORCPT ); Tue, 2 Feb 2021 13:21:22 -0500 Received: from 89-64-80-193.dynamic.chello.pl (89.64.80.193) (HELO kreacher.localnet) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.537) id 4c7cb095cc4c5f2c; Tue, 2 Feb 2021 19:19:57 +0100 From: "Rafael J. Wysocki" To: Linux ACPI Cc: Linux PM , LKML , "Rafael J. Wysocki" , Zhang Rui , Hans de Goede , Erik Kaneda , Joe Perches Subject: [PATCH v2 0/5] ACPI: More cleanups related to printing messages Date: Tue, 02 Feb 2021 19:11:47 +0100 Message-ID: <1991501.dpTHplkurC@kreacher> In-Reply-To: <2367702.B5bJTmGzJm@kreacher> References: <2367702.B5bJTmGzJm@kreacher> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org Hi All, 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. Thanks! Reviewed-by: Hanjun Guo Reviewed-by: Hanjun Guo Reviewed-by: Hans de Goede Reviewed-by: Hans de Goede Reviewed-by: Hans de Goede