From patchwork Tue Mar 15 18:37:58 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stuart Yoder X-Patchwork-Id: 87030 X-Patchwork-Delegate: galak@kernel.crashing.org Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from ozlabs.org (localhost [127.0.0.1]) by ozlabs.org (Postfix) with ESMTP id 7F68EB784C for ; Wed, 16 Mar 2011 05:54:45 +1100 (EST) Received: by ozlabs.org (Postfix) id A26C8B709D; Wed, 16 Mar 2011 05:54:34 +1100 (EST) Delivered-To: linuxppc-dev@ozlabs.org X-Greylist: delayed 906 seconds by postgrey-1.32 at bilbo; Wed, 16 Mar 2011 05:54:33 EST Received: from DB3EHSOBE005.bigfish.com (db3ehsobe005.messaging.microsoft.com [213.199.154.143]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client CN "mail.global.frontbridge.com", Issuer "Cybertrust SureServer Standard Validation CA" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id F2ACEB7090 for ; Wed, 16 Mar 2011 05:54:33 +1100 (EST) Received: from mail38-db3-R.bigfish.com (10.3.81.248) by DB3EHSOBE005.bigfish.com (10.3.84.25) with Microsoft SMTP Server id 14.1.225.8; Tue, 15 Mar 2011 18:39:22 +0000 Received: from mail38-db3 (localhost.localdomain [127.0.0.1]) by mail38-db3-R.bigfish.com (Postfix) with ESMTP id 1A74D670372 for ; Tue, 15 Mar 2011 18:39:21 +0000 (UTC) X-SpamScore: 0 X-BigFish: VS0(zzzz1202hzz8275bhz2dh2a8h668h62h) X-Spam-TCS-SCL: 1:0 X-Forefront-Antispam-Report: KIP:(null); UIP:(null); IPVD:NLI; H:mail.freescale.net; RD:none; EFVD:NLI Received: from mail38-db3 (localhost.localdomain [127.0.0.1]) by mail38-db3 (MessageSwitch) id 1300214360827280_1943; Tue, 15 Mar 2011 18:39:20 +0000 (UTC) Received: from DB3EHSMHS006.bigfish.com (unknown [10.3.81.248]) by mail38-db3.bigfish.com (Postfix) with ESMTP id C7DA51B30055 for ; Tue, 15 Mar 2011 18:39:20 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by DB3EHSMHS006.bigfish.com (10.3.87.106) with Microsoft SMTP Server (TLS) id 14.1.225.8; Tue, 15 Mar 2011 18:39:17 +0000 Received: from az33smr01.freescale.net (10.64.34.199) by 039-SN1MMR1-001.039d.mgd.msft.net (10.84.1.13) with Microsoft SMTP Server id 14.1.270.2; Tue, 15 Mar 2011 13:39:11 -0500 Received: from localhost.am.freescale.net (udp128132uds.am.freescale.net [10.82.121.72]) by az33smr01.freescale.net (8.13.1/8.13.0) with ESMTP id p2FIdAC1013324; Tue, 15 Mar 2011 13:39:11 -0500 (CDT) From: Stuart Yoder To: Subject: [PATCH] update name of pic-no-reset property Date: Tue, 15 Mar 2011 12:37:58 -0600 Message-ID: <1300214278-1588-1-git-send-email-stuart.yoder@freescale.com> X-Mailer: git-send-email 1.7.2.2 MIME-Version: 1.0 X-OriginatorOrg: freescale.com Cc: Stuart Yoder X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Sender: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org From: Stuart Yoder -changed name from 'no-reset' to 'pic-not-reset' be consisent with Meador Inge's open pic binding patch -update definition Signed-off-by: Stuart Yoder --- Documentation/powerpc/dts-bindings/fsl/mpic.txt | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Documentation/powerpc/dts-bindings/fsl/mpic.txt b/Documentation/powerpc/dts-bindings/fsl/mpic.txt index fdf97c5..8b76e0f 100644 --- a/Documentation/powerpc/dts-bindings/fsl/mpic.txt +++ b/Documentation/powerpc/dts-bindings/fsl/mpic.txt @@ -44,7 +44,7 @@ PROPERTIES Value type: Definition: Shall be 0. - - no-reset + - pic-no-reset Usage: optional Value type: Definition: The presence of this property specifies that the @@ -53,7 +53,10 @@ PROPERTIES configuration registers to a sane state-- masked or directed at other cores. This ensures that the client program will not receive interrupts for sources not belonging - to the client. + to the client. The presence of this property also mandates + that any initialization related to interrupt sources shall + be limited to sources explicitly referenced in the device tree. + INTERRUPT SPECIFIER DEFINITION