From: Stephen Boyd <sboyd@kernel.org>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-kernel@vger.kernel.org, patches@lists.linux.dev
Subject: [PATCH 0/6] SPMI patches for v6.4
Date: Thu, 13 Apr 2023 15:38:28 -0700 [thread overview]
Message-ID: <20230413223834.4084793-1-sboyd@kernel.org> (raw)
Hi Greg,
Here's the pile of SPMI patches for the next merge window. They're
mostly cleanups, one batch migrates drivers to the new platform driver
remove function and another drops of_match_ptr() from the Mediatek
driver. There's also some kernel-doc warning fixes and we allow the
'remove' callback for spmi drivers to be optional so that drivers that
don't have one don't oops when they're unbound.
Jishnu Prakash (1):
spmi: Add a check for remove callback when removing a SPMI driver
Krzysztof Kozlowski (1):
spmi: mtk-pmif: Drop of_match_ptr for ID table
Randy Dunlap (1):
spmi: fix W=1 kernel-doc warnings
Uwe Kleine-König (3):
spmi: hisi-spmi-controller: Convert to platform remove callback
returning void
spmi: mtk-pmif: Convert to platform remove callback returning void
spmi: pmic-arb: Convert to platform remove callback returning void
drivers/spmi/hisi-spmi-controller.c | 5 ++---
drivers/spmi/spmi-mtk-pmif.c | 7 +++----
drivers/spmi/spmi-pmic-arb.c | 9 ++++-----
drivers/spmi/spmi.c | 8 +++++---
4 files changed, 14 insertions(+), 15 deletions(-)
--
https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git/
https://git.kernel.org/pub/scm/linux/kernel/git/sboyd/spmi.git
next reply other threads:[~2023-04-13 22:38 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-13 22:38 Stephen Boyd [this message]
2023-04-13 22:38 ` [PATCH 1/6] spmi: hisi-spmi-controller: Convert to platform remove callback returning void Stephen Boyd
2023-04-13 22:38 ` [PATCH 2/6] spmi: mtk-pmif: " Stephen Boyd
2023-04-13 22:38 ` [PATCH 3/6] spmi: pmic-arb: " Stephen Boyd
2023-04-13 22:38 ` [PATCH 4/6] spmi: mtk-pmif: Drop of_match_ptr for ID table Stephen Boyd
2023-04-13 22:38 ` [PATCH 5/6] spmi: fix W=1 kernel-doc warnings Stephen Boyd
2023-04-13 22:38 ` [PATCH 6/6] spmi: Add a check for remove callback when removing a SPMI driver Stephen Boyd
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=20230413223834.4084793-1-sboyd@kernel.org \
--to=sboyd@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=patches@lists.linux.dev \
/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