All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Sakari Ailus <sakari.ailus@linux.intel.com>,
	Heikki Krogerus <heikki.krogerus@linux.intel.com>,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Daniel Scally <djrscally@gmail.com>,
	linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-media@vger.kernel.org
Cc: "Rafael J. Wysocki" <rafael@kernel.org>,
	Yong Zhi <yong.zhi@intel.com>, Bingbu Cao <bingbu.cao@intel.com>,
	Tianshu Qiu <tian.shu.qiu@intel.com>,
	Mauro Carvalho Chehab <mchehab@kernel.org>
Subject: [PATCH v3 0/4] software nodes: Get rid of rarely used APIs
Date: Wed, 28 Dec 2022 11:49:18 +0200	[thread overview]
Message-ID: <20221228094922.84119-1-andriy.shevchenko@linux.intel.com> (raw)

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.

v3: added tags (Sakari, Greg)

Andy Shevchenko (4):
  media: ipu3-cio2: Don't dereference fwnode handle
  media: ipu3-cio2: Convert to use software_node_register_node_group()
  software node: Switch property entry test to a new API
  software node: Remove unused APIs

 drivers/base/swnode.c                      | 61 ----------------------
 drivers/base/test/property-entry-test.c    | 30 +++++------
 drivers/media/pci/intel/ipu3/cio2-bridge.c | 27 ++++++++--
 drivers/media/pci/intel/ipu3/cio2-bridge.h |  5 +-
 include/linux/property.h                   |  3 --
 5 files changed, 39 insertions(+), 87 deletions(-)

-- 
2.35.1


             reply	other threads:[~2022-12-28  9:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-28  9:49 Andy Shevchenko [this message]
2022-12-28  9:49 ` [PATCH v3 1/4] media: ipu3-cio2: Don't dereference fwnode handle Andy Shevchenko
2022-12-28  9:49 ` [PATCH v3 2/4] media: ipu3-cio2: Convert to use software_node_register_node_group() Andy Shevchenko
2022-12-28  9:49 ` [PATCH v3 3/4] software node: Switch property entry test to a new API Andy Shevchenko
2022-12-28  9:49 ` [PATCH v3 4/4] software node: Remove unused APIs Andy Shevchenko
2023-01-17 18:03 ` [PATCH v3 0/4] software nodes: Get rid of rarely used APIs Greg Kroah-Hartman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221228094922.84119-1-andriy.shevchenko@linux.intel.com \
    --to=andriy.shevchenko@linux.intel.com \
    --cc=bingbu.cao@intel.com \
    --cc=djrscally@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=heikki.krogerus@linux.intel.com \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=rafael@kernel.org \
    --cc=sakari.ailus@linux.intel.com \
    --cc=tian.shu.qiu@intel.com \
    --cc=yong.zhi@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.