mbox series

[GIT,PULL] firmware: arm_scmi: fixes for scmi-updates-5.4

Message ID 20190918142139.GA4370@bogus
State New
Headers show
Series [GIT,PULL] firmware: arm_scmi: fixes for scmi-updates-5.4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/scmi-fixes-5.4

Message

Sudeep Holla Sept. 18, 2019, 2:21 p.m. UTC
Hi ARM SoC Team,

Please pull ! The changes in reset driver has been acked by Philipp Zabel
and agreed to be merged via ARM SoC tree.

Regards,
Sudeep

-->8

The following changes since commit c8ae9c2da1cc5d18b6d51d10160508a3dc3436bf:

  reset: Add support for resets provided by SCMI (2019-08-12 12:23:02 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/scmi-fixes-5.4

for you to fetch changes up to 61423712dbb86e02af4aa5de65b9041493c92cac:

  reset: reset-scmi: add missing handle initialisation (2019-09-18 13:42:44 +0100)

----------------------------------------------------------------
ARM SCMI fixes for v5.4

Couple of fixes: one in scmi reset driver initialising missed scmi handle
and an other in scmi reset API implementation fixing the assignment of
reset state

----------------------------------------------------------------
Sudeep Holla (2):
      firmware: arm_scmi: reset: fix reset_state assignment in scmi_domain_reset
      reset: reset-scmi: add missing handle initialisation

 drivers/firmware/arm_scmi/reset.c | 2 +-
 drivers/reset/reset-scmi.c        | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

Comments

Olof Johansson Sept. 29, 2019, 5:49 p.m. UTC | #1
On Wed, Sep 18, 2019 at 03:21:39PM +0100, Sudeep Holla wrote:
> Hi ARM SoC Team,
> 
> Please pull ! The changes in reset driver has been acked by Philipp Zabel
> and agreed to be merged via ARM SoC tree.
> 
> Regards,
> Sudeep
> 
> -->8
> 
> The following changes since commit c8ae9c2da1cc5d18b6d51d10160508a3dc3436bf:
> 
>   reset: Add support for resets provided by SCMI (2019-08-12 12:23:02 +0100)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/scmi-fixes-5.4
> 
> for you to fetch changes up to 61423712dbb86e02af4aa5de65b9041493c92cac:
> 
>   reset: reset-scmi: add missing handle initialisation (2019-09-18 13:42:44 +0100)

Thanks, merged.


-Olof