All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] firmware: arm_scmi: Updates for v5.12
@ 2021-01-20 17:43 ` Sudeep Holla
  0 siblings, 0 replies; 5+ messages in thread
From: Sudeep Holla @ 2021-01-20 17:43 UTC (permalink / raw)
  To: ARM SoC Team, SoC Team, ALKML
  Cc: Arnd Bergmann, Kevin Hilman, Sudeep Holla, Olof Johansson

Hi ARM SoC Team,

Please pull !

Regards,
Sudeep

-->8

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

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

for you to fetch changes up to a90b6543bf062d65292b2c76f1630507d1c9d8ec:

  firmware: arm_scmi: Fix call site of scmi_notification_exit (2021-01-13 14:30:16 +0000)

----------------------------------------------------------------
ARM SCMI updates for v5.12

Addition of optional interrupt to signal completion of the request when
using SMC/HVC transport as on some platforms they can return before the
SCMI request is completed. Apart from that, we just have a minor fix in
scmi_remove which was found recently as we are now experimenting more on
SCMI as module. Finally, we are adding Cristian as official reviewer for
SCMI since he is more involved in active development of new features.

----------------------------------------------------------------
Cristian Marussi (1):
      firmware: arm_scmi: Fix call site of scmi_notification_exit

Jim Quinlan (2):
      dt-bindings: arm: Add optional interrupt to smc/hvc SCMI transport
      firmware: arm_scmi: Augment SMC/HVC to allow optional interrupt

Sudeep Holla (1):
      MAINTAINERS: Update ARM SCMI entry

 Documentation/devicetree/bindings/arm/arm,scmi.txt |  8 +++++
 MAINTAINERS                                        |  2 ++
 drivers/firmware/arm_scmi/driver.c                 |  4 +--
 drivers/firmware/arm_scmi/smc.c                    | 42 +++++++++++++++++++++-
 4 files changed, 53 insertions(+), 3 deletions(-)

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

* [GIT PULL] firmware: arm_scmi: Updates for v5.12
@ 2021-01-20 17:43 ` Sudeep Holla
  0 siblings, 0 replies; 5+ messages in thread
From: Sudeep Holla @ 2021-01-20 17:43 UTC (permalink / raw)
  To: ARM SoC Team, SoC Team, ALKML
  Cc: Olof Johansson, Sudeep Holla, Arnd Bergmann, Kevin Hilman

Hi ARM SoC Team,

Please pull !

Regards,
Sudeep

-->8

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

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

for you to fetch changes up to a90b6543bf062d65292b2c76f1630507d1c9d8ec:

  firmware: arm_scmi: Fix call site of scmi_notification_exit (2021-01-13 14:30:16 +0000)

----------------------------------------------------------------
ARM SCMI updates for v5.12

Addition of optional interrupt to signal completion of the request when
using SMC/HVC transport as on some platforms they can return before the
SCMI request is completed. Apart from that, we just have a minor fix in
scmi_remove which was found recently as we are now experimenting more on
SCMI as module. Finally, we are adding Cristian as official reviewer for
SCMI since he is more involved in active development of new features.

----------------------------------------------------------------
Cristian Marussi (1):
      firmware: arm_scmi: Fix call site of scmi_notification_exit

Jim Quinlan (2):
      dt-bindings: arm: Add optional interrupt to smc/hvc SCMI transport
      firmware: arm_scmi: Augment SMC/HVC to allow optional interrupt

Sudeep Holla (1):
      MAINTAINERS: Update ARM SCMI entry

 Documentation/devicetree/bindings/arm/arm,scmi.txt |  8 +++++
 MAINTAINERS                                        |  2 ++
 drivers/firmware/arm_scmi/driver.c                 |  4 +--
 drivers/firmware/arm_scmi/smc.c                    | 42 +++++++++++++++++++++-
 4 files changed, 53 insertions(+), 3 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_scmi: Updates for v5.12
@ 2021-01-22 22:46   ` Arnd Bergmann
  0 siblings, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2021-01-22 22:46 UTC (permalink / raw)
  To: ARM SoC Team, SoC Team, ALKML, Sudeep Holla
  Cc: Arnd Bergmann, Kevin Hilman, Olof Johansson

From: Arnd Bergmann <arnd@arndb.de>

On Wed, 20 Jan 2021 17:43:56 +0000, Sudeep Holla wrote:
> Please pull !
> 
> Regards,
> Sudeep
> 
> -->8
> 
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: e6babd8dded31c0235c2e83871d290dfd407e4fa

       Arnd

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

* Re: [GIT PULL] firmware: arm_scmi: Updates for v5.12
@ 2021-01-22 22:46   ` Arnd Bergmann
  0 siblings, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2021-01-22 22:46 UTC (permalink / raw)
  To: ARM SoC Team, SoC Team, ALKML, Sudeep Holla
  Cc: Olof Johansson, Arnd Bergmann, Kevin Hilman

From: Arnd Bergmann <arnd@arndb.de>

On Wed, 20 Jan 2021 17:43:56 +0000, Sudeep Holla wrote:
> Please pull !
> 
> Regards,
> Sudeep
> 
> -->8
> 
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: e6babd8dded31c0235c2e83871d290dfd407e4fa

       Arnd

_______________________________________________
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_scmi: Updates for v5.12
  2021-01-20 17:43 ` Sudeep Holla
  (?)
  (?)
@ 2021-01-22 23:00 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+linux-soc @ 2021-01-22 23:00 UTC (permalink / raw)
  To: Sudeep Holla; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (refs/heads/for-next):

On Wed, 20 Jan 2021 17:43:56 +0000 you wrote:
> Hi ARM SoC Team,
> 
> Please pull !
> 
> Regards,
> Sudeep
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] firmware: arm_scmi: Updates for v5.12
    https://git.kernel.org/soc/soc/c/e6babd8dded3

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-01-22 23:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-20 17:43 [GIT PULL] firmware: arm_scmi: Updates for v5.12 Sudeep Holla
2021-01-20 17:43 ` Sudeep Holla
2021-01-22 22:46 ` Arnd Bergmann
2021-01-22 22:46   ` Arnd Bergmann
2021-01-22 23:00 ` patchwork-bot+linux-soc

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.