LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/3] powerpc: Open PIC binding and "pic-no-reset"
@ 2011-03-14 20:01 Meador Inge
  2011-03-14 20:01 ` [PATCH v5 1/3] powerpc: document the Open PIC device tree binding Meador Inge
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Meador Inge @ 2011-03-14 20:01 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: devicetree-discuss, Hollis Blanchard

This patch set provides a binding for Open PIC and implements support for
a new property, specified by that binding, called "pic-no-reset".

v5 - Moved the Open PIC binding to its rightful home of
     ".../Documentation/devicetree/bindings/".  Also, fixed up
     the lazy reset code to take better advantage of existing
     functions.  Finally, did some minor refactoring to put
     cpu id fetching in its own helper function.

v4 - Per Ben's feedback the protected sources implementation was left
     completely intact.  As such, the DTS cleanup and "protected-sources"
     removal patches were dropped.

v3 - the Open PIC binding was changed to be more consistent with existing
     bindings, several DTS files were cleaned up, "no-reset" was changed to
     "pic-no-reset", and a check to treat "protected-sources" as a synonym for
     "pic-no-reset" was added.

Signed-off-by: Meador Inge <meador_inge@mentor.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Hollis Blanchard <hollis_blanchard@mentor.com>

Meador Inge (3):
  powerpc: document the Open PIC device tree binding
  powerpc: make MPIC honor the "pic-no-reset" device tree property
  powerpc: factoring mpic cpu id fetching into a function

 Documentation/devicetree/bindings/open-pic.txt |   98 ++++++++++++++++++++++++
 arch/powerpc/include/asm/mpic.h                |    4 +
 arch/powerpc/sysdev/mpic.c                     |   85 +++++++++++++++-----
 3 files changed, 165 insertions(+), 22 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/open-pic.txt

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

end of thread, other threads:[~2011-03-14 20:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-14 20:01 [PATCH v5 0/3] powerpc: Open PIC binding and "pic-no-reset" Meador Inge
2011-03-14 20:01 ` [PATCH v5 1/3] powerpc: document the Open PIC device tree binding Meador Inge
2011-03-14 20:01 ` [PATCH v5 2/3] powerpc: make MPIC honor the "pic-no-reset" device tree property Meador Inge
2011-03-14 20:01 ` [PATCH v5 3/3] powerpc: factoring mpic cpu id fetching into a function Meador Inge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox