All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] powerpc: define and implement MPIC message register support
@ 2011-05-31 19:19 ` Meador Inge
  0 siblings, 0 replies; 22+ messages in thread
From: Meador Inge @ 2011-05-31 19:19 UTC (permalink / raw)
  To: linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ
  Cc: openmcapi-dev-/JYPxA39Uh5TLH3MbocFFw,
	devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ, Hollis Blanchard

This patch set defines a binding for FSL MPIC message registers and implements
an API for accessing those message registers.  Testing was done on a MPC8572DS
in an Linux-Linux AMP setup using OpenMCAPI (www.openmcapi.org) to communicate
between OS instances.  The message register API is used by the OpenMCAPI shared 
memory driver to send notifications between cores.

* v3 - Clarified a point in the binding concerning the length of the
       'interrupts' property.  Pointed out by Scott Wood.

* v2 - Incorporate feedback from Scott Wood
   * Make binding less implementation specific.
   * Add 'mpic-' prefix to message register node properties and aliases.
   * Remove 'interrupt-parent' from binding.
   * Fixed some example bugs with receive masks.

Signed-off-by: Meador Inge <meador_inge-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org>
Cc: Hollis Blanchard <hollis_blanchard-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org>

Meador Inge (2):
  powerpc: document the FSL MPIC message register binding
  powerpc: add support for MPIC message register API

 .../devicetree/bindings/powerpc/fsl/mpic-msgr.txt  |   62 +++++
 arch/powerpc/include/asm/mpic_msgr.h               |   35 +++
 arch/powerpc/platforms/Kconfig                     |    8 +
 arch/powerpc/sysdev/Makefile                       |    3 +-
 arch/powerpc/sysdev/mpic_msgr.c                    |  279 ++++++++++++++++++++
 5 files changed, 386 insertions(+), 1 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/powerpc/fsl/mpic-msgr.txt
 create mode 100644 arch/powerpc/include/asm/mpic_msgr.h
 create mode 100644 arch/powerpc/sysdev/mpic_msgr.c

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

end of thread, other threads:[~2011-06-30  4:19 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-31 19:19 [PATCH v3 0/2] powerpc: define and implement MPIC message register support Meador Inge
2011-05-31 19:19 ` Meador Inge
2011-05-31 19:19 ` [PATCH v3 1/2] powerpc: document the FSL MPIC message register binding Meador Inge
2011-05-31 19:23   ` Scott Wood
2011-06-02 14:33     ` Meador Inge
     [not found] ` <1306869543-18812-1-git-send-email-meador_inge-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org>
2011-05-31 19:19   ` [PATCH v3 2/2] powerpc: add support for MPIC message register API Meador Inge
2011-05-31 19:19     ` Meador Inge
     [not found]     ` <1306869543-18812-3-git-send-email-meador_inge-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org>
2011-06-17  5:33       ` Benjamin Herrenschmidt
2011-06-17  5:33         ` Benjamin Herrenschmidt
2011-06-17 13:49         ` [openmcapi-dev] " Meador Inge
2011-06-17 16:58         ` Scott Wood
2011-06-17 16:58           ` Scott Wood
2011-06-17 22:58           ` Benjamin Herrenschmidt
2011-06-20 15:59             ` Scott Wood
2011-06-20 15:59               ` Scott Wood
     [not found]               ` <20110620105946.23708a43-1MYqz8GpK7RekFaExTCHk1jVikpgYyvb5NbjCUgZEJk@public.gmane.org>
2011-06-21  7:47                 ` Benjamin Herrenschmidt
2011-06-21  7:47                   ` Benjamin Herrenschmidt
2011-06-30  3:04         ` [openmcapi-dev] " Meador Inge
     [not found]           ` <4E0BE7B4.1020901-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org>
2011-06-30  4:19             ` Benjamin Herrenschmidt
2011-06-30  4:19               ` Benjamin Herrenschmidt
2011-06-09 14:44   ` [openmcapi-dev] [PATCH v3 0/2] powerpc: define and implement MPIC message register support Meador Inge
2011-06-09 14:44     ` Meador Inge

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.