The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: "Uwe Kleine-König" <ukleinek@kernel.org>
To: Jassi Brar <jassisinghbrar@gmail.com>, Heiko Stuebner <heiko@sntech.de>
Cc: linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org
Subject: [PATCH v1 0/3] mailbox: rockchip: Some cleanups
Date: Tue, 25 Aug 2026 16:19:23 +0200	[thread overview]
Message-ID: <cover.1787667315.git.ukleinek@kernel.org> (raw)

Hello,

while trying to understand how mailbox drivers work, I used the rockchip
driver as a reference for a working driver. I didn't succeed yet (so
it's unclear to me how the .send_data() callback can assume that data
points to a struct rockchip_mbox_msg).

This patch set is the result of picking up the patch opportunities I
noticed while looking through the driver.

Best regards
Uwe

Uwe Kleine-König (3):
  mailbox: rockchip: Add a prefix for register defines
  mailbox: rockchip: Simplify device variant handling
  mailbox: rockchip: Convert to use dev_err_probe()

 drivers/mailbox/rockchip-mailbox.c | 60 ++++++++++++++----------------
 1 file changed, 27 insertions(+), 33 deletions(-)


base-commit: a8406e6c0b793ce0788019683837c40855b55995
-- 
2.55.0.11.g153666a7d9bb


             reply	other threads:[~2026-08-25 14:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-25 14:19 Uwe Kleine-König [this message]
2026-08-25 14:19 ` [PATCH v1 1/3] mailbox: rockchip: Add a prefix for register defines Uwe Kleine-König
2026-08-25 14:19 ` [PATCH v1 2/3] mailbox: rockchip: Simplify device variant handling Uwe Kleine-König
2026-08-25 14:19 ` [PATCH v1 3/3] mailbox: rockchip: Convert to use dev_err_probe() Uwe Kleine-König

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=cover.1787667315.git.ukleinek@kernel.org \
    --to=ukleinek@kernel.org \
    --cc=heiko@sntech.de \
    --cc=jassisinghbrar@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.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