mbox series

[0/2] Enable compile testing of TI MSGMGR/SPROXY driver

Message ID 20241014144821.15094-1-afd@ti.com (mailing list archive)
Headers show
Series Enable compile testing of TI MSGMGR/SPROXY driver | expand

Message

Andrew Davis Oct. 14, 2024, 2:48 p.m. UTC
Hello all,

This driver can be compile tested on non-TI platforms. Enabling this
also allows compile testing of drivers down the dependency tree,
such as TI_SCI_PROTOCOL.

Thanks,
Andrew

Andrew Davis (2):
  mailbox: ti-msgmgr: Remove use of of_match_ptr() helper
  mailbox: ti-msgmgr: Allow building under COMPILE_TEST

 drivers/mailbox/Kconfig     | 2 +-
 drivers/mailbox/ti-msgmgr.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Nishanth Menon Oct. 14, 2024, 4:53 p.m. UTC | #1
On 09:48-20241014, Andrew Davis wrote:
> Hello all,
> 
> This driver can be compile tested on non-TI platforms. Enabling this
> also allows compile testing of drivers down the dependency tree,
> such as TI_SCI_PROTOCOL.
> 
> Thanks,
> Andrew
> 
> Andrew Davis (2):
>   mailbox: ti-msgmgr: Remove use of of_match_ptr() helper
>   mailbox: ti-msgmgr: Allow building under COMPILE_TEST
> 
>  drivers/mailbox/Kconfig     | 2 +-
>  drivers/mailbox/ti-msgmgr.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> -- 
> 2.39.2
> 

Reviewed-by: Nishanth Menon <nm@ti.com>