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

Hi Linus,
The following changes since commit 509a15421674b9e1a3e1916939d0d0efd3e578da:

  Merge tag '5.10-rc6-smb3-fixes' of
git://git.samba.org/sfrench/cifs-2.6 (2020-12-01 15:43:53 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 5a6338cce9f4133c478d3b10b300f96dd644379a:

  mailbox: arm_mhuv2: Add driver (2020-12-09 19:26:02 -0600)

----------------------------------------------------------------
- arm: added mhu-v2 controller driver
       mhu_db fix kfree by using devm_ variant
- stm32-ipcc: misc cleanup

----------------------------------------------------------------
Martin Kaiser (3):
      mailbox: stm32-ipcc: add COMPILE_TEST dependency
      mailbox: stm32-ipcc: remove duplicate error message
      mailbox: stm32-ipcc: cast void pointers to unsigned long

Sudeep Holla (1):
      mailbox: arm_mhu_db: Fix mhu_db_shutdown by replacing kfree with
devm_kfree

Viresh Kumar (2):
      dt-bindings: mailbox : arm,mhuv2: Add bindings
      mailbox: arm_mhuv2: Add driver

 .../devicetree/bindings/mailbox/arm,mhuv2.yaml     |  209 ++++
 MAINTAINERS                                        |    9 +
 drivers/mailbox/Kconfig                            |    9 +-
 drivers/mailbox/Makefile                           |    2 +
 drivers/mailbox/arm_mhu_db.c                       |    2 +-
 drivers/mailbox/arm_mhuv2.c                        | 1136 ++++++++++++++++++++
 drivers/mailbox/stm32-ipcc.c                       |   15 +-
 include/linux/mailbox/arm_mhuv2_message.h          |   20 +
 8 files changed, 1391 insertions(+), 11 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mailbox/arm,mhuv2.yaml
 create mode 100644 drivers/mailbox/arm_mhuv2.c
 create mode 100644 include/linux/mailbox/arm_mhuv2_message.h

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

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

Hi Linus,
The following changes since commit 509a15421674b9e1a3e1916939d0d0efd3e578da:

  Merge tag '5.10-rc6-smb3-fixes' of
git://git.samba.org/sfrench/cifs-2.6 (2020-12-01 15:43:53 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 5a6338cce9f4133c478d3b10b300f96dd644379a:

  mailbox: arm_mhuv2: Add driver (2020-12-09 19:26:02 -0600)

----------------------------------------------------------------
- arm: added mhu-v2 controller driver
       mhu_db fix kfree by using devm_ variant
- stm32-ipcc: misc cleanup

----------------------------------------------------------------
Martin Kaiser (3):
      mailbox: stm32-ipcc: add COMPILE_TEST dependency
      mailbox: stm32-ipcc: remove duplicate error message
      mailbox: stm32-ipcc: cast void pointers to unsigned long

Sudeep Holla (1):
      mailbox: arm_mhu_db: Fix mhu_db_shutdown by replacing kfree with
devm_kfree

Viresh Kumar (2):
      dt-bindings: mailbox : arm,mhuv2: Add bindings
      mailbox: arm_mhuv2: Add driver

 .../devicetree/bindings/mailbox/arm,mhuv2.yaml     |  209 ++++
 MAINTAINERS                                        |    9 +
 drivers/mailbox/Kconfig                            |    9 +-
 drivers/mailbox/Makefile                           |    2 +
 drivers/mailbox/arm_mhu_db.c                       |    2 +-
 drivers/mailbox/arm_mhuv2.c                        | 1136 ++++++++++++++++++++
 drivers/mailbox/stm32-ipcc.c                       |   15 +-
 include/linux/mailbox/arm_mhuv2_message.h          |   20 +
 8 files changed, 1391 insertions(+), 11 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mailbox/arm,mhuv2.yaml
 create mode 100644 drivers/mailbox/arm_mhuv2.c
 create mode 100644 include/linux/mailbox/arm_mhuv2_message.h

_______________________________________________
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.11]
  2020-12-17  2:17 ` Jassi Brar
@ 2020-12-17 20:58   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-12-17 20:58 UTC (permalink / raw)
  To: Jassi Brar; +Cc: Linus Torvalds, Linux Kernel Mailing List, linux-arm-kernel

The pull request you sent on Wed, 16 Dec 2020 20:17:21 -0600:

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

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

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.11]
@ 2020-12-17 20:58   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-12-17 20:58 UTC (permalink / raw)
  To: Jassi Brar; +Cc: Linus Torvalds, Linux Kernel Mailing List, linux-arm-kernel

The pull request you sent on Wed, 16 Dec 2020 20:17:21 -0600:

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

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

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:[~2020-12-17 21:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-17  2:17 [GIT PULL] Mailbox changes for v5.11] Jassi Brar
2020-12-17  2:17 ` Jassi Brar
2020-12-17 20:58 ` pr-tracker-bot
2020-12-17 20:58   ` 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.