From: srini@kernel.org
To: gregkh@linuxfoundation.org
Cc: linux-kernel@vger.kernel.org, Srinivas Kandagatla <srini@kernel.org>
Subject: [PATCH 0/3] slimbus: patches for 6.18
Date: Fri, 12 Sep 2025 14:11:59 +0100 [thread overview]
Message-ID: <20250912131202.303026-1-srini@kernel.org> (raw)
From: Srinivas Kandagatla <srini@kernel.org>
Here are few slimbus patches for 6.18, Could you please queue
these for 6.18.
Patches include:
- remove unused controller driver along with its bindings.
- a typo fix.
- remove some redundant code.
Thanks,
Srini
Qiang Liu (1):
slimbus: messaging: Remove redundant code
Srinivas Kandagatla (1):
slimbus: qcom: remove unused qcom controller driver
Xichao Zhao (1):
slimbus: messaging: fix "transfered"->"transferred"
.../bindings/slimbus/qcom,slim.yaml | 86 --
.../devicetree/bindings/slimbus/slimbus.yaml | 13 +-
drivers/slimbus/Kconfig | 7 -
drivers/slimbus/Makefile | 3 -
drivers/slimbus/messaging.c | 4 +-
drivers/slimbus/qcom-ctrl.c | 735 ------------------
6 files changed, 5 insertions(+), 843 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/slimbus/qcom,slim.yaml
delete mode 100644 drivers/slimbus/qcom-ctrl.c
--
2.50.0
next reply other threads:[~2025-09-12 13:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-12 13:11 srini [this message]
2025-09-12 13:12 ` [PATCH 1/3] slimbus: qcom: remove unused qcom controller driver srini
2025-09-12 13:12 ` [PATCH 2/3] slimbus: messaging: Remove redundant code srini
2025-09-12 13:12 ` [PATCH 3/3] slimbus: messaging: fix "transfered"->"transferred" srini
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=20250912131202.303026-1-srini@kernel.org \
--to=srini@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
/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).