From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Saravana Kannan <saravanak@google.com>,
Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
Stephen Boyd <sboyd@kernel.org>,
Dario Binacchi <dario.binacchi@amarulasolutions.com>,
Tony Lindgren <tony@atomide.com>,
linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org,
linux-tegra@vger.kernel.org, linux-omap@vger.kernel.org,
linux-hardening@vger.kernel.org
Cc: "Rafael J. Wysocki" <rafael@kernel.org>,
Peter De Schrijver <pdeschrijver@nvidia.com>,
Prashant Gaikwad <pgaikwad@nvidia.com>,
Michael Turquette <mturquette@baylibre.com>,
Thierry Reding <thierry.reding@gmail.com>,
Jonathan Hunter <jonathanh@nvidia.com>,
Tero Kristo <kristo@kernel.org>,
Kees Cook <keescook@chromium.org>,
Andy Shevchenko <andy@kernel.org>
Subject: [PATCH v2 0/4] clk: Add kstrdup_and_replace() helper and use it
Date: Fri, 4 Aug 2023 17:39:06 +0300 [thread overview]
Message-ID: <20230804143910.15504-1-andriy.shevchenko@linux.intel.com> (raw)
There are a few existing users and more might come which would like
to have the kstrdup_and_replace() functionality.
Provide this new API and reuse it in a few users.
Since most of that is under CCF, perhaps it makes sense to route it
via that tree.
Changelog v2:
- added tag to patch 2 (Greg KH)
- fixed typo in three commit messages
Andy Shevchenko (4):
lib/string_helpers: Add kstrdup_and_replace() helper
driver core: Replace kstrdup() + strreplace() with
kstrdup_and_replace()
clk: tegra: Replace kstrdup() + strreplace() with
kstrdup_and_replace()
clk: ti: Replace kstrdup() + strreplace() with kstrdup_and_replace()
drivers/base/core.c | 5 ++---
drivers/clk/tegra/clk.c | 6 ++----
drivers/clk/ti/clk.c | 4 ++--
drivers/clk/ti/clkctrl.c | 9 +++++----
include/linux/string_helpers.h | 2 ++
lib/string_helpers.c | 15 +++++++++++++++
6 files changed, 28 insertions(+), 13 deletions(-)
--
2.40.0.1.gaa8946217a0b
next reply other threads:[~2023-08-04 14:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-04 14:39 Andy Shevchenko [this message]
2023-08-04 14:39 ` [PATCH v2 1/4] lib/string_helpers: Add kstrdup_and_replace() helper Andy Shevchenko
2023-08-04 14:39 ` [PATCH v2 2/4] driver core: Replace kstrdup() + strreplace() with kstrdup_and_replace() Andy Shevchenko
2023-08-04 14:39 ` [PATCH v2 3/4] clk: tegra: " Andy Shevchenko
2023-08-04 14:39 ` [PATCH v2 4/4] clk: ti: " Andy Shevchenko
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=20230804143910.15504-1-andriy.shevchenko@linux.intel.com \
--to=andriy.shevchenko@linux.intel.com \
--cc=andy@kernel.org \
--cc=dario.binacchi@amarulasolutions.com \
--cc=gregkh@linuxfoundation.org \
--cc=jonathanh@nvidia.com \
--cc=keescook@chromium.org \
--cc=kristo@kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-hardening@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=pdeschrijver@nvidia.com \
--cc=pgaikwad@nvidia.com \
--cc=rafael@kernel.org \
--cc=saravanak@google.com \
--cc=sboyd@kernel.org \
--cc=thierry.reding@gmail.com \
--cc=tony@atomide.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).