All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Mailbox changes for v5.17
@ 2022-01-13  2:28 ` Jassi Brar
  0 siblings, 0 replies; 4+ messages in thread
From: Jassi Brar @ 2022-01-13  2:28 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Mailing List, linux-arm-kernel

Hi Linus,

The following changes since commit c9e6606c7fe92b50a02ce51dda82586ebdf99b48:

  Linux 5.16-rc8 (2022-01-02 14:23:25 -0800)

are available in the Git repository at:

  git://git.linaro.org/landing-teams/working/fujitsu/integration.git
tags/mailbox-v5.17

for you to fetch changes up to 869b6ca39c08c5b10eeb29d4b3c4bc433bf8ba5e:

  dt-bindings: mailbox: Add more protocol and client ID (2022-01-11
23:47:33 -0600)

----------------------------------------------------------------
- qcom: misc updates to qcom-ipcc driver
- mpfs: change compatible string
- pcc: fix handling of subtypes
avoid uninit variable
- mtk: add missing of_node_put
enable control_by_sw
silent probe-defer prints
fix gce_num for mt8192
- zynq: add missing of_node_put
- imx: check for NULL instead of IS_ERR
- appple: switch to generic compatibles
- hi3660: convert comments to kernel-doc notation

----------------------------------------------------------------
Conor Dooley (1):
      mailbox: change mailbox-mpfs compatible string

Dan Carpenter (1):
      mailbox: imx: Fix an IS_ERR() vs NULL bug

Hector Martin (2):
      dt-bindings: mailbox: apple,mailbox: Add generic and t6000 compatibles
      mailbox: apple: Bind to generic compatibles

Hsin-Yi Wang (1):
      mailbox: mtk-cmdq: Silent EPROBE_DEFER errors for clks

Huang Yiwei (4):
      mailbox: qcom-ipcc: Dynamic alloc for channel arrangement
      mailbox: qcom-ipcc: Support more IPCC instance
      mailbox: qcom-ipcc: Support interrupt wake up from suspend
      dt-bindings: mailbox: Add more protocol and client ID

Randy Dunlap (1):
      mailbox: hi3660: convert struct comments to kernel-doc notation

Sudeep Holla (2):
      mailbox: pcc: Avoid using the uninitialized variable 'dev'
      mailbox: pcc: Handle all PCC subtypes correctly in pcc_mbox_irq

Wang Qing (2):
      mailbox: zynq: add missing of_node_put before return
      mailbox: mtk: add missing of_node_put before return

jason-jh.lin (2):
      mailbox: fix gce_num of mt8192 driver data
      mailbox: add control_by_sw for mt8195

 .../devicetree/bindings/mailbox/apple,mailbox.yaml | 12 ++-
 drivers/mailbox/apple-mailbox.c                    |  4 +-
 drivers/mailbox/hi3660-mailbox.c                   | 18 ++--
 drivers/mailbox/imx-mailbox.c                      |  4 +-
 drivers/mailbox/mailbox-mpfs.c                     |  2 +-
 drivers/mailbox/mtk-cmdq-mailbox.c                 | 15 ++--
 drivers/mailbox/pcc.c                              | 10 ++-
 drivers/mailbox/qcom-ipcc.c                        | 99 +++++++++++++++++-----
 drivers/mailbox/zynqmp-ipi-mailbox.c               |  1 +
 include/dt-bindings/mailbox/qcom-ipcc.h            |  2 +
 10 files changed, 116 insertions(+), 51 deletions(-)

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

* [GIT PULL] Mailbox changes for v5.17
@ 2022-01-13  2:28 ` Jassi Brar
  0 siblings, 0 replies; 4+ messages in thread
From: Jassi Brar @ 2022-01-13  2:28 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Mailing List, linux-arm-kernel

Hi Linus,

The following changes since commit c9e6606c7fe92b50a02ce51dda82586ebdf99b48:

  Linux 5.16-rc8 (2022-01-02 14:23:25 -0800)

are available in the Git repository at:

  git://git.linaro.org/landing-teams/working/fujitsu/integration.git
tags/mailbox-v5.17

for you to fetch changes up to 869b6ca39c08c5b10eeb29d4b3c4bc433bf8ba5e:

  dt-bindings: mailbox: Add more protocol and client ID (2022-01-11
23:47:33 -0600)

