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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id F109EC54E76 for ; Tue, 17 Jan 2023 18:37:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234058AbjAQShR (ORCPT ); Tue, 17 Jan 2023 13:37:17 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56124 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230079AbjAQSbz (ORCPT ); Tue, 17 Jan 2023 13:31:55 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4022F539A2; Tue, 17 Jan 2023 10:03:51 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 330DCB8198D; Tue, 17 Jan 2023 18:03:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 60B77C433EF; Tue, 17 Jan 2023 18:03:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1673978628; bh=TdhYGhhVDn9/5V6nyNmqMYhYOHv92PX9O2ciVLbIRVQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jlp/DYjzLSsfVa6EfnkLK9etlziSUmG4MtAlEM4eL33MnNo9JHkATlCRZcDApwrOS LpyQjU5L0l+skkbW/cSv6Y8QNURjJQdLxTtscg4nxVyLFKF79PjscNF/NOv+ndA080 8dsXQ5DuEN4AQ0DbDB14L3tMqk+orrPy1eRnIO3k= Date: Tue, 17 Jan 2023 19:03:46 +0100 From: Greg Kroah-Hartman To: Andy Shevchenko Cc: Sakari Ailus , Heikki Krogerus , Daniel Scally , linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, "Rafael J. Wysocki" , Yong Zhi , Bingbu Cao , Tianshu Qiu , Mauro Carvalho Chehab Subject: Re: [PATCH v3 0/4] software nodes: Get rid of rarely used APIs Message-ID: References: <20221228094922.84119-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20221228094922.84119-1-andriy.shevchenko@linux.intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 28, 2022 at 11:49:18AM +0200, Andy Shevchenko wrote: > There is only a single user of software_node_register_nodes() and > software_node_unregister_nodes(). Convert it to what others use and > remove the unneeded APIs. > > Since we have maintainers' tags applied it can be routed either through > driver core or media tree — whatever you prefer. I'll take these now, thanks! greg k-h