All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND 0/3] Add Broadcom PDC mailbox driver
@ 2016-06-14 14:02 ` Rob Rice
  0 siblings, 0 replies; 17+ messages in thread
From: Rob Rice @ 2016-06-14 14:02 UTC (permalink / raw)
  To: Jassi Brar, Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell,
	Kumar Gala
  Cc: devicetree, linux-arm-kernel, bcm-kernel-feedback-list,
	linux-kernel, Ray Jui, Scott Branden, Jon Mason,
	Florian Fainelli, Anup Patel, Catalin Marinas, Will Deacon,
	rob.rice, Rob Rice

From: Rob Rice <rrice@broadcom.com>

The Broadcom PDC mailbox driver is a ring manager for the Broadcom
Secure Processing Unit (SPU) kernel driver and other mailbox clients.
The PDC driver registers with the Linux mailbox framework a mailbox
controller, once for each PDC instance. Ring 0 for each PDC is registered as
a mailbox channel. The PDC driver uses interrupts to determine when ring
transfers to and from an offload engine are complete. The PDC driver uses
threaded IRQs so that response messages are handled outside of interrupt
context.

For RESEND, added Rob Herring's Ack of bindings doc and rebased
to Linux 4.7-rc3.

Rob Rice (3):
  dt-bindings: add bindings documentation for PDC driver.
  mailbox: Add Broadcom PDC mailbox driver
  arm64: dts: Add Broadcom Northstar2 device tree entries for PDC
    driver.

 .../bindings/mailbox/brcm,iproc-pdc-mbox.txt       |   23 +
 arch/arm64/boot/dts/broadcom/ns2.dtsi              |   36 +
 drivers/mailbox/Kconfig                            |    9 +
 drivers/mailbox/Makefile                           |    2 +
 drivers/mailbox/mailbox-pdc/Makefile               |    8 +
 drivers/mailbox/mailbox-pdc/pdc.c                  | 1181 ++++++++++++++++++++
 drivers/mailbox/mailbox-pdc/pdc.h                  |  303 +++++
 drivers/mailbox/mailbox-pdc/pdc_debug.c            |  101 ++
 drivers/mailbox/mailbox-pdc/pdc_debug.h            |   24 +
 include/linux/mailbox/brcm-message.h               |   56 +
 10 files changed, 1743 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mailbox/brcm,iproc-pdc-mbox.txt
 create mode 100644 drivers/mailbox/mailbox-pdc/Makefile
 create mode 100644 drivers/mailbox/mailbox-pdc/pdc.c
 create mode 100644 drivers/mailbox/mailbox-pdc/pdc.h
 create mode 100644 drivers/mailbox/mailbox-pdc/pdc_debug.c
 create mode 100644 drivers/mailbox/mailbox-pdc/pdc_debug.h
 create mode 100644 include/linux/mailbox/brcm-message.h

-- 
2.1.0

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

end of thread, other threads:[~2016-06-16 13:51 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-14 14:02 [PATCH RESEND 0/3] Add Broadcom PDC mailbox driver Rob Rice
2016-06-14 14:02 ` Rob Rice
2016-06-14 14:02 ` [PATCH RESEND 1/3] dt-bindings: add bindings documentation for PDC driver Rob Rice
2016-06-14 14:02   ` Rob Rice
2016-06-14 14:42   ` Sudeep Holla
2016-06-14 14:42     ` Sudeep Holla
2016-06-14 14:42     ` Sudeep Holla
2016-06-16 13:50     ` Rob Rice
2016-06-16 13:51       ` Sudeep Holla
2016-06-16 13:51         ` Sudeep Holla
2016-06-14 14:02 ` [PATCH RESEND 2/3] mailbox: Add Broadcom PDC mailbox driver Rob Rice
2016-06-14 14:02   ` Rob Rice
2016-06-14 14:07   ` Scott Branden
2016-06-14 14:07     ` Scott Branden
2016-06-14 14:07     ` Scott Branden
2016-06-14 14:02 ` [PATCH RESEND 3/3] arm64: dts: Add Broadcom Northstar2 device tree entries for PDC driver Rob Rice
2016-06-14 14:02   ` Rob Rice

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.