----------------------------------------------------------------
- qcom: misc updates to qcom-ipcc driver
- mpfs: change compatible string
- pcc: fix handling of subtypes
avoid uninit variable
- mtk: add missing of_node_put
enable control_by_sw
silent probe-defer prints
fix gce_num for mt8192
- zynq: add missing of_node_put
- imx: check for NULL instead of IS_ERR
- appple: switch to generic compatibles
- hi3660: convert comments to kernel-doc notation

----------------------------------------------------------------
Conor Dooley (1):
      mailbox: change mailbox-mpfs compatible string

Dan Carpenter (1):
      mailbox: imx: Fix an IS_ERR() vs NULL bug

Hector Martin (2):
      dt-bindings: mailbox: apple,mailbox: Add generic and t6000 compatibles
      mailbox: apple: Bind to generic compatibles

Hsin-Yi Wang (1):
      mailbox: mtk-cmdq: Silent EPROBE_DEFER errors for clks

Huang Yiwei (4):
      mailbox: qcom-ipcc: Dynamic alloc for channel arrangement
      mailbox: qcom-ipcc: Support more IPCC instance
      mailbox: qcom-ipcc: Support interrupt wake up from suspend
      dt-bindings: mailbox: Add more protocol and client ID

Randy Dunlap (1):
      mailbox: hi3660: convert struct comments to kernel-doc notation

Sudeep Holla (2):
      mailbox: pcc: Avoid using the uninitialized variable 'dev'
      mailbox: pcc: Handle all PCC subtypes correctly in pcc_mbox_irq

Wang Qing (2):
      mailbox: zynq: add missing of_node_put before return
      mailbox: mtk: add missing of_node_put before return

jason-jh.lin (2):
      mailbox: fix gce_num of mt8192 driver data
      mailbox: add control_by_sw for mt8195

 .../devicetree/bindings/mailbox/apple,mailbox.yaml | 12 ++-
 drivers/mailbox/apple-mailbox.c                    |  4 +-
 drivers/mailbox/hi3660-mailbox.c                   | 18 ++--
 drivers/mailbox/imx-mailbox.c                      |  4 +-
 drivers/mailbox/mailbox-mpfs.c                     |  2 +-
 drivers/mailbox/mtk-cmdq-mailbox.c                 | 15 ++--
 drivers/mailbox/pcc.c                              | 10 ++-
 drivers/mailbox/qcom-ipcc.c                        | 99 +++++++++++++++++-----
 drivers/mailbox/zynqmp-ipi-mailbox.c               |  1 +
 include/dt-bindings/mailbox/qcom-ipcc.h            |  2 +
 10 files changed, 116 insertions(+), 51 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] 4+ messages in thread

* Re: [GIT PULL] Mailbox changes for v5.17
  2022-01-13  2:28 ` Jassi Brar
@ 2022-01-13 19:23   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-01-13 19:23 UTC (permalink / raw)
  To: Jassi Brar; +Cc: Linus Torvalds, Linux Kernel Mailing List, linux-arm-kernel

The pull request you sent on Wed, 12 Jan 2022 20:28:54 -0600:

> git://git.linaro.org/landing-teams/working/fujitsu/integration.git tags/mailbox-v5.17

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/fb3b0673b7d5b477ed104949450cd511337ba3c6

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

* Re: [GIT PULL] Mailbox changes for v5.17
@ 2022-01-13 19:23   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-01-13 19:23 UTC (permalink / raw)
  To: Jassi Brar; +Cc: Linus Torvalds, Linux Kernel Mailing List, linux-arm-kernel

The pull request you sent on Wed, 12 Jan 2022 20:28:54 -0600:

> git://git.linaro.org/landing-teams/working/fujitsu/integration.git tags/mailbox-v5.17

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/fb3b0673b7d5b477ed104949450cd511337ba3c6

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

_______________________________________________
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] 4+ messages in thread

end of thread, other threads:[~2022-01-13 19:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-13  2:28 [GIT PULL] Mailbox changes for v5.17 Jassi Brar
2022-01-13  2:28 ` Jassi Brar
2022-01-13 19:23 ` pr-tracker-bot
2022-01-13 19:23   ` pr-tracker-bot

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.