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=-6.5 required=3.0 tests=BAYES_00,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 A126DC07E9A for ; Mon, 12 Jul 2021 18:04:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 86E83610CB for ; Mon, 12 Jul 2021 18:04:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235800AbhGLSHS (ORCPT ); Mon, 12 Jul 2021 14:07:18 -0400 Received: from mail.kernel.org ([198.145.29.99]:36208 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234933AbhGLSHR (ORCPT ); Mon, 12 Jul 2021 14:07:17 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 6C7CA610E6; Mon, 12 Jul 2021 18:04:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1626113067; bh=IAh+lDuPli6NxbCHtzVCiLcEYGqT24fgxwCSUYEE61g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=YCUM8X0ai/AHCd/pBcre5lry/gabE5xegqrINuT9wDnQHGiAlDPSzOE3A5sQgYK/2 ZZzpiVnpV+GHMxP1YrEV5T7ZvYbQReydnetQsUEuyDDzF9pt3y9GXKERbfEka4chQj okmICmGuIsYAk7i9bL5Myh0f1ok4Wtx5d3V54ge4= Date: Mon, 12 Jul 2021 20:04:25 +0200 From: Greg Kroah-Hartman To: "Rafael J. Wysocki" Cc: "Rafael J. Wysocki" , Andy Shevchenko , Linux ACPI , LKML , "Krogerus, Heikki" Subject: Re: [PATCH v1 0/6] ACPI: glue / driver core: Eliminate acpi_platform_notify() and split device_platform_notify() Message-ID: References: <2780027.e9J7NaK4W3@kreacher> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2780027.e9J7NaK4W3@kreacher> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 12, 2021 at 07:19:57PM +0200, Rafael J. Wysocki wrote: > Hi Greg et al, > > This series doesn't change functionality (at least not intentionally), but > it get rids of a few unneeded checks, parameter passing etc. > > Patches [1-2/6] simplify the ACPI "glue" code. > > Patch [3/6] renames a couple of ACPI functions to avoid name collisions going > forward. > > Patch [4/6] gets rid of acpi_platform_notify(). > > Patch [5/6] rearranges the software nodes code along the lines of what happens > to the ACPI "glue" code in patch [4/6]. > > Patch [6/6] deals with device_platform_notify(). > > Please review and let me know if there are any concerns regarding this. Looks good, I only had one small naming comment on patch 5/6. thanks, greg k-h