mbox series

[GIT,PULL] Reset controller fixes for v5.1

Message ID 1553599758.6854.3.camel@pengutronix.de
State New
Headers show
Series [GIT,PULL] Reset controller fixes for v5.1 | expand

Pull-request

git://git.pengutronix.de/pza/linux tags/reset-fixes-for-v5.1

Message

Philipp Zabel March 26, 2019, 11:29 a.m. UTC
Dear arm-soc maintainers,

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.pengutronix.de/pza/linux tags/reset-fixes-for-v5.1

for you to fetch changes up to 13e8a05b922457761ddef39cfff6231bd4ed9eef:

  reset: meson-audio-arb: Fix missing .owner setting of reset_controller_dev (2019-03-25 16:22:10 +0100)

----------------------------------------------------------------
Reset controller fixes for v5.1

This tag adds missing USB PHY reset lines to the Meson G12A reset
controller header and fixes the Meson Audio ARB driver to prevent
module unloading while it is in use.

----------------------------------------------------------------
Axel Lin (1):
      reset: meson-audio-arb: Fix missing .owner setting of reset_controller_dev

Neil Armstrong (1):
      dt-bindings: reset: meson-g12a: Add missing USB2 PHY resets

 drivers/reset/reset-meson-audio-arb.c                | 1 +
 include/dt-bindings/reset/amlogic,meson-g12a-reset.h | 5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

Comments

Olof Johansson April 7, 2019, 10:14 p.m. UTC | #1
On Tue, Mar 26, 2019 at 12:29:18PM +0100, Philipp Zabel wrote:
> Dear arm-soc maintainers,
> 
> 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.pengutronix.de/pza/linux tags/reset-fixes-for-v5.1
> 
> for you to fetch changes up to 13e8a05b922457761ddef39cfff6231bd4ed9eef:
> 
>   reset: meson-audio-arb: Fix missing .owner setting of reset_controller_dev (2019-03-25 16:22:10 +0100)
> 
> ----------------------------------------------------------------
> Reset controller fixes for v5.1
> 
> This tag adds missing USB PHY reset lines to the Meson G12A reset
> controller header and fixes the Meson Audio ARB driver to prevent
> module unloading while it is in use.
> 
> ----------------------------------------------------------------
> Axel Lin (1):
>       reset: meson-audio-arb: Fix missing .owner setting of reset_controller_dev
> 
> Neil Armstrong (1):
>       dt-bindings: reset: meson-g12a: Add missing USB2 PHY resets

Merged, thanks.


-Olof