From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Meador Inge To: linuxppc-dev@lists.ozlabs.org Subject: [PATCH v3 0/4] powerpc: Open PIC binding and "pic-no-reset" Date: Fri, 4 Feb 2011 17:25:37 -0600 Message-Id: <1296861941-3370-1-git-send-email-meador_inge@mentor.com> Cc: devicetree-discuss@lists.ozlabs.org, Hollis Blanchard List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This patch set provides a binding for Open PIC and implements support for a new property, specified by that binding, called "pic-no-reset". With "pic-no-reset" in place the "protected-sources" property is no longer needed and its full implementation was removed. "protected-sources" is still checked for, however, for legacy purposes. For v3 of this patch 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 Cc: Hollis Blanchard Meador Inge (4): powerpc: Removing support for 'protected-sources' powerpc: document the Open PIC device tree binding powerpc: make MPIC honor the "pic-no-reset" device tree property powerpc: Replacing "protected-sources" with "pic-no-reset" in DTS files Documentation/powerpc/dts-bindings/open-pic.txt | 98 ++++++++++++++++++++++ arch/powerpc/boot/dts/mpc8572ds_camp_core0.dts | 6 +- arch/powerpc/boot/dts/mpc8572ds_camp_core1.dts | 11 +-- arch/powerpc/boot/dts/p2020rdb_camp_core0.dts | 7 +-- arch/powerpc/boot/dts/p2020rdb_camp_core1.dts | 7 +-- arch/powerpc/include/asm/mpic.h | 7 +- arch/powerpc/sysdev/mpic.c | 102 ++++++++++++----------- 7 files changed, 157 insertions(+), 81 deletions(-) create mode 100644 Documentation/powerpc/dts-bindings/open-pic.txt