The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH v1 0/3] mailbox: rockchip: Some cleanups
@ 2026-08-25 14:19 Uwe Kleine-König
  2026-08-25 14:19 ` [PATCH v1 1/3] mailbox: rockchip: Add a prefix for register defines Uwe Kleine-König
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Uwe Kleine-König @ 2026-08-25 14:19 UTC (permalink / raw)
  To: Jassi Brar, Heiko Stuebner; +Cc: linux-kernel, linux-arm-kernel, linux-rockchip

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-08-25 14:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-25 14:19 [PATCH v1 0/3] mailbox: rockchip: Some cleanups Uwe Kleine-König
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox