* [PATCH] soc: ti: pm33xx: Add a print while entering RTC only mode with DDR in self-refresh
@ 2019-04-29 4:44 Keerthy
2019-04-29 18:39 ` santosh.shilimkar
0 siblings, 1 reply; 4+ messages in thread
From: Keerthy @ 2019-04-29 4:44 UTC (permalink / raw)
To: ssantosh, tony; +Cc: linux-kernel, linux-omap, j-keerthy, d-gerlach, t-kristo
Currently there is no way to distinguish if the SoC entered DS0
mode or the RTC only mode. Hence add a print before entering
the RTC only mode.
Signed-off-by: Keerthy <j-keerthy@ti.com>
---
drivers/soc/ti/pm33xx.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/soc/ti/pm33xx.c b/drivers/soc/ti/pm33xx.c
index fc5802ccb1c0..bb77c220b6f8 100644
--- a/drivers/soc/ti/pm33xx.c
+++ b/drivers/soc/ti/pm33xx.c
@@ -178,6 +178,7 @@ static int am33xx_pm_suspend(suspend_state_t suspend_state)
suspend_wfi_flags);
suspend_wfi_flags &= ~WFI_FLAG_RTC_ONLY;
+ dev_info(pm33xx_dev, "Entering RTC Only mode with DDR in self-refresh\n");
if (!ret) {
clk_restore_context();
--
2.17.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] soc: ti: pm33xx: Add a print while entering RTC only mode with DDR in self-refresh
2019-04-29 4:44 [PATCH] soc: ti: pm33xx: Add a print while entering RTC only mode with DDR in self-refresh Keerthy
@ 2019-04-29 18:39 ` santosh.shilimkar
2019-04-29 18:42 ` Tony Lindgren
0 siblings, 1 reply; 4+ messages in thread
From: santosh.shilimkar @ 2019-04-29 18:39 UTC (permalink / raw)
To: Keerthy, ssantosh, tony; +Cc: linux-kernel, linux-omap, d-gerlach, t-kristo
On 4/28/19 9:44 PM, Keerthy wrote:
> Currently there is no way to distinguish if the SoC entered DS0
> mode or the RTC only mode. Hence add a print before entering
> the RTC only mode.
>
> Signed-off-by: Keerthy <j-keerthy@ti.com>
> ---
Acked-by: Santosh Shilimkar <ssantosh@kernel.org>
Tony, Am assuming you will queue this up ?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] soc: ti: pm33xx: Add a print while entering RTC only mode with DDR in self-refresh
2019-04-29 18:39 ` santosh.shilimkar
@ 2019-04-29 18:42 ` Tony Lindgren
2019-06-10 12:20 ` Tony Lindgren
0 siblings, 1 reply; 4+ messages in thread
From: Tony Lindgren @ 2019-04-29 18:42 UTC (permalink / raw)
To: santosh.shilimkar@oracle.com
Cc: Keerthy, ssantosh, linux-kernel, linux-omap, d-gerlach, t-kristo
* santosh.shilimkar@oracle.com <santosh.shilimkar@oracle.com> [190429 18:40]:
> On 4/28/19 9:44 PM, Keerthy wrote:
> > Currently there is no way to distinguish if the SoC entered DS0
> > mode or the RTC only mode. Hence add a print before entering
> > the RTC only mode.
> >
> > Signed-off-by: Keerthy <j-keerthy@ti.com>
> > ---
> Acked-by: Santosh Shilimkar <ssantosh@kernel.org>
>
> Tony, Am assuming you will queue this up ?
OK yeah I'll queue it.
Thanks,
Tony
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] soc: ti: pm33xx: Add a print while entering RTC only mode with DDR in self-refresh
2019-04-29 18:42 ` Tony Lindgren
@ 2019-06-10 12:20 ` Tony Lindgren
0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2019-06-10 12:20 UTC (permalink / raw)
To: santosh.shilimkar@oracle.com
Cc: Keerthy, ssantosh, linux-kernel, linux-omap, d-gerlach, t-kristo
* Tony Lindgren <tony@atomide.com> [190429 18:43]:
> * santosh.shilimkar@oracle.com <santosh.shilimkar@oracle.com> [190429 18:40]:
> > On 4/28/19 9:44 PM, Keerthy wrote:
> > > Currently there is no way to distinguish if the SoC entered DS0
> > > mode or the RTC only mode. Hence add a print before entering
> > > the RTC only mode.
> > >
> > > Signed-off-by: Keerthy <j-keerthy@ti.com>
> > > ---
> > Acked-by: Santosh Shilimkar <ssantosh@kernel.org>
> >
> > Tony, Am assuming you will queue this up ?
>
> OK yeah I'll queue it.
Just found this still sitting in my inbox, applying into omap-for-v5.3/soc.
Sorry for the delay.
Regards,
Tony
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-06-10 12:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-29 4:44 [PATCH] soc: ti: pm33xx: Add a print while entering RTC only mode with DDR in self-refresh Keerthy
2019-04-29 18:39 ` santosh.shilimkar
2019-04-29 18:42 ` Tony Lindgren
2019-06-10 12:20 ` 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).