linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] soc: ti: wkup_m3: Add PRCM int16 as the wake up source
@ 2018-11-12  5:17 Keerthy
  2018-11-13 18:50 ` Santosh Shilimkar
  0 siblings, 1 reply; 3+ messages in thread
From: Keerthy @ 2018-11-12  5:17 UTC (permalink / raw)
  To: ssantosh, tony
  Cc: linux-arm-kernel, d-gerlach, t-kristo, j-keerthy, linux-kernel

Add PRCM int16 as the wake up source.

Signed-off-by: Keerthy <j-keerthy@ti.com>
---
 drivers/soc/ti/wkup_m3_ipc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/soc/ti/wkup_m3_ipc.c b/drivers/soc/ti/wkup_m3_ipc.c
index f5cb8c0..d65e361 100644
--- a/drivers/soc/ti/wkup_m3_ipc.c
+++ b/drivers/soc/ti/wkup_m3_ipc.c
@@ -57,6 +57,7 @@
 static struct wkup_m3_ipc *m3_ipc_state;
 
 static const struct wkup_m3_wakeup_src wakeups[] = {
+	{.irq_nr = 16,	.src = "PRCM"},
 	{.irq_nr = 35,	.src = "USB0_PHY"},
 	{.irq_nr = 36,	.src = "USB1_PHY"},
 	{.irq_nr = 40,	.src = "I2C0"},
-- 
1.9.1


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

* Re: [PATCH] soc: ti: wkup_m3: Add PRCM int16 as the wake up source
  2018-11-12  5:17 [PATCH] soc: ti: wkup_m3: Add PRCM int16 as the wake up source Keerthy
@ 2018-11-13 18:50 ` Santosh Shilimkar
  2018-11-19 18:36   ` Tony Lindgren
  0 siblings, 1 reply; 3+ messages in thread
From: Santosh Shilimkar @ 2018-11-13 18:50 UTC (permalink / raw)
  To: Keerthy, ssantosh, tony
  Cc: linux-arm-kernel, d-gerlach, t-kristo, linux-kernel

On 11/11/2018 9:17 PM, Keerthy wrote:
> Add PRCM int16 as the wake up source.
> 
> Signed-off-by: Keerthy <j-keerthy@ti.com>
> ---
Looks good.

Tony, Would you able to pick this up ?

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

* Re: [PATCH] soc: ti: wkup_m3: Add PRCM int16 as the wake up source
  2018-11-13 18:50 ` Santosh Shilimkar
@ 2018-11-19 18:36   ` Tony Lindgren
  0 siblings, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2018-11-19 18:36 UTC (permalink / raw)
  To: Santosh Shilimkar
  Cc: Keerthy, ssantosh, linux-arm-kernel, d-gerlach, t-kristo, linux-kernel

* Santosh Shilimkar <santosh.shilimkar@oracle.com> [181113 18:51]:
> On 11/11/2018 9:17 PM, Keerthy wrote:
> > Add PRCM int16 as the wake up source.
> > 
> > Signed-off-by: Keerthy <j-keerthy@ti.com>
> > ---
> Looks good.
> 
> Tony, Would you able to pick this up ?

Sure, aplying into omap-for-v4.21/driver thanks.

Tony

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

end of thread, other threads:[~2018-11-19 18:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-12  5:17 [PATCH] soc: ti: wkup_m3: Add PRCM int16 as the wake up source Keerthy
2018-11-13 18:50 ` Santosh Shilimkar
2018-11-19 18:36   ` Tony Lindgren

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).