Re: [PATCH v2 1/4] mfd: tps65217: Set PMIC to shutdowm on PWR_EN toggle

2012-11-19 Thread Peter Korsgaard
AnilKumar == AnilKumar Ch anilku...@ti.com writes: s/shutdowm/shutdown/ in the subject. AnilKumar From: Colin Foe-Parker colin.foepar...@logicpd.com AnilKumar Set tps65217 PMIC status to OFF if power enable toggle is AnilKumar supported. Also adds platform data flag, which should be

RE: [PATCH v2 1/4] mfd: tps65217: Set PMIC to shutdowm on PWR_EN toggle

2012-11-19 Thread AnilKumar, Chimata
On Mon, Nov 19, 2012 at 16:20:27, Peter Korsgaard wrote: AnilKumar == AnilKumar Ch anilku...@ti.com writes: s/shutdowm/shutdown/ in the subject. I will change AnilKumar From: Colin Foe-Parker colin.foepar...@logicpd.com AnilKumar Set tps65217 PMIC status to OFF if power enable toggle

Re: [PATCH v2 1/4] mfd: tps65217: Set PMIC to shutdowm on PWR_EN toggle

2012-11-19 Thread Peter Korsgaard
A == AnilKumar, Chimata anilku...@ti.com 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

[PATCH v2 1/4] mfd: tps65217: Set PMIC to shutdowm on PWR_EN toggle

2012-11-16 Thread AnilKumar Ch
From: Colin Foe-Parker colin.foepar...@logicpd.com Set tps65217 PMIC status to OFF if power enable toggle is supported. Also adds platform data flag, which should be passed from board init data. Signed-off-by: Colin Foe-Parker colin.foepar...@logicpd.com [anilku...@ti.com: move the additions to

Re: [PATCH v2 1/4] mfd: tps65217: Set PMIC to shutdowm on PWR_EN toggle

2012-11-16 Thread Kevin Hilman
AnilKumar Ch anilku...@ti.com writes: From: Colin Foe-Parker colin.foepar...@logicpd.com Set tps65217 PMIC status to OFF if power enable toggle is supported. Also adds platform data flag, which should be passed from board init data. nit: changelog mentions platform_data, but the code is