mbox series

[GIT,PULL,1/4] soc changes for omap variants for v5.3

Message ID pull-1560399818-512977@atomide.com (mailing list archive)
State Queued, archived
Commit 45450f36e569e5162957df488b0174c9a952e1b0
Headers show
Series [GIT,PULL,1/4] soc changes for omap variants for v5.3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.3/soc-signed

Message

Tony Lindgren June 13, 2019, 7:10 a.m. UTC
From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.3/soc-signed

for you to fetch changes up to 45450f36e569e5162957df488b0174c9a952e1b0:

  soc: ti: pm33xx: Add a print while entering RTC only mode with DDR in self-refresh (2019-06-10 05:19:26 -0700)

----------------------------------------------------------------
ti-sysc soc changes for v5.3

Just two changes to make few platform data functions static, and to
call dev_info() if am437x is suspending to RTC-only mode. We want to
see this in case of issues as it depends on the board wiring for things
like DDR memory.

----------------------------------------------------------------
Keerthy (1):
      soc: ti: pm33xx: Add a print while entering RTC only mode with DDR in self-refresh

YueHaibing (1):
      ARM: OMAP2+: Make some variables static

 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c | 8 ++++----
 drivers/soc/ti/pm33xx.c                                 | 1 +
 2 files changed, 5 insertions(+), 4 deletions(-)

Comments

Olof Johansson June 17, 2019, 12:17 p.m. UTC | #1
On Thu, Jun 13, 2019 at 12:10:50AM -0700, Tony Lindgren wrote:
> From: "Tony Lindgren" <tony@atomide.com>
> 
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.3/soc-signed
> 
> for you to fetch changes up to 45450f36e569e5162957df488b0174c9a952e1b0:
> 
>   soc: ti: pm33xx: Add a print while entering RTC only mode with DDR in self-refresh (2019-06-10 05:19:26 -0700)
> 
> ----------------------------------------------------------------
> ti-sysc soc changes for v5.3
> 
> Just two changes to make few platform data functions static, and to
> call dev_info() if am437x is suspending to RTC-only mode. We want to
> see this in case of issues as it depends on the board wiring for things
> like DDR memory.

Merged, thanks!


-Olof