Re: [PATCH v3 2/3] power: reset: imx-snvs-poweroff: add power off driver for i.mx6

2014-09-18 Thread Robin Gong
On Thu, Sep 18, 2014 at 06:53:16PM +0100, Mark Rutland wrote: > On Thu, Sep 18, 2014 at 03:21:27AM +0100, Robin Gong wrote: > > On Wed, Sep 17, 2014 at 06:52:44PM +0100, Mark Rutland wrote: > > > On Wed, Sep 17, 2014 at 10:57:59AM +0100, Robin Gong wrote: > > > > This driver register pm_power_off w

Re: [PATCH v3 2/3] power: reset: imx-snvs-poweroff: add power off driver for i.mx6

2014-09-18 Thread Mark Rutland
On Thu, Sep 18, 2014 at 03:21:27AM +0100, Robin Gong wrote: > On Wed, Sep 17, 2014 at 06:52:44PM +0100, Mark Rutland wrote: > > On Wed, Sep 17, 2014 at 10:57:59AM +0100, Robin Gong wrote: > > > This driver register pm_power_off with snvs power off function. If > > > your boards NOT use PMIC_ON_REQ

Re: [PATCH v3 2/3] power: reset: imx-snvs-poweroff: add power off driver for i.mx6

2014-09-17 Thread Robin Gong
On Wed, Sep 17, 2014 at 06:52:44PM +0100, Mark Rutland wrote: > On Wed, Sep 17, 2014 at 10:57:59AM +0100, Robin Gong wrote: > > This driver register pm_power_off with snvs power off function. If > > your boards NOT use PMIC_ON_REQ to turn on/off external pmic, or use > > other pin to do, please dis

Re: [PATCH v3 2/3] power: reset: imx-snvs-poweroff: add power off driver for i.mx6

2014-09-17 Thread Mark Rutland
On Wed, Sep 17, 2014 at 10:57:59AM +0100, Robin Gong wrote: > This driver register pm_power_off with snvs power off function. If > your boards NOT use PMIC_ON_REQ to turn on/off external pmic, or use > other pin to do, please disable the driver in dts, otherwise, your > pm_power_off maybe overwrote

Re: [PATCH v3 2/3] power: reset: imx-snvs-poweroff: add power off driver for i.mx6

2014-09-17 Thread Lothar Waßmann
Hi, Robin Gong wrote: > This driver register pm_power_off with snvs power off function. If > your boards NOT use PMIC_ON_REQ to turn on/off external pmic, or use > other pin to do, please disable the driver in dts, otherwise, your > pm_power_off maybe overwrote by this driver. > > Signed-off-by:

[PATCH v3 2/3] power: reset: imx-snvs-poweroff: add power off driver for i.mx6

2014-09-17 Thread Robin Gong
This driver register pm_power_off with snvs power off function. If your boards NOT use PMIC_ON_REQ to turn on/off external pmic, or use other pin to do, please disable the driver in dts, otherwise, your pm_power_off maybe overwrote by this driver. Signed-off-by: Robin Gong --- .../bindings/power