mbox series

[GIT,PULL] Renesas ARM Based SoC Updates for v5.2

Message ID cover.1555683298.git.horms+renesas@verge.net.au
State New
Headers show
Series [GIT,PULL] Renesas ARM Based SoC Updates for v5.2 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-arm-soc-for-v5.2

Message

Simon Horman April 19, 2019, 2:35 p.m. UTC
Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC updates for v5.2.


The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-arm-soc-for-v5.2

for you to fetch changes up to 115bbc30c6d2d7c8eddf87f88c1b7033522d47d2:

  ARM: shmobile: fix a leaked reference by adding missing of_node_put (2019-03-18 10:32:36 +0100)

----------------------------------------------------------------
Renesas ARM Based SoC Updates for v5.2

* Power Management
  - Fix a leaked reference by adding missing of_node_put

* R-Car M2-W (R8A77910) based Porter board
  - Enable regulator quirk

----------------------------------------------------------------
Marek Vasut (1):
      ARM: shmobile: porter: enable R-Car Gen2 regulator quirk

Wen Yang (1):
      ARM: shmobile: fix a leaked reference by adding missing of_node_put

 arch/arm/mach-shmobile/pm-rcar-gen2.c              | 1 +
 arch/arm/mach-shmobile/regulator-quirk-rcar-gen2.c | 6 ++++--
 2 files changed, 5 insertions(+), 2 deletions(-)

Comments

Olof Johansson April 29, 2019, 6:40 a.m. UTC | #1
On Fri, Apr 19, 2019 at 04:35:07PM +0200, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
> 
> Please consider these Renesas ARM based SoC updates for v5.2.
> 
> 
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-arm-soc-for-v5.2
> 
> for you to fetch changes up to 115bbc30c6d2d7c8eddf87f88c1b7033522d47d2:
> 
>   ARM: shmobile: fix a leaked reference by adding missing of_node_put (2019-03-18 10:32:36 +0100)
> 
> ----------------------------------------------------------------
> Renesas ARM Based SoC Updates for v5.2
> 
> * Power Management
>   - Fix a leaked reference by adding missing of_node_put
> 
> * R-Car M2-W (R8A77910) based Porter board
>   - Enable regulator quirk

Merged, thanks.


-Olof