Re: [PATCH] soc: ti: pm33xx: Add a print while entering RTC only mode with DDR in self-refresh

2019-06-10 Thread Tony Lindgren
* Tony Lindgren [190429 18:43]: > * santosh.shilim...@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. > > > > > >

Re: [PATCH] soc: ti: pm33xx: Add a print while entering RTC only mode with DDR in self-refresh

2019-04-29 Thread Tony Lindgren
* santosh.shilim...@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 > > --- > Acked-by:

Re: [PATCH] soc: ti: pm33xx: Add a print while entering RTC only mode with DDR in self-refresh

2019-04-29 Thread santosh.shilim...@oracle.com
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 --- Acked-by: Santosh Shilimkar Tony, Am assuming you will queue this up ?

[PATCH] soc: ti: pm33xx: Add a print while entering RTC only mode with DDR in self-refresh

2019-04-28 Thread Keerthy
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 --- drivers/soc/ti/pm33xx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/soc/ti/pm33xx.c