mbox series

[GIT,PULL] firmware: arm_scmi: Updates for v5.14(part 2)

Message ID 20210625102819.206172-1-sudeep.holla@arm.com
State New
Headers show
Series [GIT,PULL] firmware: arm_scmi: Updates for v5.14(part 2) | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/scmi-updates-5.14-2

Message

Sudeep Holla June 25, 2021, 10:28 a.m. UTC
Hi ARM SoC Team,

Please pull !

Regards,
Sudeep

-->8

The following changes since commit 61832b35b4d953b2b4f6c668a3ad2a3013f40532:

  firmware: arm_scmi: Avoid multiple initialisations of hdr->protocol_id (2021-06-08 16:06:12 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/scmi-updates-5.14-2

for you to fetch changes up to 8ecab77009297ee716c92ced1dd6d8487988b624:

  firmware: arm_scmi: Ensure drivers provide a probe function (2021-06-25 10:51:25 +0100)

----------------------------------------------------------------
ARM SCMI updates for v5.14

A single fix adding check for presence of probe while registering
the driver to prevent NULL pointer access. There is also a minor cleanup
dropping the duplicate check as the driver core already takes care of it.

----------------------------------------------------------------
Sudeep Holla (2):
      firmware: arm_scmi: Simplify device probe function on the bus
      firmware: arm_scmi: Ensure drivers provide a probe function

 drivers/firmware/arm_scmi/bus.c | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Comments

Sudeep Holla July 13, 2021, 10:50 a.m. UTC | #1
On Fri, Jun 25, 2021 at 11:28:19AM +0100, Sudeep Holla wrote:
> Hi ARM SoC Team,
>
> Please pull !
>

Please ignore this, will send updated fixes. I will delete the tag to
avoid confusion.

--
Regards,
Sudeep