linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] mailbox: arm_mhu: add support for doorbell mode
@ 2017-05-24 10:16 Sudeep Holla
  2017-05-24 10:16 ` [PATCH v2 1/6] mailbox: arm_mhu: reorder header inclusion and drop unneeded ones Sudeep Holla
                   ` (6 more replies)
  0 siblings, 7 replies; 33+ messages in thread
From: Sudeep Holla @ 2017-05-24 10:16 UTC (permalink / raw)
  To: linux-kernel, Jassi Brar; +Cc: Sudeep Holla, devicetree, Alexey Klimov


Hi,

This series adds doorbell support to ARM MHU mailbox controller driver.
Since we need to callback the different client based on the doorbel bits
triggered from the remote, we can manage with single channel for the set
of 32 doorbells.

Regards,
Sudeep

v1->v2:
	- Removed the notion od subchannels
	- Treat each bit in the MHU register as a doorbell and hence
	  different channel with respect to mailbox framework

v1: https://www.spinics.net/lists/kernel/msg2500461.html

Sudeep Holla (6):
  mailbox: arm_mhu: reorder header inclusion and drop unneeded ones
  Documentation: devicetree: add bindings to support ARM MHU doorbells
  mailbox: arm_mhu: migrate to threaded irq handler
  mailbox: arm_mhu: re-factor data structure to add doorbell support
  mailbox: arm_mhu: add full support for the doorbells
  mailbox: arm_mhu: add support to read and record mbox-name

 .../devicetree/bindings/mailbox/arm-mhu.txt        |  46 ++-
 drivers/mailbox/arm_mhu.c                          | 386 ++++++++++++++++++---
 2 files changed, 383 insertions(+), 49 deletions(-)

--
2.7.4

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

end of thread, other threads:[~2017-07-07 13:33 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-24 10:16 [PATCH v2 0/6] mailbox: arm_mhu: add support for doorbell mode Sudeep Holla
2017-05-24 10:16 ` [PATCH v2 1/6] mailbox: arm_mhu: reorder header inclusion and drop unneeded ones Sudeep Holla
2017-05-24 10:16 ` [PATCH v2 2/6] Documentation: devicetree: add bindings to support ARM MHU doorbells Sudeep Holla
2017-05-25 13:22   ` Jassi Brar
2017-05-25 13:23     ` Sudeep Holla
2017-05-31 17:08       ` Rob Herring
2017-05-31 17:12         ` Sudeep Holla
2017-06-02  5:45         ` Jassi Brar
2017-06-02  9:32           ` Sudeep Holla
2017-07-05 18:02             ` Sudeep Holla
2017-07-06  6:28               ` Jassi Brar
2017-07-06  9:18                 ` Sudeep Holla
2017-07-06  9:27                   ` Jassi Brar
2017-07-06  9:33                     ` Sudeep Holla
2017-07-06 14:37                       ` Jassi Brar
2017-07-06 16:44                         ` Sudeep Holla
2017-07-06 18:37                           ` Jassi Brar
2017-07-07 11:32                             ` Sudeep Holla
2017-07-07 13:12                               ` Jassi Brar
2017-07-07 13:32                                 ` Sudeep Holla
2017-05-25 16:04     ` Sudeep Holla
2017-05-24 10:16 ` [PATCH v2 3/6] mailbox: arm_mhu: migrate to threaded irq handler Sudeep Holla
2017-05-24 10:16 ` [PATCH v2 4/6] mailbox: arm_mhu: re-factor data structure to add doorbell support Sudeep Holla
2017-05-24 10:16 ` [PATCH v2 5/6] mailbox: arm_mhu: add full support for the doorbells Sudeep Holla
2017-05-24 10:16 ` [PATCH v2 6/6] mailbox: arm_mhu: add support to read and record mbox-name Sudeep Holla
2017-05-24 10:56 ` [PATCH v2 0/6] mailbox: arm_mhu: add support for doorbell mode Jassi Brar
2017-05-25 11:30   ` Sudeep Holla
2017-05-25 13:20     ` Jassi Brar
2017-05-25 13:35       ` Sudeep Holla
2017-05-25 13:44         ` Jassi Brar
2017-05-25 13:53           ` Sudeep Holla
2017-05-25 14:07             ` Jassi Brar
2017-05-25 14:15               ` Sudeep Holla

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