[PATCH 0/6] mailbox: core cleanup patches

From: Tudor Ambarus
Date: Tue Jan 28 2025 - 04:16:10 EST


Here are few small cleanup patches that I made when working on the
exynos mailbox controller driver. It touches error codes, what the mutex
in the core protects and what header files are included.

Cheers,
ta

Signed-off-by: Tudor Ambarus <tudor.ambarus@xxxxxxxxxx>
---
Tudor Ambarus (6):
mailbox: use error ret code of of_parse_phandle_with_args()
mailbox: don't protect of_parse_phandle_with_args with con_mutex
mailbox: sort headers alphabetically
mailbox: explicitly include <linux/bits.h>
mailbox: remove unused header files
MAINTAINERS: add mailbox API's tree type and location

MAINTAINERS | 1 +
drivers/mailbox/mailbox.c | 23 ++++++++++-------------
drivers/mailbox/mailbox.h | 2 ++
include/linux/mailbox_client.h | 2 +-
include/linux/mailbox_controller.h | 6 +++---
5 files changed, 17 insertions(+), 17 deletions(-)
---
base-commit: 4783ce32b0806911287f35cc65b799876d6f9547
change-id: 20241221-mbox-mutex-ced37c16f509

Best regards,
--
Tudor Ambarus <tudor.ambarus@xxxxxxxxxx>