mbox series

[GIT,PULL] Reset controller fixes for v4.17

Message ID 1526313274.4936.21.camel@pengutronix.de
State New
Headers show
Series [GIT,PULL] Reset controller fixes for v4.17 | expand

Pull-request

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

Message

Philipp Zabel May 14, 2018, 3:54 p.m. UTC
Dear arm-soc maintainers,

The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:

  Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)

are available in the git repository at:

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

for you to fetch changes up to e6914365fd280fce303a89b8a8d4529af5a2e0f9:

  reset: uniphier: fix USB clock line for LD20 (2018-04-27 11:51:12 +0200)

----------------------------------------------------------------
Reset controller fixes for v4.17

Fix the USB3 reset (offset 0x200c, bit 5) on Uniphier LD20. It was
incorrectly labeled as GIO reset. This reset line is not yet used in
uniphier-ld20.dtsi.

----------------------------------------------------------------
Masahiro Yamada (1):
      reset: uniphier: fix USB clock line for LD20

 drivers/reset/reset-uniphier.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Olof Johansson May 14, 2018, 4:27 p.m. UTC | #1
On Mon, May 14, 2018 at 05:54:34PM +0200, Philipp Zabel wrote:
> Dear arm-soc maintainers,
> 
> The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
> 
>   Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
> 
> are available in the git repository at:
> 
>   git://git.pengutronix.de/pza/linux.git tags/reset-fixes-for-4.17
> 
> for you to fetch changes up to e6914365fd280fce303a89b8a8d4529af5a2e0f9:
> 
>   reset: uniphier: fix USB clock line for LD20 (2018-04-27 11:51:12 +0200)

Merged, thanks.


-Olof