mbox series

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

Message ID 20220406153337.1265414-1-p.zabel@pengutronix.de (mailing list archive)
State Accepted
Commit 475acef9ed480818aab223addfff1636af0d1915
Headers show
Series [GIT,PULL] Reset controller fixes for v5.18 | expand

Pull-request

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

Message

Philipp Zabel April 6, 2022, 3:33 p.m. UTC
Dear arm-soc maintainers,

The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 03cb66463b5547b289099a95ac4ea591cca88ca9:

  dt-bindings: reset: Add parent "resets" property as optional (2022-04-04 11:35:29 +0200)

The first two patches were part of the missed reset-for-v5.17 tag.

----------------------------------------------------------------
Reset controller fixes for v5.18

Document the deprecated 'hisi,rst-syscon' device tree property for
hisilicon,hi3660-reset, add an error check to reset deassertion in
reset-rzg2l-usbphy-ctrl, restore transfer error handling in Tegra
reset-bpmp, and document the optional 'resets' device tree property
for socionext,uniphier-reset.

----------------------------------------------------------------
David Heidelberg (1):
      dt-bindings: reset: document deprecated HiSilicon property

Heiner Kallweit (1):
      reset: renesas: Check return value of reset_control_deassert()

Kunihiko Hayashi (1):
      dt-bindings: reset: Add parent "resets" property as optional

Sameer Pujar (1):
      reset: tegra-bpmp: Restore Handle errors in BPMP response

 .../devicetree/bindings/reset/hisilicon,hi3660-reset.yaml        | 5 +++++
 .../devicetree/bindings/reset/socionext,uniphier-reset.yaml      | 3 +++
 drivers/reset/reset-rzg2l-usbphy-ctrl.c                          | 4 +++-
 drivers/reset/tegra/reset-bpmp.c                                 | 9 ++++++++-
 4 files changed, 19 insertions(+), 2 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org April 7, 2022, 12:50 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (arm/fixes)
by Arnd Bergmann <arnd@arndb.de>:

On Wed,  6 Apr 2022 17:33:37 +0200 you wrote:
> Dear arm-soc maintainers,
> 
> The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:
> 
>   Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)
> 
> are available in the Git repository at:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Reset controller fixes for v5.18
    https://git.kernel.org/soc/soc/c/475acef9ed48

You are awesome, thank you!