mbox series

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

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/arm-ffa-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 cc2195fe536c28e192df5d07e6dd277af36814b4:

  firmware: arm_ffa: Add support for MEM_* interfaces (2021-05-26 22:38:43 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/arm-ffa-5.14-2

for you to fetch changes up to a990edc2481124009f11416e9f0bd32b727c9255:

  firmware: arm_ffa: Fix the comment style (2021-06-22 17:25:11 +0100)

----------------------------------------------------------------
Arm FF-A updates for v5.14

Couple of fixes: one adding check for presence of probe while registering
the driver to prevent NULL pointer access and other fixing some code
comment style reported by clang as warning. There is also a minor cleanup
dropping the duplicate check as the driver core already takes care of it.

----------------------------------------------------------------
Sudeep Holla (1):
      firmware: arm_ffa: Fix the comment style

Uwe Kleine-König (2):
      firmware: arm_ffa: Ensure drivers provide a probe function
      firmware: arm_ffa: Simplify probe function

 drivers/firmware/arm_ffa/bus.c    | 6 +++---
 drivers/firmware/arm_ffa/driver.c | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Comments

Sudeep Holla July 13, 2021, 10:51 a.m. UTC | #1
On Fri, Jun 25, 2021 at 11:28:07AM +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