[PATCH v2 0/6] mailbox: core cleanup patches

Tudor Ambarus posted 6 patches 11 months, 2 weeks ago
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(-)
[PATCH v2 0/6] mailbox: core cleanup patches
Posted by Tudor Ambarus 11 months, 2 weeks ago
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@linaro.org>
---
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@linaro.org>
Re: [PATCH v2 0/6] mailbox: core cleanup patches
Posted by Tudor Ambarus 11 months, 2 weeks ago
seems that I mangled b4 prep --resend somehow. v2 is just a resend of v1.

Thanks,
ta