From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Subject: Re: [PATCH v2 1/4] mfd: tps65217: Set PMIC to shutdowm on PWR_EN toggle Date: Mon, 19 Nov 2012 13:17:59 +0100 Message-ID: <87r4nplrbc.fsf@dell.be.48ers.dk> References: <1353067706-29491-1-git-send-email-anilkumar@ti.com> <1353067706-29491-2-git-send-email-anilkumar@ti.com> <87a9udn9xo.fsf@dell.be.48ers.dk> <331ABD5ECB02734CA317220B2BBEABC13EA760FD@DBDE01.ent.ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: In-Reply-To: <331ABD5ECB02734CA317220B2BBEABC13EA760FD@DBDE01.ent.ti.com> (Chimata AnilKumar's message of "Mon, 19 Nov 2012 11:36:57 +0000") Sender: linux-omap-owner@vger.kernel.org To: "AnilKumar, Chimata" Cc: "a.zummo@towertech.it" , "sameo@linux.intel.com" , "tony@atomide.com" , Colin Foe-Parker , "rtc-linux@googlegroups.com" , "devicetree-discuss@lists.ozlabs.org" , "broonie@opensource.wolfsonmicro.com" , "rob.herring@calxeda.com" , "linux-omap@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" List-Id: devicetree@vger.kernel.org >>>>> "A" == AnilKumar, Chimata writes: Hi, >> I don't feel this property name is very clear. Perhaps something about >> power button or push button monitor as it is called in the datasheet? A> Here I am writing "TPS65217_STATUS_OFF" to status register, BIT(7). A> Description of this bit field: "OFF bit. Set this bit to 1 to enter A> OFF state when PWR_EN pin is pulled low. Bit is automatically reset A> to 0." A> PWR_EN pin pull-down is doing by RTC module. Ahh yes, sorry -ENOCOFFEE. I somehow misread the datasheet and looked at bit 0 instead. -- Bye, Peter Korsgaard From mboxrd@z Thu Jan 1 00:00:00 1970 From: jacmet@sunsite.dk (Peter Korsgaard) Date: Mon, 19 Nov 2012 13:17:59 +0100 Subject: [PATCH v2 1/4] mfd: tps65217: Set PMIC to shutdowm on PWR_EN toggle In-Reply-To: <331ABD5ECB02734CA317220B2BBEABC13EA760FD@DBDE01.ent.ti.com> (Chimata AnilKumar's message of "Mon, 19 Nov 2012 11:36:57 +0000") References: <1353067706-29491-1-git-send-email-anilkumar@ti.com> <1353067706-29491-2-git-send-email-anilkumar@ti.com> <87a9udn9xo.fsf@dell.be.48ers.dk> <331ABD5ECB02734CA317220B2BBEABC13EA760FD@DBDE01.ent.ti.com> Message-ID: <87r4nplrbc.fsf@dell.be.48ers.dk> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org >>>>> "A" == AnilKumar, Chimata writes: Hi, >> I don't feel this property name is very clear. Perhaps something about >> power button or push button monitor as it is called in the datasheet? A> Here I am writing "TPS65217_STATUS_OFF" to status register, BIT(7). A> Description of this bit field: "OFF bit. Set this bit to 1 to enter A> OFF state when PWR_EN pin is pulled low. Bit is automatically reset A> to 0." A> PWR_EN pin pull-down is doing by RTC module. Ahh yes, sorry -ENOCOFFEE. I somehow misread the datasheet and looked at bit 0 instead. -- Bye, Peter Korsgaard