linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers: mailbox: Make ti-msgmr driver depend on ARCH_K3
@ 2018-08-28  0:53 Nishanth Menon
  2018-09-21 19:56 ` Nishanth Menon
  0 siblings, 1 reply; 2+ messages in thread
From: Nishanth Menon @ 2018-08-28  0:53 UTC (permalink / raw)
  To: linux-arm-kernel

ti-msgmr driver can support K3 platforms as well.

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

Jassi,
Last of the patch series for K3 platform support for secure proxy..

Since we now have ARCH_K3 and Secure proxy support in v4.19-rc1,

The dependent patch to enable the driver when ARCH_K3 is selected.

 drivers/mailbox/Kconfig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox/Kconfig
index 841c005d8ebb..3eeb12e93e98 100644
--- a/drivers/mailbox/Kconfig
+++ b/drivers/mailbox/Kconfig
@@ -105,12 +105,12 @@ config STI_MBOX
 
 config TI_MESSAGE_MANAGER
 	tristate "Texas Instruments Message Manager Driver"
-	depends on ARCH_KEYSTONE
+	depends on ARCH_KEYSTONE || ARCH_K3
 	help
 	  An implementation of Message Manager slave driver for Keystone
-	  architecture SoCs from Texas Instruments. Message Manager is a
-	  communication entity found on few of Texas Instrument's keystone
-	  architecture SoCs. These may be used for communication between
+	  and K3 architecture SoCs from Texas Instruments. Message Manager
+	  is a communication entity found on few of Texas Instrument's keystone
+	  and K3 architecture SoCs. These may be used for communication between
 	  multiple processors within the SoC. Select this driver if your
 	  platform has support for the hardware block.
 
-- 
2.15.1

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

* [PATCH] drivers: mailbox: Make ti-msgmr driver depend on ARCH_K3
  2018-08-28  0:53 [PATCH] drivers: mailbox: Make ti-msgmr driver depend on ARCH_K3 Nishanth Menon
@ 2018-09-21 19:56 ` Nishanth Menon
  0 siblings, 0 replies; 2+ messages in thread
From: Nishanth Menon @ 2018-09-21 19:56 UTC (permalink / raw)
  To: linux-arm-kernel

On 00:53-20180828, Nishanth Menon wrote:
> ti-msgmr driver can support K3 platforms as well.
> 
> Signed-off-by: Nishanth Menon <nm@ti.com>
Jassi,
I am assuming as usual, you'd pick it up in v4.19-rc8 or nearabouts..
Just checking to make sure you have no objections.

Regards,
Nishanth Menon

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

end of thread, other threads:[~2018-09-21 19:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-28  0:53 [PATCH] drivers: mailbox: Make ti-msgmr driver depend on ARCH_K3 Nishanth Menon
2018-09-21 19:56 ` Nishanth Menon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).