soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] firmware: arm_ffa: Updates for v5.14(part 2)
@ 2021-06-25 10:28 Sudeep Holla
  2021-06-25 10:28 ` Sudeep Holla
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Sudeep Holla @ 2021-06-25 10:28 UTC (permalink / raw)
  To: ARM SoC Team, SoC Team, ALKML; +Cc: Sudeep Holla, Arnd Bergmann, Olof Johansson

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(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [GIT PULL] firmware: arm_ffa: Updates for v5.14(part 2)
  2021-06-25 10:28 [GIT PULL] firmware: arm_ffa: Updates for v5.14(part 2) Sudeep Holla
@ 2021-06-25 10:28 ` Sudeep Holla
  2021-07-13 10:51 ` Sudeep Holla
  2021-07-16 21:22 ` patchwork-bot+linux-soc
  2 siblings, 0 replies; 5+ messages in thread
From: Sudeep Holla @ 2021-06-25 10:28 UTC (permalink / raw)
  To: ARM SoC Team, SoC Team, ALKML; +Cc: Sudeep Holla, Arnd Bergmann, Olof Johansson

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(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] firmware: arm_ffa: Updates for v5.14(part 2)
  2021-06-25 10:28 [GIT PULL] firmware: arm_ffa: Updates for v5.14(part 2) Sudeep Holla
  2021-06-25 10:28 ` Sudeep Holla
@ 2021-07-13 10:51 ` Sudeep Holla
  2021-07-13 10:51   ` Sudeep Holla
  2021-07-16 21:22 ` patchwork-bot+linux-soc
  2 siblings, 1 reply; 5+ messages in thread
From: Sudeep Holla @ 2021-07-13 10:51 UTC (permalink / raw)
  To: ARM SoC Team, SoC Team, ALKML; +Cc: Arnd Bergmann, Olof Johansson, Sudeep Holla

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] firmware: arm_ffa: Updates for v5.14(part 2)
  2021-07-13 10:51 ` Sudeep Holla
@ 2021-07-13 10:51   ` Sudeep Holla
  0 siblings, 0 replies; 5+ messages in thread
From: Sudeep Holla @ 2021-07-13 10:51 UTC (permalink / raw)
  To: ARM SoC Team, SoC Team, ALKML; +Cc: Arnd Bergmann, Olof Johansson, Sudeep Holla

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] firmware: arm_ffa: Updates for v5.14(part 2)
  2021-06-25 10:28 [GIT PULL] firmware: arm_ffa: Updates for v5.14(part 2) Sudeep Holla
  2021-06-25 10:28 ` Sudeep Holla
  2021-07-13 10:51 ` Sudeep Holla
@ 2021-07-16 21:22 ` patchwork-bot+linux-soc
  2 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+linux-soc @ 2021-07-16 21:22 UTC (permalink / raw)
  To: Sudeep Holla; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (refs/heads/arm/fixes):

On Fri, 25 Jun 2021 11:28:07 +0100 you wrote:
> Hi ARM SoC Team,
> 
> Please pull !
> 
> Regards,
> Sudeep
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] firmware: arm_ffa: Updates for v5.14(part 2)
    https://git.kernel.org/soc/soc/c/e73153ba0c7f

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-07-16 21:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-25 10:28 [GIT PULL] firmware: arm_ffa: Updates for v5.14(part 2) Sudeep Holla
2021-06-25 10:28 ` Sudeep Holla
2021-07-13 10:51 ` Sudeep Holla
2021-07-13 10:51   ` Sudeep Holla
2021-07-16 21:22 ` patchwork-bot+linux-soc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).