mbox series

[GIT,PULL] at91: fixes for v5.1

Message ID 20190404133206.854-1-ludovic.desroches@microchip.com
State New
Headers show
Series [GIT,PULL] at91: fixes for v5.1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-5.1-fixes

Message

Ludovic Desroches April 4, 2019, 1:32 p.m. UTC
Hi Arnd, Kevin, Olof,

Here are two fixes for v5.1. One is about a typo in the sama5d2 pin
description. The other one concerns a potential reference leak on a
kobject.

Regards

Ludovic


The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

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

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-5.1-fixes

for you to fetch changes up to ba5e60c9b75dec92d4c695b928f69300b17d7686:

  arm/mach-at91/pm : fix possible object reference leak (2019-04-04 12:00:24 +0200)

----------------------------------------------------------------
AT91 fixes for 5.1

- fix a typo in sama5d2 pinmuxing which concerns the ISC data 0 signal
- fix a kobject reference leak

----------------------------------------------------------------
David Engraf (1):
      ARM: dts: at91: Fix typo in ISC_D0 on PC9

Peng Hao (1):
      arm/mach-at91/pm : fix possible object reference leak

 arch/arm/boot/dts/sama5d2-pinfunc.h | 2 +-
 arch/arm/mach-at91/pm.c             | 6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)

Comments

Olof Johansson April 7, 2019, 10:16 p.m. UTC | #1
On Thu, Apr 04, 2019 at 03:32:06PM +0200, Ludovic Desroches wrote:
> Hi Arnd, Kevin, Olof,
> 
> Here are two fixes for v5.1. One is about a typo in the sama5d2 pin
> description. The other one concerns a potential reference leak on a
> kobject.
> 
> Regards
> 
> Ludovic
> 
> 
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-5.1-fixes
> 
> for you to fetch changes up to ba5e60c9b75dec92d4c695b928f69300b17d7686:
> 
>   arm/mach-at91/pm : fix possible object reference leak (2019-04-04 12:00:24 +0200)

Merged, thanks!


-Olof